Adding Docs

This commit is contained in:
2025-11-26 00:04:34 -05:00
parent 1578290dbb
commit 1509dfaeb4

View File

@@ -0,0 +1,32 @@
# Home Assistant Info
## Instructions:
- Still in dev, has both HA and HABridge
- Access HA on port 8123
- Access HABridge on port 8282
## Contents:
**`ha/`**
├── **`bridge_config/`**
├── **`docker-compose.yml`**
├── **`.env`**
├── **`.gitignore`**
├── **`ha_config/`**
└── **`README.md`**
## File Descrptions:
- **`bridge_config/`**: Bridge configuration files
- **`docker-compose.yml`**: Docker compose file
- **`.env`**: Environment Variables
- **`.gitignore`**: Git ignore file
- **`ha_config/`**: HA configuration files
- **`README.md`**: Documentation
## Environmet Variables:
- none
## Ignored Files:
- **`bridge_config/`**: Persistant Data
- **`.env`**: Environment Variables
- **`ha_config/`**: Persistant Data