First version

This commit is contained in:
2026-06-19 12:24:46 +02:00
commit c30217cb11
+10
View File
@@ -0,0 +1,10 @@
services:
hass_airsend-addon:
image: gitea.sda.zone/hass_airsend-addon:latest
container_name: hass_airsend-addon
environment:
- HTTPS=1
- HASS_HOST="haos.maison:8123"
- HASS_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiI0MDAyODdlZmY4ZGM0YTM3OTBlNDlmZGJhNTM0M2U4ZCIsImlhdCI6MTc4MTg2NDYwMCwiZXhwIjoyMDk3MjI0NjAwfQ.rah6R6WwjgRy1ndu5kfQhTg4UUwvPEV7wtu8UIfqlFw"
- HASS_AUTOINCLUDE=0
restart: always