#so recently i have started playing a lot
1 messages · Page 1 of 1 (latest)
HA itself uses Python, and only Python. The integration would have to be in Python
Or you'd have to have the app use MQTT
well i found an other library for it which is in python but idk how trust worthy it is so mqtt is best thing now
and how do i do that?
Do you know what MQTT is?
yea isnt it a protocol for communicating with stuff i think i use it for hass agent mostly
the windows app
i guess so but idk how to do that
The good news is that there will be libraries for Rust/JS
All you have to do is learn how to use them
Then publish payloads HA can use (see the links above)
so all i have to do is make a js up to controll stuff for the game and make it publish to mqtt?
Largely yes
And either have it publish an MQTT Discovery payload (see the links) or create MQTT entities manually (see the links)
Just like Hass.Agent does
well i could possibly use an other library that is python if i want to avoid mqtt
To create an integration in HA, yes
Then have the integration and your software talk to each other
i found this