mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Change 'device_id' to translatable 'device ID', fix typos in LCN (#135978)
This commit is contained in:
parent
0d968267a2
commit
f3222045ae
@ -17,7 +17,7 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Setup LCN host",
|
"title": "Set up LCN host",
|
||||||
"description": "Set up new connection to LCN host.",
|
"description": "Set up new connection to LCN host.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::name%]",
|
"host": "[%key:common::config_flow::data::name%]",
|
||||||
@ -76,15 +76,15 @@
|
|||||||
"issues": {
|
"issues": {
|
||||||
"deprecated_regulatorlock_sensor": {
|
"deprecated_regulatorlock_sensor": {
|
||||||
"title": "Deprecated LCN regulator lock binary sensor",
|
"title": "Deprecated LCN regulator lock binary sensor",
|
||||||
"description": "Your LCN regulator lock binary sensor entity `{entity}` is beeing used in automations or scripts. A regulator lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
"description": "Your LCN regulator lock binary sensor entity `{entity}` is being used in automations or scripts. A regulator lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
||||||
},
|
},
|
||||||
"deprecated_keylock_sensor": {
|
"deprecated_keylock_sensor": {
|
||||||
"title": "Deprecated LCN key lock binary sensor",
|
"title": "Deprecated LCN key lock binary sensor",
|
||||||
"description": "Your LCN key lock binary sensor entity `{entity}` is beeing used in automations or scripts. A key lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
"description": "Your LCN key lock binary sensor entity `{entity}` is being used in automations or scripts. A key lock switch entity is available and should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
||||||
},
|
},
|
||||||
"deprecated_address_parameter": {
|
"deprecated_address_parameter": {
|
||||||
"title": "Deprecated 'address' parameter",
|
"title": "Deprecated 'address' parameter",
|
||||||
"description": "The 'address' parameter in the LCN action calls is deprecated. The 'device_id' parameter should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
"description": "The 'address' parameter in the LCN action calls is deprecated. The 'device ID' parameter should be used going forward.\n\nPlease adjust your automations or scripts to fix this issue."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"device_id": {
|
"device_id": {
|
||||||
"name": "[%key:common::config_flow::data::device%]",
|
"name": "[%key:common::config_flow::data::device%]",
|
||||||
"description": "The device_id of the LCN module or group."
|
"description": "The device ID of the LCN module or group."
|
||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
"name": "Address",
|
"name": "Address",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user