mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
verisure configuration value typo fix
This commit is contained in:
parent
49ebc6d0b0
commit
567727fb3b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user