Quantcast
Channel: Automated Home Forums
Viewing all articles
Browse latest Browse all 3222

evohome HA clear_zone_override service

$
0
0
Anyone using the Evohome clear_zone_override service in an automation in Home Assistant? Although I can get this to work in the developer tools, as a newbie I'm struggling with the syntax required in an automation. This is what I have:

Code:

- id: '1608036384799'
  alias: Reset Dining Room Weekday
  description: ''
  trigger:
  - platform: time
    at: '13:30'
  condition:
  - condition: time
    weekday:
    - mon
    - tue
    - wed
    - thu
    - fri
  action:
  - service: evohome.clear_zone_override
    data: {entity_id: climate.dining_room}
  mode: single

Final part of the error is
Code:

  File "/usr/local/lib/python3.8/site-packages/voluptuous/schema_builder.py", line 432, in validate_mapping
    raise er.MultipleInvalid(errors)
voluptuous.error.MultipleInvalid: value should be a string for dictionary value @ data['entity_id']


Any suggestions?

Viewing all articles
Browse latest Browse all 3222

Trending Articles