mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
"air_quality": {
|
||||||
"name": "Air Quality mode",
|
"name": "Air Quality mode",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "Off",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "On",
|
"on": "[%key:common::state::on%]",
|
||||||
"auto": "Auto"
|
"auto": "Auto"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user