mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +02:00
Use common state for "Auto" in airzone_cloud
(#142944)
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"on": "[%key:common::state::on%]",
|
"on": "[%key:common::state::on%]",
|
||||||
"auto": "Auto"
|
"auto": "[%key:common::state::auto%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"modes": {
|
"modes": {
|
||||||
|
Reference in New Issue
Block a user