Activated z-wave component
This commit is contained in:
parent
73c6e48014
commit
73a2cb1625
|
@ -128,6 +128,10 @@ fhem:
|
||||||
port: 7072
|
port: 7072
|
||||||
cul_device_name: CUL_HM
|
cul_device_name: CUL_HM
|
||||||
|
|
||||||
|
zwave:
|
||||||
|
usb_path: /dev/zwave-stick
|
||||||
|
network_key: "0xE0, 0x64, 0x50, 0x55, 0x20, 0x63, 0xC7, 0x05, 0x62, 0xD3, 0xEA, 0x91, 0x87, 0xE0, 0x1E, 0x74"
|
||||||
|
|
||||||
|
|
||||||
lirc_network:
|
lirc_network:
|
||||||
- host: kitchenpi
|
- host: kitchenpi
|
||||||
|
|
|
@ -9,7 +9,7 @@ services:
|
||||||
- /volumes/homeassistant_config:/config
|
- /volumes/homeassistant_config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
devices:
|
devices:
|
||||||
- /dev/serial/by-id/usb-0658_0200-if00:/dev/ttyACM0
|
- /dev/serial/by-id/usb-0658_0200-if00:/dev/zwave-stick
|
||||||
restart: always
|
restart: always
|
||||||
network_mode: host
|
network_mode: host
|
||||||
#ports:
|
#ports:
|
||||||
|
|
Loading…
Reference in New Issue