mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
10 lines
352 B
Bash
Executable File
10 lines
352 B
Bash
Executable File
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Community Hass.io Add-ons: ESPHome
|
|
# This files creates all directories used by esphome
|
|
# ==============================================================================
|
|
|
|
pio_cache_base=/data/cache/platformio
|
|
|
|
mkdir -p "${pio_cache_base}"
|