From ece3b37de777946ff3835cab9e7b2623d17cb052 Mon Sep 17 00:00:00 2001 From: John Arild Berentsen Date: Sat, 21 May 2016 15:47:01 +0200 Subject: [PATCH] Add note on zwave thermostat (#494) --- source/_components/thermostat.zwave.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_components/thermostat.zwave.markdown b/source/_components/thermostat.zwave.markdown index 3817564c5bd..6c4d7de9946 100644 --- a/source/_components/thermostat.zwave.markdown +++ b/source/_components/thermostat.zwave.markdown @@ -13,3 +13,9 @@ ha_release: 0.17 --- To get your Z-Wave thermostat working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/). + +## NOTE +If your thermostat support fan modes or different operating modes, it should be considered a hvac component, and will also be detected as one. Thermostat component does not support setting fan or operation mode. This is controlled via the hvac component. + +If the thermostat support different operationg modes, you will get one thermostat entity for each mode. +These can be hidden with settings using the customize setting in the config file.