Skip to content

Commit

Permalink
Debug automation
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaboo committed Nov 2, 2017
1 parent 2bbe427 commit fe4f1f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
15 changes: 5 additions & 10 deletions automations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -690,11 +690,9 @@
from: 'off'
to: 'on'
condition:
- condition: template
value_template: "{{ states.alarm_control_panel.abode_alarm.state != 'armed_away' }}"
- condition: state
entity_id: cover.garagedoor
state: 'state'
state: 'closed'
action:
service: light.turn_on
data:
Expand All @@ -710,16 +708,12 @@
to: 'off'
for: '00:00:30'
condition:
- condition: template
value_template: "{{ states.alarm_control_panel.abode_alarm.state != 'armed_away' }}"
- condition: state
entity_id: cover.garagedoor
state: 'state'
entity_id: light.lifx5
state: 'on'
action:
service: light.turn_off
data:
entity_id: light.lifx5

entity_id: light.lifx5

- id: kitchen_light_on_morning
alias: 'Turn on kitchen lights in the morning'
Expand All @@ -744,6 +738,7 @@
data:
entity_id: light.kitchen_lights
brightness: 200
transition: 3600

- id: kitchen_light_brightness
alias: 'Kitchen light brightness'
Expand Down
2 changes: 1 addition & 1 deletion emulated_hue_ids.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"5": "switch.garage_relay_switch", "4": "input_boolean.abodeupdate", "6": "switch.wemoporch", "8": "light.gateway_light_34ce00813670", "7": "switch.driveway", "3": "group.living_room_lights", "1": "input_boolean.startrecording", "2": "light.kitchen_lights"}
{"6": "switch.wemoporch", "3": "group.living_room_lights", "9": "light.lifx5", "1": "input_boolean.startrecording", "8": "light.gateway_light_34ce00813670", "7": "switch.driveway", "2": "light.kitchen_lights", "5": "switch.garage_relay_switch", "4": "input_boolean.abodeupdate"}

0 comments on commit fe4f1f7

Please sign in to comment.