Add email as common data string (#35546)
This commit is contained in:
parent
68179e2672
commit
befda9a78b
11 changed files with 34 additions and 32 deletions
|
@ -392,30 +392,16 @@ def clean_wled():
|
|||
|
||||
def run():
|
||||
"""Migrate translations."""
|
||||
clean_wled()
|
||||
# clean_wled()
|
||||
|
||||
# Import new common keys
|
||||
# rename_keys(
|
||||
# CORE_PROJECT_ID,
|
||||
# {
|
||||
# "component::netatmo::config::step::pick_implementation::title": "common::config_flow::title::oauth2_pick_implementation",
|
||||
# "component::doorbird::config::step::user::data::username": "common::config_flow::data::username",
|
||||
# "component::doorbird::config::step::user::data::password": "common::config_flow::data::password",
|
||||
# "component::adguard::config::step::user::data::host": "common::config_flow::data::host",
|
||||
# "component::adguard::config::step::user::data::port": "common::config_flow::data::port",
|
||||
# "component::zha::config::step::user::data::usb_path": "common::config_flow::data::usb_path",
|
||||
# "component::smartthings::config::step::pat::data::access_token": "common::config_flow::data::access_token",
|
||||
# "component::airvisual::config::step::geography::data::api_key": "common::config_flow::data::api_key",
|
||||
# "component::doorbird::config::error::invalid_auth": "common::config_flow::error::invalid_auth",
|
||||
# "component::airvisual::config::error::invalid_api_key": "common::config_flow::error::invalid_api_key",
|
||||
# "component::tibber::config::error::invalid_access_token": "common::config_flow::error::invalid_access_token",
|
||||
# "component::doorbird::config::error::unknown": "common::config_flow::error::unknown",
|
||||
# "component::life360::config::abort::user_already_configured": "common::config_flow::abort::already_configured_account",
|
||||
# "component::xiaomi_miio::config::abort::already_configured": "common::config_flow::abort::already_configured_device",
|
||||
# "component::netatmo::config::abort::missing_configuration": "common::config_flow::abort::oauth2_missing_configuration",
|
||||
# "component::netatmo::config::abort::authorize_url_timeout": "common::config_flow::abort::oauth2_authorize_url_timeout",
|
||||
# },
|
||||
# )
|
||||
# Rename existing keys to common keys,
|
||||
# Old keys have been updated with reference to the common key
|
||||
rename_keys(
|
||||
CORE_PROJECT_ID,
|
||||
{
|
||||
"component::icloud::config::step::user::data::username": "common::config_flow::data::email",
|
||||
},
|
||||
)
|
||||
|
||||
# find_frontend_states()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue