add next round
This commit is contained in:
25
apps/usb/usb.yaml
Normal file
25
apps/usb/usb.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
apiVersion: akri.sh/v0
|
||||
kind: Configuration
|
||||
metadata:
|
||||
name: akri-ha-insteon
|
||||
spec:
|
||||
capacity: 1
|
||||
discoveryHandler:
|
||||
discoveryDetails: |
|
||||
groupRecursive: true # Recommended unless using very exact udev rules
|
||||
udevRules:
|
||||
- ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001"
|
||||
name: udev
|
||||
---
|
||||
apiVersion: akri.sh/v0
|
||||
kind: Configuration
|
||||
metadata:
|
||||
name: akri-ha-zigbee
|
||||
spec:
|
||||
capacity: 1
|
||||
discoveryHandler:
|
||||
discoveryDetails: |
|
||||
groupRecursive: true # Recommended unless using very exact udev rules
|
||||
udevRules:
|
||||
- ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8a2a"
|
||||
name: udev
|
||||
Reference in New Issue
Block a user