open HA on web + radio
This commit is contained in:
parent
33994008e4
commit
7319497118
Binary file not shown.
@ -274,16 +274,13 @@ services:
|
|||||||
homeassistant:
|
homeassistant:
|
||||||
image: lscr.io/linuxserver/homeassistant:latest
|
image: lscr.io/linuxserver/homeassistant:latest
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
#network_mode: host
|
|
||||||
environment:
|
environment:
|
||||||
<<: *common-environment
|
<<: *common-environment
|
||||||
volumes:
|
volumes:
|
||||||
- homeassistant-config:/config
|
- homeassistant-config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#ports:
|
devices:
|
||||||
# - 8123:8123 #optional
|
- /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20240219191913-if00:/dev/ttyACM0
|
||||||
#devices:
|
|
||||||
# - /path/to/device:/path/to/device #optional
|
|
||||||
|
|
||||||
|
|
||||||
yee0:
|
yee0:
|
||||||
|
Loading…
Reference in New Issue
Block a user