From 9b373901fa3217d4545a651658f587637ddaa15e Mon Sep 17 00:00:00 2001 From: Derek Brooks Date: Sat, 11 Nov 2017 16:31:35 -0600 Subject: [PATCH] add documentation links --- homeassistant/components/climate/nuheat.py | 1 + homeassistant/components/nuheat.py | 1 + 2 files changed, 2 insertions(+) diff --git a/homeassistant/components/climate/nuheat.py b/homeassistant/components/climate/nuheat.py index ff1d1158ad1..3d922edeb2c 100644 --- a/homeassistant/components/climate/nuheat.py +++ b/homeassistant/components/climate/nuheat.py @@ -2,6 +2,7 @@ Support for NuHeat thermostats. For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/climate.nuheat/ """ import logging from datetime import timedelta diff --git a/homeassistant/components/nuheat.py b/homeassistant/components/nuheat.py index a3e110b71da..4c3bb84e6b4 100644 --- a/homeassistant/components/nuheat.py +++ b/homeassistant/components/nuheat.py @@ -2,6 +2,7 @@ Support for NuHeat thermostats. For more details about this platform, please refer to the documentation at +https://home-assistant.io/components/nuheat/ """ import logging