mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Merge pull request #1508 from persandstrom/verisure_typo_thermometers
verisure configuration value typo fix
This commit is contained in:
commit
d1256d4889
@ -17,7 +17,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
"""Setup the Verisure platform."""
|
"""Setup the Verisure platform."""
|
||||||
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