Fixed some minor issues. User Error.

pull/76/head
CCOSTAN 9 years ago
parent a2315cd043
commit f5fb65059a

@ -38,5 +38,4 @@
action:
- service: script.Voice_notify
data_template:
message: "Attention. {{ trigger.entity_id.split('.')[1].lower().title() }} is now {{ trigger.to_state.state }}"
cache: true
value1: "Attention. {{ trigger.entity_id.split('.')[1].lower().title() }} is now {{ trigger.to_state.state }}"

@ -13,10 +13,6 @@
value1: 'Startup: Home Assistant is Up and Running!'
value2: ''
value3: ''
- service: script.Voice_notify
data:
value1: 'Home Assistant is now online and running.'
- service: light.turn_off
entity_id: group.hallway_lights

@ -24,7 +24,7 @@ voice_notify:
- condition: or
conditions:
- condition: time
after: '08:00:00'
after: '09:00:00'
before: '21:00:00'
- condition: state
entity_id: input_boolean.alert_mode

Loading…
Cancel
Save

Powered by TurnKey Linux.