mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Add attribute state translations for oscillating fans (#89990)
This commit is contained in:
parent
485a78e0cf
commit
0467c8ff63
@ -32,7 +32,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"oscillating": {
|
"oscillating": {
|
||||||
"name": "Oscillating"
|
"name": "Oscillating",
|
||||||
|
"state": {
|
||||||
|
"true": "[%key:common::state::yes%}",
|
||||||
|
"false": "[%key:common::state::no%]"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"percentage": {
|
"percentage": {
|
||||||
"name": "Speed"
|
"name": "Speed"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user