mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Fix sentence-casing in user-facing strings of isy994
(#144428)
This commit is contained in:
parent
4cc538b5ae
commit
0b0a239ed4
@ -36,7 +36,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"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.",
|
"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": {
|
"data": {
|
||||||
"sensor_string": "Node Sensor String",
|
"sensor_string": "Node Sensor String",
|
||||||
@ -49,10 +49,10 @@
|
|||||||
},
|
},
|
||||||
"system_health": {
|
"system_health": {
|
||||||
"info": {
|
"info": {
|
||||||
"host_reachable": "Host Reachable",
|
"host_reachable": "Host reachable",
|
||||||
"device_connected": "ISY Connected",
|
"device_connected": "ISY connected",
|
||||||
"last_heartbeat": "Last Heartbeat Time",
|
"last_heartbeat": "Last heartbeat time",
|
||||||
"websocket_status": "Event Socket Status"
|
"websocket_status": "Event socket status"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
@ -89,7 +89,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"get_zwave_parameter": {
|
"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.",
|
"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": {
|
"fields": {
|
||||||
"parameter": {
|
"parameter": {
|
||||||
@ -164,7 +164,7 @@
|
|||||||
},
|
},
|
||||||
"command": {
|
"command": {
|
||||||
"name": "Command",
|
"name": "Command",
|
||||||
"description": "The ISY Program Command to be sent."
|
"description": "The ISY program command to be sent."
|
||||||
},
|
},
|
||||||
"isy": {
|
"isy": {
|
||||||
"name": "ISY",
|
"name": "ISY",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user