verisure configuration value typo fix

This commit is contained in:
Per Sandström 2016-03-08 14:10:47 +01:00
parent 49ebc6d0b0
commit 567727fb3b

View File

@ -18,7 +18,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
sensors = []
if int(hub.config.get('temperature', '1')):
if int(hub.config.get('thermometers', '1')):
hub.update_climate()
sensors.extend([
VerisureThermometer(value.id)