Status Binary Sensor

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

../../_images/status-ui.png
# Example configuration entry
binary_sensor:
  - platform: status
    name: "Living Room Status"

Configuration variables:

  • All options from Binary Sensor. (Inverted mode is not supported)

See Also