Config flow for doorbird (#33165)

* 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>
This commit is contained in:
J. Nick Koston 2020-03-23 04:14:21 -05:00 committed by GitHub
parent 49ebea2be3
commit f9a7c64106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 802 additions and 121 deletions

View file

@ -7,7 +7,8 @@ To update, run python3 -m script.hassfest
ZEROCONF = {
"_axis-video._tcp.local.": [
"axis"
"axis",
"doorbird"
],
"_coap._udp.local.": [
"tradfri"