Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make home assistant discoverable via UPnP/SSDP #79820

Merged
merged 13 commits into from
Oct 15, 2022
Prev Previous commit
Next Next commit
Bump async-upnp-client==0.32.0
  • Loading branch information
StevenLooman committed Oct 10, 2022
commit 6715f5f1694f0051e65c6c0fbe1783f0668a8c2e
2 changes: 1 addition & 1 deletion homeassistant/components/dlna_dmr/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "DLNA Digital Media Renderer",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
"requirements": ["async-upnp-client==0.31.2"],
"requirements": ["async-upnp-client==0.32.0"],
"dependencies": ["ssdp"],
"after_dependencies": ["media_source"],
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/dlna_dms/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "DLNA Digital Media Server",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dlna_dms",
"requirements": ["async-upnp-client==0.31.2"],
"requirements": ["async-upnp-client==0.32.0"],
"dependencies": ["ssdp"],
"after_dependencies": ["media_source"],
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/samsungtv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"samsungctl[websocket]==0.7.1",
"samsungtvws[async,encrypted]==2.5.0",
"wakeonlan==2.1.0",
"async-upnp-client==0.31.2"
"async-upnp-client==0.32.0"
],
"ssdp": [
{
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ssdp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": ["async-upnp-client==0.31.2"],
"requirements": ["async-upnp-client==0.32.0"],
"dependencies": ["network"],
"after_dependencies": ["zeroconf"],
"codeowners": [],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/upnp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "UPnP/IGD",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/upnp",
"requirements": ["async-upnp-client==0.31.2", "getmac==0.8.2"],
"requirements": ["async-upnp-client==0.32.0", "getmac==0.8.2"],
"dependencies": ["network", "ssdp"],
"codeowners": ["@StevenLooman", "@ehendrix23"],
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/yeelight/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.7.10", "async-upnp-client==0.31.2"],
"requirements": ["yeelight==0.7.10", "async-upnp-client==0.32.0"],
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG", "@alexyao2015"],
"config_flow": true,
"dependencies": ["network"],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ aiodiscover==1.4.13
aiohttp==3.8.1
aiohttp_cors==0.7.0
astral==2.2
async-upnp-client==0.31.2
async-upnp-client==0.32.0
async_timeout==4.0.2
atomicwrites-homeassistant==1.4.1
attrs==21.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.ssdp
# homeassistant.components.upnp
# homeassistant.components.yeelight
async-upnp-client==0.31.2
async-upnp-client==0.32.0

# homeassistant.components.supla
asyncpysupla==0.0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ arcam-fmj==0.12.0
# homeassistant.components.ssdp
# homeassistant.components.upnp
# homeassistant.components.yeelight
async-upnp-client==0.31.2
async-upnp-client==0.32.0

# homeassistant.components.sleepiq
asyncsleepiq==1.2.3
Expand Down