-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved lightning and added Zita desk light (strip)
- Loading branch information
BeardedTinker
committed
Nov 13, 2020
1 parent
78f1624
commit 5553164
Showing
4 changed files
with
25 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
##### | ||
# Action based on switch | ||
##### | ||
|
||
alias: Zita switch triple | ||
id: 4cd9ce00-f72d-408d-a356-5ecba0396101 | ||
|
||
trigger: | ||
entity_id: sensor.zita_switch_click | ||
platform: state | ||
to: triple | ||
|
||
condition: [] | ||
|
||
action: | ||
data: | ||
entity_id: light.zita_desk_back_light | ||
service: light.toggle |