Skip to content

miaucl/ha-addons

Repository files navigation

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.

Lint

GitHub Patreon BuyMeACoffee PayPal

Add-ons

This repository contains the following add-ons

Supports aarch64 Architecture Supports amd64 Architecture

Chromium GUI for testing and extended browser automation

Supports aarch64 Architecture Supports amd64 Architecture

Chromium runner in headless mode for browser automation

Dev

Setup the dev environment using VSCode, is is highly recommended.

python -m venv .venv
source .venv/bin/activate
pip install -r requirements_dev.txt