1
0
Fork 0

feat(home-assistant): update to version 2025.12.0.dev202511100241

- update docker image version from 2023.8.0.dev20230723 to 2025.12.0.dev202511100241
- migrate directory structure to new version path
- maintain existing environment configuration and data structure
This commit is contained in:
pooneyy 2025-11-10 16:09:08 +08:00
parent 1177e766ca
commit 69fb87be1a
No known key found for this signature in database
3 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ services:
- "${DATA_PATH}:/config"
environment:
- TZ=Asia/Shanghai
image: homeassistant/home-assistant:2023.8.0.dev20230723
image: homeassistant/home-assistant:2025.12.0.dev202511100241
labels:
createdBy: "Apps"