Add garage category to meta.json

This commit is contained in:
Michael Zanetti 2022-01-27 22:57:47 +01:00
parent c228f95f14
commit 99f62af412
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,6 @@
"mqtt" "mqtt"
], ],
"categories": [ "categories": [
"lock" "garage"
] ]
} }

View File

@ -8,5 +8,7 @@
"network" "network"
], ],
"categories": [ "categories": [
"garage",
"shading"
] ]
} }