We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d370a61 commit 97fafcdCopy full SHA for 97fafcd
config/satellite1.factory.yaml
@@ -96,9 +96,11 @@ switch:
96
on_turn_on:
97
- logger.log: "OTA updates set to use Beta firmware"
98
- 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
100
on_turn_off:
101
- logger.log: "OTA updates set to use Production firmware"
102
- lambda: id(update_http_request).set_source_url("https://raw.githubusercontent.com/FutureProofHomes/Documentation/refs/heads/main/manifest.json");
103
104
105
106
external_components:
0 commit comments