mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +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."""
|
"""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)
|
||||||
|
Reference in New Issue
Block a user