mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Capitalize "Homematic" brand name and 2 more user string fixes (#136113)
Capitalize "Homematic" brand name and more user string fixes
This commit is contained in:
parent
40eb8b91cc
commit
e4219b617c
@ -6,7 +6,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"address": {
|
"address": {
|
||||||
"name": "Address",
|
"name": "Address",
|
||||||
"description": "Address of homematic device or BidCoS-RF for virtual remote."
|
"description": "Address of Homematic device or BidCoS-RF for virtual remote."
|
||||||
},
|
},
|
||||||
"channel": {
|
"channel": {
|
||||||
"name": "Channel",
|
"name": "Channel",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
"description": "Name(s) of homematic central to set value."
|
"description": "Name(s) of Homematic central to set value."
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"name": "[%key:common::config_flow::data::name%]",
|
"name": "[%key:common::config_flow::data::name%]",
|
||||||
@ -72,11 +72,11 @@
|
|||||||
},
|
},
|
||||||
"reconnect": {
|
"reconnect": {
|
||||||
"name": "Reconnect",
|
"name": "Reconnect",
|
||||||
"description": "Reconnects to all Homematic Hubs."
|
"description": "Reconnects to all Homematic hubs."
|
||||||
},
|
},
|
||||||
"set_install_mode": {
|
"set_install_mode": {
|
||||||
"name": "Set install mode",
|
"name": "Set install mode",
|
||||||
"description": "Set a RPC XML interface into installation mode.",
|
"description": "Sets a RPC XML interface into installation mode.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"interface": {
|
"interface": {
|
||||||
"name": "Interface",
|
"name": "Interface",
|
||||||
@ -92,7 +92,7 @@
|
|||||||
},
|
},
|
||||||
"address": {
|
"address": {
|
||||||
"name": "Address",
|
"name": "Address",
|
||||||
"description": "Address of homematic device or BidCoS-RF to learn."
|
"description": "Address of Homematic device or BidCoS-RF to learn."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user