https://github.com/miaucl/ha-addons
Addons for home assistant
https://github.com/miaucl/ha-addons
chrome docker headless-chrome home-assistant
Last synced: about 2 months ago
JSON representation
Addons for home assistant
- Host: GitHub
- URL: https://github.com/miaucl/ha-addons
- Owner: miaucl
- License: apache-2.0
- Created: 2024-09-16T08:42:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-26T13:12:55.000Z (about 2 months ago)
- Last Synced: 2026-04-29T17:42:03.381Z (about 2 months ago)
- Topics: chrome, docker, headless-chrome, home-assistant
- Language: Python
- Homepage:
- Size: 720 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Miaucl's Home Assistant add-on repository
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmiaucl%2Fha-addons)
[](https://github.com/miaucl/ha-addons/actions/workflows/lint.yaml)
[](https://github.com/sponsors/miaucl)
[](https://patreon.com/miaucl)
[](https://buymeacoffee.com/miaucl)
[](https://paypal.me/sponsormiaucl)
## Add-ons
This repository contains the following add-ons
### [Chromium](./chromium)
![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
Chromium GUI for testing and extended browser automation
### [Chromium Runner](./chromium-runner)
![Supports aarch64 Architecture][aarch64-shield]
![Supports amd64 Architecture][amd64-shield]
Chromium runner in headless mode for browser automation
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
## Dev
Setup the dev environment using VSCode, is is highly recommended.
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements_dev.txt
```