Bump lupupy to 0.3.1 (#103835)
Co-authored-by: suaveolent <suaveolent@users.noreply.github.com>pull/104348/head
parent
92780dd217
commit
339e9e7b48
|
@ -27,7 +27,7 @@ def setup_platform(
|
|||
|
||||
data = hass.data[LUPUSEC_DOMAIN]
|
||||
|
||||
device_types = [CONST.TYPE_OPENING]
|
||||
device_types = CONST.TYPE_OPENING
|
||||
|
||||
devices = []
|
||||
for device in data.lupusec.get_devices(generic_type=device_types):
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/lupusec",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["lupupy"],
|
||||
"requirements": ["lupupy==0.3.0"]
|
||||
"requirements": ["lupupy==0.3.1"]
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@ def setup_platform(
|
|||
|
||||
data = hass.data[LUPUSEC_DOMAIN]
|
||||
|
||||
device_types = [CONST.TYPE_SWITCH]
|
||||
device_types = CONST.TYPE_SWITCH
|
||||
|
||||
devices = []
|
||||
for device in data.lupusec.get_devices(generic_type=device_types):
|
||||
|
|
|
@ -1185,7 +1185,7 @@ loqedAPI==2.1.8
|
|||
luftdaten==0.7.4
|
||||
|
||||
# homeassistant.components.lupusec
|
||||
lupupy==0.3.0
|
||||
lupupy==0.3.1
|
||||
|
||||
# homeassistant.components.lw12wifi
|
||||
lw12==0.9.2
|
||||
|
|
Loading…
Reference in New Issue