You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- "8007:8007" # Amniotic audio stream over HTTP port.
# Mount local audio and config directories to container
volumes:
- ./audio:/amniotic/audio
- ./config:/amniotic/config
environment:
# Home Assistant URL and token
AMNIOTIC__HA_CORE_API: "http://homeassistant.local:8123/api" # API URL for your HA instance
SUPERVISOR_TOKEN: "your_long_lived_access_token" # HA access token, to let Amniotic interact with media players. Generate here. https://my.home-assistant.io/redirect/profile_security/
# MQTT settings
AMNIOTIC__MQTT__HOSTNAME: "mqtt.local" # MQTT broker hostname or IP
#AMNIOTIC__MQTT__PORT: "1883" # Optional MQTT port (defaults to 1883 for TCP)