Home Assistant Addon to control an AirSend device in a local network.
- Into the terminal, run
wget -q -O - https://raw.githubusercontent.com/devmel/hass_airsend-addon/master/install | bash -
OR copy theairsend
folder into your addon folder. - In Supervisor -> Add-on store -> Local add-ons, refresh, install and start AirSend addon
- Clone repository
- Go to addons/airsend folder
- In DockerFile : replace
ARG BUILD_FROM FROM $BUILD_FROM
with your machine architecture build, example :FROM ghcr.io/home-assistant/amd64-base:3.18
- In callback.php : replace $BASE_HASS_API and $HASS_API_TOKEN with your home automation machine values
- In terminal, run
docker build -t hass_airsend-addon .
- In terminal, run
docker run -dp 33863:33863 hass_airsend-addon