so i know i have homeassistant sometimes flashing my basement lights i wondering if my 2 switchs i have it setup wrong
### Basement Lights ###
- switch:
- turn_on:
- action: switch.turn_on
target:
entity_id:
- switch.basement_lights
turn_off:
- action: switch.turn_off
target:
entity_id:
- switch.basement_lights
default_entity_id: switch.basement_lights
name: Basement Lights
state: "{{ is_state('switch.basement_lights_3way', 'on') }}"
### Basement Center Light ###
- switch:
- turn_on:
- action: light.turn_on
target:
entity_id:
- light.basement_middle_light
turn_off:
- action: light.turn_off
target:
entity_id:
- light.basement_middle_light
default_entity_id: switch.basement_center_light
name: Basement Center Light
state: "{{ is_state('light.basement_middle_light', 'on') }}"
now i know i have 2 different ways i configured it so one of them has to be wrong i not sure what one is correct
the physical switchs with the original name is
switch.basement_lights_3way
light.basement_middle_light
so i not sure the correct way