mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: zigbee usb disable
This commit is contained in:
@@ -7,4 +7,3 @@ resources:
|
||||
- ./aeotec-zwave-device.yaml
|
||||
- ./google-coral-device.yaml
|
||||
- ./nodo-rflink-device.yaml
|
||||
- ./zzh-zigbee-device.yaml
|
||||
|
@@ -1,18 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/nfd.k8s-sigs.io/nodefeaturerule_v1alpha1.json
|
||||
apiVersion: nfd.k8s-sigs.io/v1alpha1
|
||||
kind: NodeFeatureRule
|
||||
metadata:
|
||||
name: zzh-zigbee-device
|
||||
spec:
|
||||
rules:
|
||||
- # zzh! CC2652R Multiprotocol RF Stick
|
||||
name: zzh.zigbee
|
||||
labels:
|
||||
zzh.feature.node.kubernetes.io/zigbee: "true"
|
||||
matchFeatures:
|
||||
- feature: usb.device
|
||||
matchExpressions:
|
||||
class: { op: In, value: ["ff"] }
|
||||
vendor: { op: In, value: ["1a86"] }
|
||||
device: { op: In, value: ["7523"] }
|
Reference in New Issue
Block a user