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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -14,6 +14,9 @@ ZEROCONF = {
"_esphomelib._tcp.local.": [
"esphome"
],
"_googlecast._tcp.local.": [
"cast"
],
"_hap._tcp.local.": [
"homekit_controller"
]