Skip to content

Commit

Permalink
Fix incorrect action descriptions of Nexia integration (home-assistan…
Browse files Browse the repository at this point in the history
  • Loading branch information
NoRi2909 authored Nov 22, 2024
1 parent 3d98be8 commit 7a42c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/nexia/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7a42c42

Please sign in to comment.