Skip to content

Commit 97fafcd

Browse files
authored
Immediately check for update when toggling beta switch (#218)
- Immediately check for update when toggling beta switch
1 parent d370a61 commit 97fafcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/satellite1.factory.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ switch:
9696
on_turn_on:
9797
- logger.log: "OTA updates set to use Beta firmware"
9898
- lambda: id(update_http_request).set_source_url("https://raw.githubusercontent.com/FutureProofHomes/Documentation/refs/heads/main/manifest-beta.json");
99+
- component.update: update_http_request
99100
on_turn_off:
100101
- logger.log: "OTA updates set to use Production firmware"
101102
- lambda: id(update_http_request).set_source_url("https://raw.githubusercontent.com/FutureProofHomes/Documentation/refs/heads/main/manifest.json");
103+
- component.update: update_http_request
102104

103105

104106
external_components:

0 commit comments

Comments
 (0)