Home Assistant provides battery readings for devices with the official companion app installed. We can replicate this functionality for other devices using the MQTT integration.
Prerequisites File Editor or some other way to edit your configuration.yaml The MQTT Integration installed An MQTT broker server (can use mosquitto broker addon if you wish to host locally) Creating the Sensor(s) Assuming you already have the MQTT integration configured with an MQTT broker server, you can add the following straight into your config.
2024-08-29