mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Fix spelling of "IP" and improve action descriptions in lcn
(#149314)
This commit is contained in:
parent
65109ea000
commit
aad1dbecb4
@ -70,7 +70,7 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
||||||
"already_configured": "PCHK connection using the same ip address/port is already configured."
|
"already_configured": "PCHK connection using the same IP address/port is already configured."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
@ -156,7 +156,7 @@
|
|||||||
},
|
},
|
||||||
"relays": {
|
"relays": {
|
||||||
"name": "Relays",
|
"name": "Relays",
|
||||||
"description": "Sets the relays status.",
|
"description": "Sets the relay states.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"device_id": {
|
"device_id": {
|
||||||
"name": "[%key:common::config_flow::data::device%]",
|
"name": "[%key:common::config_flow::data::device%]",
|
||||||
@ -168,7 +168,7 @@
|
|||||||
},
|
},
|
||||||
"state": {
|
"state": {
|
||||||
"name": "State",
|
"name": "State",
|
||||||
"description": "Relays states as string (1=on, 2=off, t=toggle, -=no change)."
|
"description": "Relay states as string (1=on, 2=off, t=toggle, -=no change)."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -322,7 +322,7 @@
|
|||||||
},
|
},
|
||||||
"lock_keys": {
|
"lock_keys": {
|
||||||
"name": "Lock keys",
|
"name": "Lock keys",
|
||||||
"description": "Locks keys.",
|
"description": "Sets the key lock states.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"device_id": {
|
"device_id": {
|
||||||
"name": "[%key:common::config_flow::data::device%]",
|
"name": "[%key:common::config_flow::data::device%]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user