From d0a66b326592788dc0d9ac7bf4f1721aa3c6b2cf Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 5 Mar 2024 14:59:09 +0100 Subject: [PATCH] Add icon translations to WebOS TV (#112355) * Add icon translations to WebOS TV * Update homeassistant/components/webostv/icons.json Co-authored-by: Shay Levy * Update homeassistant/components/webostv/icons.json Co-authored-by: Shay Levy --------- Co-authored-by: Shay Levy --- homeassistant/components/webostv/icons.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 homeassistant/components/webostv/icons.json diff --git a/homeassistant/components/webostv/icons.json b/homeassistant/components/webostv/icons.json new file mode 100644 index 00000000000..deb9729a99f --- /dev/null +++ b/homeassistant/components/webostv/icons.json @@ -0,0 +1,7 @@ +{ + "services": { + "button": "mdi:button-pointer", + "command": "mdi:console", + "select_sound_output": "mdi:volume-source" + } +}