mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Merge pull request #1508 from persandstrom/verisure_typo_thermometers
verisure configuration value typo fix
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user