I must be missing something dumb, I have the (automation: !include automations.yaml) line in my config. I have tinkered with file permissions trying chmod 777 and 744. nothing shows up in the logs. its like that part of the GUI doesn’t know where to save any changes.
I’m using Hassio on a Debian VM with Docker CE. I can get the service to fire exactly the way I want using the services tool, I just cant get the .yaml all sorted out.
here is my integration so far:
-id: someone_is_home
alias: Someone is Home
trigger:
platform: zone
event: arrive
zone: zone.home
entity_id: person.someone
action:
service: light.lifx_effect_pulse
entity_id: light.office_1
color_name: "pink"
period: 1
cycles: 10
I keep getting an error on the line with color_name. do I need to make a scene to tie to the entity?