From a569ee787d989a08b8b5d47e40c1d78c00eba5b4 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sun, 4 Sep 2016 14:37:10 -0700 Subject: [PATCH] Correct binary_sensor.ecobee docs URL --- homeassistant/components/binary_sensor/ecobee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/binary_sensor/ecobee.py b/homeassistant/components/binary_sensor/ecobee.py index 09cbfd852e3..ab6a58593b3 100644 --- a/homeassistant/components/binary_sensor/ecobee.py +++ b/homeassistant/components/binary_sensor/ecobee.py @@ -2,7 +2,7 @@ Support for Ecobee sensors. For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/sensor.ecobee/ +https://home-assistant.io/components/binary_sensor.ecobee/ """ from homeassistant.components import ecobee from homeassistant.components.binary_sensor import BinarySensorDevice