Skip to content

Status Binary Sensor

The Status Binary Sensor exposes the node state (if it’s connected to via MQTT/native API) for Home Assistant.

# Example configuration entry
binary_sensor:
- platform: status
name: "Living Room Status"
  • update_interval (Optional, Time): The interval to check the connection status. Defaults to 1s.
  • All other options from Binary Sensor. (Inverted mode is not supported)