Boas,
Desde que instalei a inetgração da ewelink, deixou-me de funcionar a seguinte automação :
- alias: BotaoHALL Liga a luz do corredor WC
trigger:
platform: state
entity_id: sensor.0x00158d0001f35ce4_action
to: 'single'
action:
- service: switch.
entity_id:
- switch.10010f4d30_2
- switch.interrutor_hall_wc
O switch.10010f4d30_2 não funciona mas a luz do switch.interrutor_hall_wc funciona. Em outras automações tipo esta, já funciona.
- alias: Desliga_luz_corredor
trigger:
- entity_id: switch.10010f4d30_2
from: 'off'
platform: state
to: 'on'
for:
seconds: 30
action:
- service: switch.turn_off
entity_id:
- switch.10010f4d30_2
O que me está a falhar?