mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Fix incorrect action descriptions of Nexia integration (#131087)
This commit is contained in:
parent
3d98be8593
commit
7a42c42384
@ -64,7 +64,7 @@
|
||||
"services": {
|
||||
"set_aircleaner_mode": {
|
||||
"name": "Set air cleaner mode",
|
||||
"description": "The air cleaner mode.",
|
||||
"description": "Sets the air cleaner mode.",
|
||||
"fields": {
|
||||
"aircleaner_mode": {
|
||||
"name": "Air cleaner mode",
|
||||
@ -74,7 +74,7 @@
|
||||
},
|
||||
"set_humidify_setpoint": {
|
||||
"name": "Set humidify set point",
|
||||
"description": "The humidification set point.",
|
||||
"description": "Sets the target humidity.",
|
||||
"fields": {
|
||||
"humidity": {
|
||||
"name": "Humidify",
|
||||
@ -84,7 +84,7 @@
|
||||
},
|
||||
"set_hvac_run_mode": {
|
||||
"name": "Set hvac run mode",
|
||||
"description": "The HVAC run mode.",
|
||||
"description": "Sets the HVAC operation mode.",
|
||||
"fields": {
|
||||
"run_mode": {
|
||||
"name": "Run mode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user