Skip to content

Commit

Permalink
Improved lightning and added Zita desk light (strip)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedTinker committed Nov 13, 2020
1 parent 78f1624 commit 5553164
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automations/lights/almost-midnight-lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ action:
entity_id:
- light.living_room_lights
transition: 60
brightness: 48
brightness: 64
service: light.turn_on
- data:
entity_id:
Expand Down
4 changes: 3 additions & 1 deletion automations/lights/living_room_motion_timer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ action:
- service: timer.start
entity_id: timer.living_room_motion
- service: light.turn_on
entity_id: light.stairs
data:
entity_id: light.stairs
brightness: 64
5 changes: 3 additions & 2 deletions automations/lights/sunset-lights.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ action:
title: '🌅 *Sunset*'
value1: 'Sun setting, turning lights on.'
tag_id: 'information'
- data:
- service: light.turn_on
data:
entity_id: light.living_room_lights
transition: 60
service: light.turn_on
brightness: 128
- service: script.eveninglightsspeach
18 changes: 18 additions & 0 deletions automations/switches/zita-room-switch-triple-click.yaml
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

0 comments on commit 5553164

Please sign in to comment.