Add attribute state translations for oscillating fans (#89990)

This commit is contained in:
Franck Nijhof
2023-03-21 12:39:07 +01:00
committed by GitHub
parent 485a78e0cf
commit 0467c8ff63

View File

@@ -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"