How can I use the Home Assistant Extension? #114
-
|
How is the integration with Home Assistant accomplished? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Thanks for the question! If the documentation was hard to spot, that’s on me — I’ll make sure it’s easier to find. For reference, here’s the relevant section from the Wiki:
Once you configure the MQTT extension in your Unlike the custom HACS integration you linked (which isn’t supported here and only exposes a limited subset of functionality), this project is designed to be feature-rich. Integration is handled through MQTT, which works by subscribing to updates rather than using a push–pull polling approach. This means your device delivers instant, reliable updates with less overhead — a better fit for an IoT device like the ESP32. |
Beta Was this translation helpful? Give feedback.
Thanks for the question! If the documentation was hard to spot, that’s on me — I’ll make sure it’s easier to find. For reference, here’s the relevant section from the Wiki:
Once you configure the MQTT extension in your
secrets.hwith the host and (optional) credentials, your Obegränsad device will automatically show up in Home Assistant.The only case where this wouldn’t happen is if MQTT auto-discovery has been disabled in Home Assistant — which is unusual unless you have a very specific setup.
Unlike the custom HACS integration you linked (which isn’t supported here and only exposes a limited subset of functionality), this project is designed to be f…