From c2292fc993fe16477c7dd26886ec2a85a7eda80b Mon Sep 17 00:00:00 2001 From: dfcarvajal Date: Sun, 21 Jul 2019 21:59:11 +0000 Subject: [PATCH] FIX openmqttgateway payload --- packages/binary_sensor/openmqttgateway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/binary_sensor/openmqttgateway.yaml b/packages/binary_sensor/openmqttgateway.yaml index 0506181..409867e 100644 --- a/packages/binary_sensor/openmqttgateway.yaml +++ b/packages/binary_sensor/openmqttgateway.yaml @@ -2,6 +2,6 @@ binary_sensor: - platform: mqtt name: "OpenMQTTGateway" state_topic: "home/OpenMQTTGateway/LWT" - payload_on: "Online" - payload_off: "Offline" + payload_on: "online" + payload_off: "offline" device_class: "connectivity"