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
2 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
"name": "Luci",
|
||||
"documentation": "https://www.home-assistant.io/components/luci",
|
||||
"requirements": [
|
||||
"openwrt-luci-rpc==1.1.0"
|
||||
"openwrt-luci-rpc==1.1.0",
|
||||
"packaging==19.1"
|
||||
],
|
||||
"dependencies": [],
|
||||
"codeowners": ["@fbradyirl"]
|
||||
|
|
|
@ -894,6 +894,9 @@ openwrt-luci-rpc==1.1.0
|
|||
# homeassistant.components.orvibo
|
||||
orvibo==1.1.1
|
||||
|
||||
# homeassistant.components.luci
|
||||
packaging==19.1
|
||||
|
||||
# homeassistant.components.mqtt
|
||||
# homeassistant.components.shiftr
|
||||
paho-mqtt==1.4.0
|
||||
|
|
Loading…
Add table
Reference in a new issue