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:
@@ -106,6 +106,7 @@ FLOWS = [
|
||||
"openuv",
|
||||
"owntracks",
|
||||
"panasonic_viera",
|
||||
"pi_hole",
|
||||
"plaato",
|
||||
"plex",
|
||||
"point",
|
||||
|
||||
Reference in New Issue
Block a user