Skip to content

Commit

Permalink
fix: aiortsp dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuatakgun committed Nov 23, 2024
1 parent 1ec3a83 commit 3b3cbd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 22 deletions.
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug report
name: Bug report or Feature Request
about: Create a report to help us improve
title: ''
labels: ''
Expand All @@ -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.
Expand All @@ -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:
Expand Down
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

2 changes: 1 addition & 1 deletion custom_components/eufy_security/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 3b3cbd3

Please sign in to comment.