Skip to content

Lizz compatible application to add the Home Assistant application to a Lizz managed Kubernetes cluster.

Notifications You must be signed in to change notification settings

Openlizz/application-home-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lizz compatible Home Assistant application

Lizz compatible application to add the Home Assistant application to a Lizz managed Kubernetes cluster.

To learn more about Lizz, see the documentation.

Requirements

To add the application, you first need to have a Kubernetes cluster initialized with Lizz. You also need to have the Lizz CLI installed.

Add the application

To add the application to your cluster, run the following:

lizz add github \
    --owner=$GITHUB_USER  \
    --fleet=fleet \
    --origin-url=https://github.com/openlizz/application-home-assistant \
    --path=./default \
    --destination=home-assistant \
    --personal

Check the guide to understand how works the lizz add command.

Note You can adapt the command depending on your use case. See the command API for more information.

Reconcile the fleet repository to deploy the application using Flux:

flux reconcile source git flux-system

Check the pods with:

kubectl get pod -n home-assistant

The output should be similar to:

NAME                              READY   STATUS    RESTARTS   AGE
home-assistant-7c55cc95ff-f94cz   1/1     Running   0          44s

Usage

Access the application using port-forwarding or using the ingress created. Go to the admin page /admin and enter the admin token shown in the lizz add command output. From this page you can manage accounts, etc... To create an account, you need to invite a new user from the admin page and then create the account from the main page.

Refer to the Home Assistant user manuel to learn how to use Home Assistant.

Acknowledgements

This repository is only a wrapper to the Helm chart of the Home Assistant application to help its deployment in a Kubernetes cluster managed by Lizz.

Therefore, the credit goes to the developers and maintainers of the application and the chart.

About

Lizz compatible application to add the Home Assistant application to a Lizz managed Kubernetes cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published