diff --git a/homeassistant/components/fan/strings.json b/homeassistant/components/fan/strings.json index e9a808e0ae4..cccf4134652 100644 --- a/homeassistant/components/fan/strings.json +++ b/homeassistant/components/fan/strings.json @@ -32,7 +32,11 @@ } }, "oscillating": { - "name": "Oscillating" + "name": "Oscillating", + "state": { + "true": "[%key:common::state::yes%}", + "false": "[%key:common::state::no%]" + } }, "percentage": { "name": "Speed"