Skip to content

Commit

Permalink
ESPHome Svitlo Bot (Shadow) v3.5.7 - Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Jul 11, 2024
1 parent 5ba97aa commit 3b75878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions svitlobot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ script:
return ((std::string) "https://api.svitlobot.in.ua/channelPing?channel_key=" + id(my_key).state).c_str();
on_response:
then:
- lambda: id(set_state)->execute(response->status_code, '');
- lambda: id(set_state)->execute(response->status_code, "");
- globals.set:
id: session
value: 'false'
Expand All @@ -100,7 +100,7 @@ script:
- script.execute:
id: set_state
code: -1
response: ''
response: ""
- component.update: quality
mode: queued

Expand Down

0 comments on commit 3b75878

Please sign in to comment.