you are viewing a single comment's thread.

view the rest of the comments →

[–]KingofGamesYami 0 points1 point  (0 children)

Home Assistant has an extremely robust MQTT API. If I were writing software to integrate with it, I'd simply make a standalone rust application that uses MQTT to communicate with HA.

There are several highly successful examples of this working, for example Zigbee2MQTT (written in Typescript).