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:

  • name (Required, string): The name of the binary sensor.

  • id (Optional, ID): Manually specify the ID used for code generation.

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

See Also