From ded32b4cba00f2c402f6ba2c4abc8295223bb943 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Wed, 24 Aug 2016 14:57:30 +0200 Subject: [PATCH] Cover and climate warnings and updates (#829) * Add zwave cover info * Wrong filename * add rpi_gpio to cover * Add homematic to cover * Wrong date and Ha version * add rfxtrx to cover * Deprecated warning for garage_door * Deprecated warning for rollershutter * Add deprecated warning to hvac (#828) * Add deprecated warning to hvac * Add deprecated warning to thermostat --- source/_components/hvac.markdown | 2 ++ source/_components/thermostat.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/_components/hvac.markdown b/source/_components/hvac.markdown index c4a0d96f44e..c36a3fba84b 100644 --- a/source/_components/hvac.markdown +++ b/source/_components/hvac.markdown @@ -10,6 +10,8 @@ footer: true ha_release: 0.19 --- +**This component has been deprecated in favor of the "climate" component and will be removed in the future. Please use climate.** + The `hvac` component is built for the controlling and monitoring of HVAC (heating, ventilating, and air conditioning) devices. To enable this component, pick one of the platforms and add it to your `configuration.yaml`: diff --git a/source/_components/thermostat.markdown b/source/_components/thermostat.markdown index d003e41cfa5..4f54b712cee 100644 --- a/source/_components/thermostat.markdown +++ b/source/_components/thermostat.markdown @@ -9,6 +9,8 @@ sharing: true footer: true --- +**This component has been deprecated in favor of the "cover" component and will be removed in the future. Please use cover.** + Thermostats offer Home Assistant a peek into the current and target temperature in a house. Some thermostats will also offer an away mode that will lower use of heating/cooling.