Skip to content

Commit

Permalink
Moved cabinet lights from 30 to 300 second transition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahnburner authored Dec 21, 2016
1 parent 60a0938 commit 636f5e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions script/google_home/goodnight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ goodnight:
- light.master_hallway
- light.dining_room
- light.stairway
- light.cabinet_lights
data:
transition: 30
- service: light.turn_on
Expand All @@ -33,9 +32,12 @@ goodnight:
- service: script.turn_on
entity_id: script.lock_doors
- delay:
minutes: 6
minutes: 5
seconds: 30
- service: light.turn_off
entity_id: light.living_room
entity_id:
- light.living_room
- light.cabinet_lights
- service: automation.turn_on
entity_id:
- automation.kitchen_uplighting__weekends
Expand Down

0 comments on commit 636f5e5

Please sign in to comment.