mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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 = []
|
sensors = []
|
||||||
|
|
||||||
if int(hub.config.get('temperature', '1')):
|
if int(hub.config.get('thermometers', '1')):
|
||||||
hub.update_climate()
|
hub.update_climate()
|
||||||
sensors.extend([
|
sensors.extend([
|
||||||
VerisureThermometer(value.id)
|
VerisureThermometer(value.id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user