Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miaucl/ha-addons
Addons for home assistant
https://github.com/miaucl/ha-addons
chrome docker headless-chrome home-assistant
Last synced: 1 day 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T15:20:14.000Z (9 days ago)
- Last Synced: 2024-10-27T17:47:57.182Z (9 days ago)
- Topics: chrome, docker, headless-chrome, home-assistant
- Language: Python
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Miaucl's Home Assistant add-on repository
[![Open your Home Assistant instance and show the add add-on repository dialog with a specific repository URL pre-filled.](https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg)](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fmiaucl%2Fha-addons)
[![Lint](https://github.com/miaucl/ha-addons/actions/workflows/lint.yaml/badge.svg)](https://github.com/miaucl/ha-addons/actions/workflows/lint.yaml)
[![GitHub](https://img.shields.io/badge/sponsor-30363D?style=for-the-badge&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/miaucl)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?style=for-the-badge&logo=patreon&logoColor=white)](https://patreon.com/miaucl)
[![BuyMeACoffee](https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://buymeacoffee.com/miaucl)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](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
```