Fix sentence-casing in user-facing strings of isy994 (#144428)

This commit is contained in:
Norbert Rittel 2025-05-07 22:28:08 +02:00 committed by GitHub
parent 4cc538b5ae
commit 0b0a239ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@
"options": {
"step": {
"init": {
"title": "ISY Options",
"title": "ISY options",
"description": "Set the options for the ISY integration: \n • Node Sensor String: Any device or folder that contains 'Node Sensor String' in the name will be treated as a sensor or binary sensor. \n • Ignore String: Any device with 'Ignore String' in the name will be ignored. \n • Variable Sensor String: Any variable that contains 'Variable Sensor String' will be added as a sensor. \n • Restore Light Brightness: If enabled, the previous brightness will be restored when turning on a light instead of the device's built-in On-Level.",
"data": {
"sensor_string": "Node Sensor String",
@ -49,10 +49,10 @@
},
"system_health": {
"info": {
"host_reachable": "Host Reachable",
"device_connected": "ISY Connected",
"last_heartbeat": "Last Heartbeat Time",
"websocket_status": "Event Socket Status"
"host_reachable": "Host reachable",
"device_connected": "ISY connected",
"last_heartbeat": "Last heartbeat time",
"websocket_status": "Event socket status"
}
},
"services": {
@ -89,7 +89,7 @@
}
},
"get_zwave_parameter": {
"name": "Get Z-Wave Parameter",
"name": "Get Z-Wave parameter",
"description": "Requests a Z-Wave device parameter via the ISY. The parameter value will be returned as an entity extra state attribute with the name \"ZW_#\" where \"#\" is the parameter number.",
"fields": {
"parameter": {
@ -164,7 +164,7 @@
},
"command": {
"name": "Command",
"description": "The ISY Program Command to be sent."
"description": "The ISY program command to be sent."
},
"isy": {
"name": "ISY",