Just a noob trying to add some basic functionality to my HA setup (433MHz based contact sensors via a Tasmota Flashed Sonoff RFBridge). Running version 2022.9.7.
I have added the Entity to a view. I get device showing unavailable. The tutorials on this are a bit old and lots of misleading videos showing an older YAML format on YT. I have 30 Tasmota light switches working just fine so MQTT set up is good. Please help!
Yeah fairly certain they don’t supply an availability topic from the bridge.
You will need to set the retain flag (and make sure the bridge knows to do the same) otherwise it will show as unavailable on HA startup until it is triggered.
Also consider moving the 433Mhz data out of the sensor definition. There are lots of ways of doing that - I use a Python script. Makes this a bit neater.