Skip to content
Snippets Groups Projects
Unverified Commit 74bf255d authored by suaveolent's avatar suaveolent Committed by GitHub
Browse files

Bump lupupy to 0.3.1 (#103835)

parent d0efea3d
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
......@@ -1197,7 +1197,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment