Added Home-Assistant package.

This commit is contained in:
Gal Szkolnik 2021-05-23 12:47:20 -04:00
parent 60825c92c8
commit b410ec839d
3 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"package": {
"Condition": [
{
"custom": null,
"System": null,
"Hostname": null,
"Username": null,
"CmdletExists": null,
"AppExeExists": [
"ha",
"docker"
],
"Logic": 0
}
],
"Name": "HomeAssistant"
}
}