moved to casa kubernetes
Some checks failed
/ deploy-to-homesrv01 (push) Has been cancelled

This commit is contained in:
2025-11-09 20:55:41 +00:00
parent 00c462b908
commit b54f2c9c21
7 changed files with 104 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
# Home Assistant
Welcome to my Home Assistant setup repository.
This repository documents and maintains the Home Assistant instance running in my home, hosted on homesrv01/casa server.
All essential Docker containers, such as MQTT and speech recognition, are hosted on the same server for seamless integration.
This repository documents and maintains the Home Assistant instance running in my home, hosted on casa server k3s cluster.
All essential containers, such as MQTT and speech recognition, are hosted on the same server for seamless integration.
<!-- omit in toc -->
## Table of Contents
@@ -30,10 +30,6 @@ All essential Docker containers, such as MQTT and speech recognition, are hosted
- [Time \& Date](#time--date)
- [Xbox](#xbox)
- [Setup](#setup)
- [Deploy and Updates](#deploy-and-updates)
- [Docker Volumes](#docker-volumes)
- [`has_config`](#has_config)
- [Development Environment](#development-environment)
## Devices
@@ -259,23 +255,5 @@ Home Assistant authenticates with Xbox Live through OAuth2 using the Home Assist
## Setup
[Docker Compose file](./docker-compose.yaml).
[Check folder setup](./setup).
### Deploy and Updates
[Git Action workflow](./.gitea/workflows/deploy.yml)
- Automatically pull the latest Docker images daily.
- Execute `docker-compose up` to ensure the environment remains up-to-date and operational.
### Docker Volumes
#### `has_config`
The `has_config` volume stores the Home Assistant configuration files. For more details, refer to the [Home Assistant configuration repository](/marcio.fernandes/homeassistant.config).
## Development Environment
Development and maintenance tasks are performed using Visual Studio Code.
The Docker context is set to the host [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan) for seamless integration and management.