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:
Norbert Rittel 2025-01-21 11:28:00 +01:00 committed by GitHub
parent 40eb8b91cc
commit e4219b617c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
} }
} }
}, },