1
0
mirror of https://github.com/esphome/esphome.git synced 2026-06-24 01:48:54 +02:00

[docker] Remove dead HA addon env exports (streamer_mode, relative_url) (#17140)

This commit is contained in:
Jesse Hills
2026-06-23 11:25:24 +12:00
committed by GitHub
parent 5fcf656806
commit 69d700727d

View File

@@ -19,14 +19,6 @@ if bashio::config.true 'leave_front_door_open'; then
export DISABLE_HA_AUTHENTICATION=true
fi
if bashio::config.true 'streamer_mode'; then
export ESPHOME_STREAMER_MODE=true
fi
if bashio::config.has_value 'relative_url'; then
export ESPHOME_DASHBOARD_RELATIVE_URL=$(bashio::config 'relative_url')
fi
if bashio::config.has_value 'default_compile_process_limit'; then
export ESPHOME_DEFAULT_COMPILE_PROCESS_LIMIT=$(bashio::config 'default_compile_process_limit')
else