Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PwrHass
0.2.1
PwrHass.psm1
$functions
=
@(
'Connect-HomeAssistant'
'Get-HAConfig'
'Get-HAState'
'Invoke-HAService'
)
foreach
(
$fn
in
$functions
)
{
.
"$PSScriptRoot\$fn.ps1"
}
Export-ModuleMember
-Function
$functions