mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Use common strings in zha config flow (#41127)
This commit is contained in:
parent
529601eb82
commit
861fe36f5d
@ -21,9 +21,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": { "cannot_connect": "Unable to connect to ZHA device." },
|
"error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" },
|
||||||
"abort": {
|
"abort": {
|
||||||
"single_instance_allowed": "Only a single configuration of ZHA is allowed."
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"device_automation": {
|
"device_automation": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user