From 1509dfaeb486ef9cbb18a8dcdc8d71d543381a78 Mon Sep 17 00:00:00 2001 From: Alex Szumko Date: Wed, 26 Nov 2025 00:04:34 -0500 Subject: [PATCH] Adding Docs --- ha/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ha/README.md b/ha/README.md index e69de29..7cd7b75 100644 --- a/ha/README.md +++ b/ha/README.md @@ -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