Components related to IoT (Internet of Things) sensors and home automation.
Homepage | https://www.home-assistant.io/ |
Helm chart | https://artifacthub.io/packages/helm/helm-hass/home-assistant |
Endpoints | https://home-assistant.<tsnet>.ts.net/ |
Using zone is optional, but helps with making sure the application is deployed on same network as the sensors.
kubectl label nodes <node-name> topology.kubernetes.io/zone=home
pulumi config set home-assistant:enabled true
pulumi config set home-assistant:requiredNodeLabel "topology.kubernetes.io/zone=home"
pulumi up