Version 2023.9.0 of ESPHome introduced the change #5374 to now use the /data directory for the .esphome folder.
Upgraded to 2023.9.1 and clients first showed they needed updating and then that information vanished. What do I need to do to get back to a normal situation? Do I need to add a filesystem mounted at /data? Do I keep the /config mount?
The documentation at Getting Started with the ESPHome Command Line — ESPHome does not show any updates or changes. My current docker-compose file:
version: '3.3'
services:
esphome:
container_name: ESPHome
network_mode: host
environment:
- TZ=America/Detroit
volumes:
- '/volume1/data/esphome:/config'
restart: unless-stopped
image: 'esphome/esphome:latest'