From 91dcaec1039028a9141a8e0111eb391080d6c47a Mon Sep 17 00:00:00 2001 From: Zane V Date: Tue, 19 May 2026 13:13:23 -0400 Subject: [PATCH] Add Icon for Jibo.Say --- custom_components/jibo/icons.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 custom_components/jibo/icons.json diff --git a/custom_components/jibo/icons.json b/custom_components/jibo/icons.json new file mode 100644 index 0000000..3a981b3 --- /dev/null +++ b/custom_components/jibo/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "say": "mdi:message" + } +} \ No newline at end of file