im trying to get my switches to work. i tried this from an example.
- alias: testing
trigger:
- platform: time
at: '10:26'
action:
service: homeassistant.turn_on
entity_id: zwave.ge_12727_inwall_smart_switch_toggle
I got an error “WARNING (MainThread) [homeassistant.core] Unable to find service zwave/turn_on”
then i used the automation editor and tried this
- action:
- alias: test
data: {}
service: homeassistant.turn_on
alias: New Automation 1
condition: []
id: '1505486971156'
trigger:
- at: '10:57'
platform: time
I get the error " ERROR (MainThread) [homeassistant.components] homeassistant/turn_on cannot be called without entity_id". I addded the entity_id and now i’m back to the original error.