From 1e32f96b0c8ffaada370765bdc22d5a6d2b771b8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 20 Jan 2024 04:06:15 +0100 Subject: [PATCH] Add button icon translations (#108415) --- homeassistant/components/button/icons.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 homeassistant/components/button/icons.json diff --git a/homeassistant/components/button/icons.json b/homeassistant/components/button/icons.json new file mode 100644 index 00000000000..71956124d7f --- /dev/null +++ b/homeassistant/components/button/icons.json @@ -0,0 +1,19 @@ +{ + "entity_component": { + "_": { + "default": "mdi:button-pointer" + }, + "restart": { + "default": "mdi:restart" + }, + "identify": { + "default": "mdi:crosshairs-question" + }, + "update": { + "default": "mdi:package-up" + } + }, + "services": { + "press": "mdi:gesture-tap-button" + } +}