Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/cast/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Google Cast",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cast",
"requirements": ["pychromecast==6.0.0"],
"requirements": ["zeroconf==0.27.1", "pychromecast==6.0.0"],
"after_dependencies": ["cloud","zeroconf"],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": ["@emontnemery"]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/discovery/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "discovery",
"name": "Discovery",
"documentation": "https://www.home-assistant.io/integrations/discovery",
"requirements": ["netdisco==2.6.0"],
"requirements": ["zeroconf==0.27.1", "netdisco==2.6.0"],
"codeowners": [],
"quality_scale": "internal"
}
2 changes: 1 addition & 1 deletion homeassistant/components/dyson/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "dyson",
"name": "Dyson",
"documentation": "https://www.home-assistant.io/integrations/dyson",
"requirements": ["libpurecool==0.6.1"],
"requirements": ["zeroconf==0.27.1", "libpurecool==0.6.1"],
"codeowners": ["@etheralm"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/homekit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "homekit",
"name": "HomeKit",
"documentation": "https://www.home-assistant.io/integrations/homekit",
"requirements": ["HAP-python==2.9.1","fnvhash==0.1.0","PyQRCode==1.2.1","base36==0.1.1","PyTurboJPEG==1.4.0"],
"requirements": ["zeroconf==0.27.1", "HAP-python==2.9.1","fnvhash==0.1.0","PyQRCode==1.2.1","base36==0.1.1","PyTurboJPEG==1.4.0"],
"dependencies": ["http", "camera", "ffmpeg"],
"after_dependencies": ["logbook", "zeroconf"],
"codeowners": ["@bdraco"],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/homekit_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "HomeKit Controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit[IP]==0.2.38"],
"requirements": ["zeroconf==0.27.1", "aiohomekit[IP]==0.2.38"],
"zeroconf": ["_hap._tcp.local."],
"codeowners": ["@Jc2k"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/soundtouch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "soundtouch",
"name": "Bose Soundtouch",
"documentation": "https://www.home-assistant.io/integrations/soundtouch",
"requirements": ["libsoundtouch==0.8"],
"requirements": ["zeroconf==0.27.1", "libsoundtouch==0.8"],
"codeowners": []
}
2 changes: 1 addition & 1 deletion homeassistant/components/ssdp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": ["defusedxml==0.6.0", "netdisco==2.6.0"],
"requirements": ["zeroconf==0.27.1", "defusedxml==0.6.0", "netdisco==2.6.0"],
"codeowners": []
}
2 changes: 1 addition & 1 deletion homeassistant/components/vizio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "vizio",
"name": "VIZIO SmartCast",
"documentation": "https://www.home-assistant.io/integrations/vizio",
"requirements": ["pyvizio==0.1.48"],
"requirements": ["zeroconf==0.27.1", "pyvizio==0.1.48"],
"codeowners": ["@raman325"],
"config_flow": true,
"zeroconf": ["_viziocast._tcp.local."],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/xiaomi_miio/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Xiaomi Miio",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/xiaomi_miio",
"requirements": ["construct==2.9.45", "python-miio==0.5.0.1"],
"requirements": ["zeroconf==0.27.1", "construct==2.9.45", "python-miio==0.5.0.1"],
Comment thread
bdraco marked this conversation as resolved.
Outdated
"codeowners": ["@rytilahti", "@syssi"],
"zeroconf": ["_miio._udp.local."]
}
2 changes: 1 addition & 1 deletion homeassistant/components/zeroconf/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "zeroconf",
"name": "Zero-configuration networking (zeroconf)",
"documentation": "https://www.home-assistant.io/integrations/zeroconf",
"requirements": ["zeroconf==0.26.3"],
"requirements": ["zeroconf==0.27.1"],
"dependencies": ["api"],
"codeowners": ["@robbiet480", "@Kane610"],
"quality_scale": "internal"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ruamel.yaml==0.15.100
sqlalchemy==1.3.17
voluptuous-serialize==2.3.0
voluptuous==0.11.7
zeroconf==0.26.3
zeroconf==0.27.1
Comment thread
bdraco marked this conversation as resolved.

pycryptodome>=3.6.6

Expand Down
11 changes: 10 additions & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2238,8 +2238,17 @@ youtube_dl==2020.05.29
# homeassistant.components.zengge
zengge==0.2

# homeassistant.components.cast
# homeassistant.components.discovery
# homeassistant.components.dyson
# homeassistant.components.homekit
# homeassistant.components.homekit_controller
# homeassistant.components.soundtouch
# homeassistant.components.ssdp
# homeassistant.components.vizio
# homeassistant.components.xiaomi_miio
# homeassistant.components.zeroconf
zeroconf==0.26.3
zeroconf==0.27.1

# homeassistant.components.zha
zha-quirks==0.0.39
Expand Down
11 changes: 10 additions & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -917,8 +917,17 @@ xmltodict==0.12.0
# homeassistant.components.yandex_transport
ya_ma==0.3.8

# homeassistant.components.cast
# homeassistant.components.discovery
# homeassistant.components.dyson
# homeassistant.components.homekit
# homeassistant.components.homekit_controller
# homeassistant.components.soundtouch
# homeassistant.components.ssdp
# homeassistant.components.vizio
# homeassistant.components.xiaomi_miio
# homeassistant.components.zeroconf
zeroconf==0.26.3
zeroconf==0.27.1

# homeassistant.components.zha
zha-quirks==0.0.39
Expand Down
4 changes: 2 additions & 2 deletions tests/components/zeroconf/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def get_service_info_mock(service_type, name):
return ServiceInfo(
service_type,
name,
address=b"\n\x00\x00\x14",
addresses=[b"\n\x00\x00\x14"],
port=80,
weight=0,
priority=0,
Expand All @@ -56,7 +56,7 @@ def mock_homekit_info(service_type, name):
return ServiceInfo(
service_type,
name,
address=b"\n\x00\x00\x14",
addresses=[b"\n\x00\x00\x14"],
port=80,
weight=0,
priority=0,
Expand Down