This commit is contained in:
2025-03-31 15:20:59 +00:00
parent 2322a896bf
commit 3c4b52fccf
4 changed files with 21 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2025.1.4
image: homeassistant/home-assistant:2025.3.1
volumes:
- ./homeassistant:/config
- /etc/localtime:/etc/localtime:ro
@@ -50,7 +50,6 @@ services:
restart: unless-stopped
devices:
# - /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyUSB0:/dev/ttyUSB0
ports:
- "8080:8080"