mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
new version and changed "key"
This commit is contained in:
parent
276c2070be
commit
a4083bab1a
@ -20,7 +20,7 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||||||
hub.update_smartplugs()
|
hub.update_smartplugs()
|
||||||
switches = []
|
switches = []
|
||||||
switches.extend([
|
switches.extend([
|
||||||
VerisureSmartplug(value.id)
|
VerisureSmartplug(value.deviceLabel)
|
||||||
for value in hub.smartplug_status.values()])
|
for value in hub.smartplug_status.values()])
|
||||||
add_devices(switches)
|
add_devices(switches)
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ DISCOVER_SWITCHES = 'verisure.switches'
|
|||||||
DISCOVER_ALARMS = 'verisure.alarm_control_panel'
|
DISCOVER_ALARMS = 'verisure.alarm_control_panel'
|
||||||
DISCOVER_LOCKS = 'verisure.lock'
|
DISCOVER_LOCKS = 'verisure.lock'
|
||||||
|
|
||||||
REQUIREMENTS = ['vsure==0.7.1']
|
REQUIREMENTS = ['vsure==0.8.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -313,7 +313,7 @@ urllib3
|
|||||||
uvcclient==0.8
|
uvcclient==0.8
|
||||||
|
|
||||||
# homeassistant.components.verisure
|
# homeassistant.components.verisure
|
||||||
vsure==0.7.1
|
vsure==0.8.1
|
||||||
|
|
||||||
# homeassistant.components.switch.wake_on_lan
|
# homeassistant.components.switch.wake_on_lan
|
||||||
wakeonlan==0.2.2
|
wakeonlan==0.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user