I just cannot get this to pass the config check.
The error relates to the conditions:
Invalid config for [automation]: [condiition] is an invalid option for [automation]. Check: automation->condiition. (See /config/configuration.yaml, line 83).
but if I remove conditions automation passes test and works
please help!
- alias: Ubisys_c4_1_button_1
trigger:
platform: state
entity_id: sensor.0x001fee000000504d_action
to: '1_toggle'
condiition:
condition: 'or'
conditions:
- condition: state
entity_id: 'switch.0x00124b001cd60859_switch'
state: 'off'
- condition: state
entity_id: switch.0x00124b001cd60881_switch
state: off
- condition: state
entity_id: switch.0x00124b001cd5fc6e_switch
state: off
action:
- service: switch.turn_on
entity_id: switch.0x00124b001cd60859_switch
- service: switch.turn_on
entity_id: switch.0x00124b001cd60881_switch
- service: switch.turn_on
entity_id: switch.0x00124b001cd5fc6e_switch