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