Hi All,
So I have a 433mhz doorbell and I would like to integrate it will HA
This is how I have it configured
switch:
- platform: rflink
devices:
aster_00f4_01: {}
and here you can see it’s being received by HA
2021-02-09 18:25:34 DEBUG (MainThread) [homeassistant.components.rflink] event of type command: {'id': 'aster_00f4_01', 'command': 'on'}
2021-02-09 18:25:34 DEBUG (MainThread) [homeassistant.components.rflink] entity_ids: ['switch.aster_00f4_01']
2021-02-09 18:25:34 DEBUG (MainThread) [homeassistant.components.rflink] passing event to switch.aster_00f4_01
The doorbell only sends an on command so it leaves the state as on.
How do you automatically turn the state to off?
Thanks