Fix Z-Wave usb donge
This commit is contained in:
parent
cdd1f592f3
commit
0a5e69aa9e
1 changed files with 2 additions and 21 deletions
|
@ -21,7 +21,7 @@ zha:
|
||||||
ledvance_provider: true
|
ledvance_provider: true
|
||||||
|
|
||||||
zwave:
|
zwave:
|
||||||
usb_path: /dev/ttyACM0
|
usb_path: /dev/ttyACM1
|
||||||
config_path: /config/open-zwave/config
|
config_path: /config/open-zwave/config
|
||||||
network_key: !secret zwave_network_key
|
network_key: !secret zwave_network_key
|
||||||
|
|
||||||
|
@ -76,20 +76,7 @@ light:
|
||||||
- platform: group
|
- platform: group
|
||||||
name: Kitchen Lights
|
name: Kitchen Lights
|
||||||
entities:
|
entities:
|
||||||
- light.kitchen_01
|
- light.kitchen
|
||||||
- light.kitchen_02
|
|
||||||
- light.kitchen_03
|
|
||||||
- light.kitchen_04
|
|
||||||
- light.kitchen_05
|
|
||||||
- light.kitchen_06
|
|
||||||
- light.kitchen_07
|
|
||||||
- light.kitchen_08
|
|
||||||
- light.kitchen_09
|
|
||||||
- light.kitchen_10
|
|
||||||
- light.kitchen_11
|
|
||||||
- light.kitchen_12
|
|
||||||
- light.kitchen_13
|
|
||||||
- light.kitchen_14
|
|
||||||
- platform: group
|
- platform: group
|
||||||
name: TV Lights
|
name: TV Lights
|
||||||
entities:
|
entities:
|
||||||
|
@ -107,12 +94,6 @@ light:
|
||||||
- light.computer_left
|
- light.computer_left
|
||||||
- light.computer_right
|
- light.computer_right
|
||||||
- light.computer_top
|
- light.computer_top
|
||||||
- platform: group
|
|
||||||
name: Bathroom minor Lights
|
|
||||||
entities:
|
|
||||||
- light.bidet
|
|
||||||
- light.toilet_left
|
|
||||||
- light.toilet_right
|
|
||||||
- platform: group
|
- platform: group
|
||||||
name: Bedroom Lights
|
name: Bedroom Lights
|
||||||
entities:
|
entities:
|
||||||
|
|
Loading…
Reference in a new issue