* Config flow for doorbird * Discoverable via zeroconf * Fix zeroconf test * add missing return * Add a test for legacy over ride url (will go away when refactored to cloud hooks) * Update homeassistant/components/doorbird/__init__.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * without getting the hooks its not so useful * Update homeassistant/components/doorbird/config_flow.py Co-Authored-By: Paulus Schoutsen <paulus@home-assistant.io> * fix copy pasta * remove identifiers since its in connections * self review fixes Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
52 lines
919 B
Python
52 lines
919 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
|
|
# fmt: off
|
|
|
|
ZEROCONF = {
|
|
"_axis-video._tcp.local.": [
|
|
"axis",
|
|
"doorbird"
|
|
],
|
|
"_coap._udp.local.": [
|
|
"tradfri"
|
|
],
|
|
"_elg._tcp.local.": [
|
|
"elgato"
|
|
],
|
|
"_esphomelib._tcp.local.": [
|
|
"esphome"
|
|
],
|
|
"_googlecast._tcp.local.": [
|
|
"cast"
|
|
],
|
|
"_hap._tcp.local.": [
|
|
"homekit_controller"
|
|
],
|
|
"_printer._tcp.local.": [
|
|
"brother"
|
|
],
|
|
"_spotify-connect._tcp.local.": [
|
|
"spotify"
|
|
],
|
|
"_viziocast._tcp.local.": [
|
|
"vizio"
|
|
],
|
|
"_wled._tcp.local.": [
|
|
"wled"
|
|
]
|
|
}
|
|
|
|
HOMEKIT = {
|
|
"819LMB": "myq",
|
|
"BSB002": "hue",
|
|
"LIFX": "lifx",
|
|
"Netatmo Relay": "netatmo",
|
|
"Presence": "netatmo",
|
|
"Rachio": "rachio",
|
|
"TRADFRI": "tradfri",
|
|
"Welcome": "netatmo",
|
|
"Wemo": "wemo"
|
|
}
|