PowerShell_Scripts/HomeAssistant/_.package.json
Gal Szkolnik 2aa29de253 Updated HA package
Refresh-HADeviceRegistry added prompts as well as generalization using
the profile.d set variables.
Added profile.d template file for smoother setup
Added HA Addon commands
2021-05-23 16:13:28 -04:00

13 lines
164 B
JSON

{
"package": {
"Condition": [
{
"AppExeExists": [
"ha",
"docker"
]
}
],
"Name": "HomeAssistant"
}
}