Files
pyriec 3d06c9a7ee
Build and Push Docker Image / build-and-push (push) Failing after 38s
Premier commit
2026-09-09 18:51:08 +02:00

23 lines
577 B
Bash

USE_ENV=true
# Intervalle en secondes entre chaque boucle (3600 = 1 heure)
CHECK_INTERVAL=3600
# Configuration Home Assistant
HA_URL=http://homeassistant.local:8123
HA_TOKEN=votre_jeton_ha_longue_duree
HA_WEBHOOK_ID=votre_webhook_id
HA_CALENDAR_ID=calendar.votre_calendrier
# Configuration CCI
CCI_BASE_URL=https://votre-portail-cci.fr
CCI_USERNAME=votre_identifiant_cci
CCI_PASSWORD=votre_mot_de_passe_cci
CCI_CODE_RESSOURCE=12345
CCI_TYPE_RESSOURCE=1
# Fichiers de stockage dans le conteneur
STATE_FILE=data/planning_state.json
SCREENSHOT_DIR=screenshots
TZ=Europe/Paris