33 lines
779 B
Markdown
33 lines
779 B
Markdown
# 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
|