From 55e50e9dee9fbc98bc5227ab032fa1bc2d424ad5 Mon Sep 17 00:00:00 2001 From: MarcA711 <40744649+MarcA711@users.noreply.github.com> Date: Sun, 18 Feb 2024 20:17:52 +0000 Subject: [PATCH] remove fix for HA add-on --- frigate/detectors/plugins/rknn.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frigate/detectors/plugins/rknn.py b/frigate/detectors/plugins/rknn.py index 4042fa772..a52e6cb71 100644 --- a/frigate/detectors/plugins/rknn.py +++ b/frigate/detectors/plugins/rknn.py @@ -42,11 +42,6 @@ class Rknn(DetectionApi): type_key = DETECTOR_KEY def __init__(self, config: RknnDetectorConfig): - # create symlink for Home Assistant add on - if not os.path.isfile("/proc/device-tree/compatible"): - if os.path.isfile("/device-tree/compatible"): - os.symlink("/device-tree/compatible", "/proc/device-tree/compatible") - # find out SoC try: with open("/proc/device-tree/compatible") as file: