From 8d0009b894d7bb29e5658899e3133322863e4bd3 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Fri, 23 Sep 2016 22:07:06 +0200 Subject: [PATCH] Fix mysensors required version for HVAC (#3499) --- homeassistant/components/climate/mysensors.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/homeassistant/components/climate/mysensors.py b/homeassistant/components/climate/mysensors.py index f28f6011130..9b997954889 100755 --- a/homeassistant/components/climate/mysensors.py +++ b/homeassistant/components/climate/mysensors.py @@ -25,6 +25,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None): if discovery_info is None: return for gateway in mysensors.GATEWAYS.values(): + if float(gateway.protocol_version) < 1.5: + continue pres = gateway.const.Presentation set_req = gateway.const.SetReq map_sv_types = {