From a2153314fe98aa2f5fe2a5bc34323908c727c5cb Mon Sep 17 00:00:00 2001 From: bigwoof Date: Tue, 13 Nov 2018 10:05:25 +1000 Subject: [PATCH] Update binary sensor device class to Garage door Small change to make HA see the binary sensor as a garage door as opposed to a generic opening. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0765d4..8e8b39a 100644 --- a/README.md +++ b/README.md @@ -415,7 +415,7 @@ binary_sensor: payload_on: "open" payload_off: "closed" availability_topic: "GarHAge/availability" - device_class: opening + device_class: garage_door qos: 0 - platform: mqtt @@ -424,7 +424,7 @@ binary_sensor: payload_on: "open" payload_off: "closed" availability_topic: "GarHAge/availability" - device_class: opening + device_class: garage_door qos: 0 ```