mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Replace "On" and "Off" in airzone_cloud
with common states (#141711)
* Replace "On", "Off" and "Stop(ped)" in `airzone_cloud` with common strings * Revert to "Stop" as mode name by manufacturer Co-authored-by: acidcoke <acidcoke@acidic.codes> --------- Co-authored-by: acidcoke <acidcoke@acidic.codes>
This commit is contained in:
parent
49b2ab9889
commit
aa2ab74ee9
@ -32,8 +32,8 @@
|
||||
"air_quality": {
|
||||
"name": "Air Quality mode",
|
||||
"state": {
|
||||
"off": "Off",
|
||||
"on": "On",
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]",
|
||||
"auto": "Auto"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user