i creat one script:
- service: switch.turn_on
entity_id: switch.outlet_1- service: notify.notify
data_template:
message: hello
- service: notify.notify
and the home assistant.log say that:
16-11-30 19:18:14 homeassistant.util.yaml: mapping values are not allowed here
in “/home/hass/.homeassistant/includes/scripts/testi.yaml”, line 4, column 17
whats wrong?