1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add config flow to pi_hole integration (#35442)

* Add config flow to pi-hole

* Add config flow tests

* Change PlatformNotReady to ConfigEntryNotReady

* Improve config flow

* Add @shenxn as codeowner

* Use entity_id as unique id

* Remove .get with [] for required fields

* Remove unique id from config flow

* Replace some strings with references

* Fix api_key string

* Fix service api_key check

* Remove unused DuplicatedNameException
This commit is contained in:
Xiaonan Shen
2020-05-13 06:25:06 -07:00
committed by GitHub
parent 7147c5306d
commit ce99fa8c02
11 changed files with 488 additions and 157 deletions

View File

@@ -106,6 +106,7 @@ FLOWS = [
"openuv",
"owntracks",
"panasonic_viera",
"pi_hole",
"plaato",
"plex",
"point",