@yuvalabou wrote:
This is the error:
Invalid config for [automation]: expected a dictionary @ data[‘condition’][0]. Got None
extra keys not allowed @ data[‘conditions’]. Got None. (See /config/configuration.yaml, line 152). Please check the docs at https://home-assistant.io/integrations/automation/# Start boiler 4 houres before Shabat/holiday when we are at home - alias: 'Boiler: Before Shabat/Chag' trigger: platform: sun event: sunset offset: '-04:00:00' condition: or conditions: - condition: and conditions: - condition: state entity_id: group.person state: 'home' - condition: time weekday: - fri - condition: state entity_id: input_boolean.boiler_today state: 'off' - condition: and conditions: - condition: state entity_id: group.person state: 'home' - condition: state entity_id: sensor.jewish_calendar_holiday_type state: '2' - condition: state entity_id: input_boolean.boiler_today state: 'off' action: - service: switch.turn_on entity_id: switch.boiler - service: input_boolean.turn_on data: entity_id: input_boolean.boiler_today
Posts: 7
Participants: 2