Add reauth step to Hyperion config flow (#43797)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
d0ebc00684
commit
aaae452d58
8 changed files with 275 additions and 46 deletions
|
@ -16,8 +16,6 @@ CONF_ON_UNLOAD = "ON_UNLOAD"
|
|||
SIGNAL_INSTANCES_UPDATED = f"{DOMAIN}_instances_updated_signal." "{}"
|
||||
SIGNAL_INSTANCE_REMOVED = f"{DOMAIN}_instance_removed_signal." "{}"
|
||||
|
||||
SOURCE_IMPORT = "import"
|
||||
|
||||
HYPERION_VERSION_WARN_CUTOFF = "2.0.0-alpha.9"
|
||||
HYPERION_RELEASES_URL = "https://github.com/hyperion-project/hyperion.ng/releases"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue