mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Bump python-openzwave-mqtt to 1.0.2 (#35980)
This commit is contained in:
parent
f74e2f8abb
commit
6dfc362f98
@ -3,7 +3,15 @@
|
|||||||
"name": "OpenZWave (beta)",
|
"name": "OpenZWave (beta)",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/ozw",
|
"documentation": "https://www.home-assistant.io/integrations/ozw",
|
||||||
"requirements": ["python-openzwave-mqtt==1.0.1"],
|
"requirements": [
|
||||||
"after_dependencies": ["mqtt"],
|
"python-openzwave-mqtt==1.0.2"
|
||||||
"codeowners": ["@cgarwood", "@marcelveldt", "@MartinHjelmare"]
|
],
|
||||||
|
"after_dependencies": [
|
||||||
|
"mqtt"
|
||||||
|
],
|
||||||
|
"codeowners": [
|
||||||
|
"@cgarwood",
|
||||||
|
"@marcelveldt",
|
||||||
|
"@MartinHjelmare"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
@ -1711,7 +1711,7 @@ python-nest==4.1.0
|
|||||||
python-nmap==0.6.1
|
python-nmap==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.ozw
|
# homeassistant.components.ozw
|
||||||
python-openzwave-mqtt==1.0.1
|
python-openzwave-mqtt==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.qbittorrent
|
# homeassistant.components.qbittorrent
|
||||||
python-qbittorrent==0.4.1
|
python-qbittorrent==0.4.1
|
||||||
|
@ -711,7 +711,7 @@ python-miio==0.5.0.1
|
|||||||
python-nest==4.1.0
|
python-nest==4.1.0
|
||||||
|
|
||||||
# homeassistant.components.ozw
|
# homeassistant.components.ozw
|
||||||
python-openzwave-mqtt==1.0.1
|
python-openzwave-mqtt==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.songpal
|
# homeassistant.components.songpal
|
||||||
python-songpal==0.12
|
python-songpal==0.12
|
||||||
|
Loading…
x
Reference in New Issue
Block a user