From 3b3cbd30ec47448016f5896c5da1dd645dbc2f75 Mon Sep 17 00:00:00 2001 From: Fuat Akgun Date: Sat, 23 Nov 2024 20:01:44 +0100 Subject: [PATCH] fix: aiortsp dependency error --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++++- .github/ISSUE_TEMPLATE/feature_request.md | 20 ------------------- custom_components/eufy_security/manifest.json | 2 +- 3 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5b9fd4e..d056903 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: Bug report or Feature Request about: Create a report to help us improve title: '' labels: '' @@ -11,6 +11,8 @@ Please check existing (open or closed) issues before creating a new one. (https: If this is not an issue, you can use `Discussions` (/~https://github.com/fuatakgun/eufy_security/discussions) section. +If you are asking for device support, please check `Supported Devices List in eufy-security-client` (https://bropat.github.io/eufy-security-client/#/supported_devices) first. Your device should be listed there with specific device model number, not device name. You can have similar model names but the support is handled by device model number (TXXXX). + **Describe the bug** A clear and concise description of what the bug is. @@ -34,6 +36,7 @@ Go to Settings -> System -> Repairs -> Click on 3 dots (...) -> System Informati - Home Assistant Core Version: - Eufy Security Add-on Version: - Eufy Security Integration Version: +- Using go2rtc Add-on or webrtc custom integration with integrated go2rtc: Hardware Information; - Camera Model: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here. diff --git a/custom_components/eufy_security/manifest.json b/custom_components/eufy_security/manifest.json index fed8272..f6f7e20 100644 --- a/custom_components/eufy_security/manifest.json +++ b/custom_components/eufy_security/manifest.json @@ -8,6 +8,6 @@ "integration_type": "hub", "iot_class": "cloud_push", "issue_tracker": "/~https://github.com/fuatakgun/eufy_security/issues", - "requirements": ["websocket-client==1.4.2", "aiortsp==1.3.7"], + "requirements": ["websocket-client==1.8.0", "aiortsp==1.4.0"], "version": "8.0.4" }