🚧 Update categories + Home Assistant category

This commit is contained in:
pheralb
2025-03-04 16:48:46 +00:00
parent 1ada0099ca
commit 61bf878144
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -3139,7 +3139,7 @@ export const svgs: iSVG[] = [
}, },
{ {
title: 'Home Assistant', title: 'Home Assistant',
category: ['IoT', 'Home Automation', 'Software'], category: ['IoT', 'Software'],
route: '/library/home-assistant.svg', route: '/library/home-assistant.svg',
wordmark: { wordmark: {
light: '/library/home-assistant-wordmark.svg', light: '/library/home-assistant-wordmark.svg',
-1
View File
@@ -28,6 +28,5 @@ export type tCategory =
| 'VoidZero' | 'VoidZero'
| 'Authentication' | 'Authentication'
| 'IoT' | 'IoT'
| 'Home Automation'
| 'Config' | 'Config'
| 'Secrets'; | 'Secrets';