From 2a58b6e56b03f4c08ee1ce21030093dfa3dbcaad Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 08:35:49 +0100 Subject: [PATCH] Add light icon translations (#108414) --- homeassistant/components/light/icons.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homeassistant/components/light/icons.json diff --git a/homeassistant/components/light/icons.json b/homeassistant/components/light/icons.json new file mode 100644 index 00000000000..5113834e575 --- /dev/null +++ b/homeassistant/components/light/icons.json @@ -0,0 +1,12 @@ +{ + "entity_component": { + "_": { + "default": "mdi:lightbulb" + } + }, + "services": { + "toggle": "mdi:lightbulb", + "turn_off": "mdi:lightbulb-off", + "turn_on": "mdi:lightbulb-on" + } +}