Replace "a entity" with "an entity" in `isy994` user strings (#141972)

pull/141979/head
Norbert Rittel 2025-04-01 08:52:31 +02:00 committed by GitHub
parent def50b255d
commit 9c3b9eee2a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
},
"get_zwave_parameter": {
"name": "Get Z-Wave Parameter",
"description": "Requests a Z-Wave device parameter via the ISY. The parameter value will be returned as a 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": {
"parameter": {
"name": "Parameter",
@ -100,7 +100,7 @@
},
"set_zwave_parameter": {
"name": "Set Z-Wave parameter",
"description": "Updates a Z-Wave device parameter via the ISY. The parameter value will also be returned as a entity extra state attribute with the name \"ZW_#\" where \"#\" is the parameter number.",
"description": "Updates a Z-Wave device parameter via the ISY. The parameter value will also be returned as an entity extra state attribute with the name \"ZW_#\" where \"#\" is the parameter number.",
"fields": {
"parameter": {
"name": "[%key:component::isy994::services::get_zwave_parameter::fields::parameter::name%]",