mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
luci device-tracker dependency fix (#26215)
* luci device-tracker dependency fix fixes issue #25758 * luci device-tracker fix, requirements_all
This commit is contained in:
parent
8e5d272b5f
commit
c185c015ef
@ -3,7 +3,8 @@
|
|||||||
"name": "Luci",
|
"name": "Luci",
|
||||||
"documentation": "https://www.home-assistant.io/components/luci",
|
"documentation": "https://www.home-assistant.io/components/luci",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"openwrt-luci-rpc==1.1.0"
|
"openwrt-luci-rpc==1.1.0",
|
||||||
|
"packaging==19.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@fbradyirl"]
|
"codeowners": ["@fbradyirl"]
|
||||||
|
@ -894,6 +894,9 @@ openwrt-luci-rpc==1.1.0
|
|||||||
# homeassistant.components.orvibo
|
# homeassistant.components.orvibo
|
||||||
orvibo==1.1.1
|
orvibo==1.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.luci
|
||||||
|
packaging==19.1
|
||||||
|
|
||||||
# homeassistant.components.mqtt
|
# homeassistant.components.mqtt
|
||||||
# homeassistant.components.shiftr
|
# homeassistant.components.shiftr
|
||||||
paho-mqtt==1.4.0
|
paho-mqtt==1.4.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user