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