diff --git a/homeassistant/components/switch/icons.json b/homeassistant/components/switch/icons.json index 00520914b9f..fbc1af5a126 100644 --- a/homeassistant/components/switch/icons.json +++ b/homeassistant/components/switch/icons.json @@ -1,7 +1,10 @@ { "entity_component": { "_": { - "default": "mdi:toggle-switch-variant" + "default": "mdi:toggle-switch-variant", + "state": { + "off": "mdi:toggle-switch-variant-off" + } }, "switch": { "default": "mdi:toggle-switch-variant",