diff --git a/.gitignore b/.gitignore index 0b3c370..ac0ec25 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ wheels/ # OS .DS_Store Thumbs.db +*.psd diff --git a/custom_components/ha_text_ai/manifest.json b/custom_components/ha_text_ai/manifest.json index efb2e9b..8660dc0 100644 --- a/custom_components/ha_text_ai/manifest.json +++ b/custom_components/ha_text_ai/manifest.json @@ -22,6 +22,7 @@ ], "ssdp": [], "usb": [], - "version": "2.1.0", - "zeroconf": [] + "version": "2.0.0", + "zeroconf": [], + "icon": "icon.png" } diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..b4626cf Binary files /dev/null and b/icon.png differ