NormallyClosed
NormallyClosed copied to clipboard
MQTT participation
Implement discovery (https://www.home-assistant.io/docs/mqtt/discovery/) and act as a trigger (https://www.home-assistant.io/integrations/device_trigger.mqtt/) for use in HA or other MQTT-based software.
https://github.com/fluffysquirrels/mqtt-async-client-rs/blob/master/examples/mqttc.rs
Means switching from async_std to tokio? So tide to hyper, I guess?