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
This commit is contained in:
parent
b410ec839d
commit
2aa29de253
8 changed files with 146 additions and 26 deletions
8
HomeAssistant/Start-HA_Addon.ps1
Normal file
8
HomeAssistant/Start-HA_Addon.ps1
Normal file
|
@ -0,0 +1,8 @@
|
|||
[CmdletBinding(SupportsShouldProcess)]param(
|
||||
[string[]]$AddOnSlug,
|
||||
[switch]$NoPatternMatch
|
||||
)
|
||||
|
||||
Get-HA_Addon 'Installed' -AddOnSlug:$AddOnSlug -NoPatternMatch:$NoPatternMatch | ForEach-Object {
|
||||
Invoke-HomeAssistantCli addons start $_.slug
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue