Module ha_state_bridge

Module ha_state_bridge 

Source
Expand description

Home Assistant -> MQTT + Fuseki bridge.

This Rust implementation takes a pragmatic parity step toward the Python wactorz.fuseki bridge:

  • polls Home Assistant’s REST /api/states endpoint
  • republishes changed states to MQTT
  • maintains three Fuseki named graphs the frontend queries:
    • urn:ha:current
    • urn:ha:devices
    • urn:ha:history

Structs§

HomeAssistantStateBridgeAgent