8 lines
191 B
YAML
8 lines
191 B
YAML
binary_sensor:
|
|
- platform: mqtt
|
|
name: "OpenMQTTGateway"
|
|
state_topic: "home/OpenMQTTGateway/LWT"
|
|
payload_on: "online"
|
|
payload_off: "offline"
|
|
device_class: "connectivity"
|