A Home Assistant add-on for time tracking and cost analysis.
cheaptest-hours/
├── addon/
│ └── cheaptest-hours/ # Home Assistant add-on
│ ├── app/
│ │ └── main.py # Application entry point
│ ├── config.yaml # Add-on configuration
│ ├── Dockerfile # Container definition
│ ├── requirements.txt # Python dependencies
│ ├── run.sh # Startup script
│ └── README.md # Add-on documentation
├── LICENSE
└── README.md
This repository contains a Home Assistant add-on. For add-on installation and configuration, see addon/cheaptest-hours/README.md.
See LICENSE file for details.