mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Improve name and description of nexia.set_hvac_run_mode
action (#140348)
- use proper capitalization of "HVAC" in action name - better explain that you can set the run mode ("permanent_hold" / "run_schedule") and / or the operation mode ("auto" / "cool" / "heat") of the HVAC system
This commit is contained in:
parent
3199b538ee
commit
47a9f25ba6
@ -86,8 +86,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"set_hvac_run_mode": {
|
"set_hvac_run_mode": {
|
||||||
"name": "Set hvac run mode",
|
"name": "Set HVAC run mode",
|
||||||
"description": "Sets the HVAC operation mode.",
|
"description": "Sets the run and/or operation mode of the HVAC system.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"run_mode": {
|
"run_mode": {
|
||||||
"name": "Run mode",
|
"name": "Run mode",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user