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"

Configuration variables:

See Also