From b3017c0f4e3686e21809759f68b613ffa19f077b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 11:07:29 +0100 Subject: [PATCH] Add scene icon translations (#108456) --- homeassistant/components/scene/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/scene/icons.json diff --git a/homeassistant/components/scene/icons.json b/homeassistant/components/scene/icons.json new file mode 100644 index 00000000000..3ab7264b357 --- /dev/null +++ b/homeassistant/components/scene/icons.json @@ -0,0 +1,7 @@ +{ + "entity_component": { + "_": { + "default": "mdi:palette" + } + } +}