Ensure esphome directory exists on addon startup (#5464)

This commit is contained in:
Jesse Hills 2023-10-02 13:45:24 +13:00
parent efd31be21c
commit af005a6554
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -41,6 +41,8 @@ fi
mkdir -p "${pio_cache_base}"
mkdir -p /config/esphome
if bashio::fs.directory_exists '/config/esphome/.esphome'; then
bashio::log.info "Migrating old .esphome directory..."
if bashio::fs.file_exists '/config/esphome/.esphome/esphome.json'; then