diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 64d6652..ba3147d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3093,6 +3093,16 @@ export const svgs: iSVG[] = [ }, url: 'https://mermaid.js.org/' }, + { + title: 'Home Assistant', + category: ['IoT', 'Home Automation', 'Software'], + route: '/library/home-assistant.svg', + wordmark: { + light: '/library/home-assistant-wordmark.svg', + dark: '/library/home-assistant-wordmark-dark.svg' + }, + url: 'https://github.com/home-assistant/assets/tree/master/logo' + }, { title: 'UXAnaRangel', category: ['Community'], diff --git a/src/types/categories.ts b/src/types/categories.ts index 02fc2a1..51ceba1 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -26,4 +26,6 @@ export type tCategory = | 'Google' | 'Payment' | 'void(0)' - | 'Authentication'; + | 'Authentication' + | 'IoT' + | 'Home Automation'; diff --git a/static/library/home-assistant-wordmark-dark.svg b/static/library/home-assistant-wordmark-dark.svg new file mode 100644 index 0000000..f4ab146 --- /dev/null +++ b/static/library/home-assistant-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/home-assistant-wordmark.svg b/static/library/home-assistant-wordmark.svg new file mode 100644 index 0000000..4fcb416 --- /dev/null +++ b/static/library/home-assistant-wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/home-assistant.svg b/static/library/home-assistant.svg new file mode 100644 index 0000000..f7ffe8b --- /dev/null +++ b/static/library/home-assistant.svg @@ -0,0 +1 @@ + \ No newline at end of file