c5f99dae9bdd6ab2e6c1276765296e90ed904f4e
AirSend Home Assistant
Home Assistant Addon to control an AirSend device in a local network.
Repository Installation
Manual Installation
- Into the terminal, run
wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend-addon/master/install | bash -OR copy theairsendfolder into your addon folder. - In Supervisor -> Add-on store -> Local add-ons, refresh, install and start AirSend addon
Install on an external machine
- Clone repository
- Generate your API key: link to your profile (security tab, long-lived access tokens)
- Go to addons/airsend folder
- Depending on your machine architecture, run in a terminal. Example with amd64:
docker build --build-arg "BUILD_FROM=ghcr.io/home-assistant/amd64-base:3.22" -t hass_airsend-addon . - Depending on your home assistant server and your token, run in a terminal. Example with homeassistant.local:8123:
docker run -dp 33863:33863 \
-e HASS_HOST='homeassistant.local:8123' \
-e HASS_TOKEN='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJiZDg1MWJlNjE1NmM0Zjc4YTRiNzhjZjRlMDc4MWZiMCIsImlhdCI6MTY5MTIyOTg5MCwiZXhwIjoyMDA2NTg5ODkwfQ._ECys-uPkM8fn1W2wvjzIJ9HLJcI7RHmZmix_2C9QgU' \
-e HASS_AUTOINCLUDE=0 \
hass_airsend-addon
Languages
PHP
72.4%
Shell
23%
Dockerfile
4.6%