mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +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."""
|
||||
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