Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 887 Bytes

File metadata and controls

28 lines (21 loc) · 887 Bytes

Cheaptest Hours

A Home Assistant add-on for time tracking and cost analysis.

Project Structure

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

Development

This repository contains a Home Assistant add-on. For add-on installation and configuration, see addon/cheaptest-hours/README.md.

License

See LICENSE file for details.