mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00
Fix scaffold and hassfest references (#35431)
This commit is contained in:
parent
a17ab612ad
commit
42fc332123
@ -31,7 +31,7 @@ def validate_integration(config: Config, integration: Integration):
|
|||||||
return
|
return
|
||||||
|
|
||||||
needs_unique_id = integration.domain not in UNIQUE_ID_IGNORE and any(
|
needs_unique_id = integration.domain not in UNIQUE_ID_IGNORE and any(
|
||||||
key in integration.manifest
|
bool(integration.manifest.get(key))
|
||||||
for keys in DISCOVERY_INTEGRATIONS.values()
|
for keys in DISCOVERY_INTEGRATIONS.values()
|
||||||
for key in keys
|
for key in keys
|
||||||
)
|
)
|
||||||
|
@ -125,9 +125,9 @@ def _custom_tasks(template, info) -> None:
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::abort::cannot_connect%]",
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||||
"invalid_auth": "[%key:common::config_flow::abort::invalid_auth%]",
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||||
"unknown": "[%key:common::config_flow::abort::unknown%]",
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user