Here’s a newbie with Home Assistant.
As a former user of Pimatic I switched to Hass. With Pilight I managed to get my switches to work (433 Mhz)
Now I would like to have my cheap wireless doorbell to be visible within Hass.
Pimatic has a discovery mechanism and there the doorbell appeared with this info:
{ "id": "homeduino-pir", "name": "Deurbel", "class": "HomeduinoRFPir", "protocols": [ { "name": "pir4", "options": { "unit": 21290, "id": 52043 } } ], "resetTime": 6000 },
How do I translate this into Hass config yaml ?