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 = {