Add Cast discovery to manifest (#24504)

This commit is contained in:
Paulus Schoutsen
2019-06-12 13:54:53 -07:00
committed by GitHub
parent b817609adc
commit 6badd83c5d
3 changed files with 6 additions and 2 deletions
@@ -7,5 +7,6 @@
"pychromecast==3.2.2"
],
"dependencies": [],
"zeroconf": ["_googlecast._tcp.local."],
"codeowners": []
}
@@ -47,7 +47,6 @@ SERVICE_XIAOMI_GW = 'xiaomi_gw'
CONFIG_ENTRY_HANDLERS = {
SERVICE_DAIKIN: 'daikin',
'google_cast': 'cast',
SERVICE_HEOS: 'heos',
SERVICE_TELLDUSLIVE: 'tellduslive',
'sonos': 'sonos',
@@ -97,8 +96,9 @@ MIGRATED_SERVICE_HANDLERS = [
'axis',
'deconz',
'esphome',
'ikea_tradfri',
'google_cast',
'homekit',
'ikea_tradfri',
'philips_hue',
SERVICE_WEMO,
]
+3
View File
@@ -14,6 +14,9 @@ ZEROCONF = {
"_esphomelib._tcp.local.": [
"esphome"
],
"_googlecast._tcp.local.": [
"cast"
],
"_hap._tcp.local.": [
"homekit_controller"
]