Dermot Duffy
|
596a37903f
|
feat: Add TPLink camera engine support (#2257)
* Related #2183
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Introduce `tplink` camera engine with relative PTZ via button
entities, add icons/docs support, refactor to `EntityCamera`, and extend
tests/schema/factory for auto-detection.
>
> - **Engines**
> - **New `tplink` engine**:
> - Add `Engine.TPLink`, schema support (`engine: 'tplink'`).
> - Implement `TPLinkCameraManagerEngine` and `TPLinkCamera` (relative
PTZ via `button.*` entities; no presets/zoom; stop is no-op).
> - Update `engine-factory` to create/auto-detect `tplink` (platform
`tplink`).
> - **Refactor**
> - Replace `BrowseMediaCamera` with `EntityCamera`; update `motioneye`
and `reolink` cameras and `motioneye` engine type checks.
> - **UI/Icons**
> - Add `tplink.svg`; wire into `IconController`; update docs icon copy
script.
> - **Docs**
> - Add `tplink` to engine capability and live-provider matrices; new
`tplink` section incl. PTZ note; add custom icon entry.
> - **Tests**
> - Add TPLink camera/engine tests and factory tests; remove obsolete
`BrowseMediaCamera` test.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
74a688c3bd602912d63a22c3c6fa2f4b60ec14f9. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
|
2025-12-07 16:57:33 -08:00 |
|
Dermot Duffy
|
ebbd219db7
|
docs: Update callouts for new docsify version (#2211)
|
2025-10-12 15:02:26 -07:00 |
|
Dermot Duffy
|
2eb0d9e35e
|
fix: Reolink PTZ support should work with hub-connected cameras (#2014)
- Related: #1964
|
2025-04-16 10:58:18 +01:00 |
|
Dermot Duffy
|
36783855a2
|
fix: Fix issue with detection of zoom in/out buttons (#1986)
- Related: #1964
|
2025-03-29 12:49:36 -07:00 |
|
Dermot Duffy
|
649b0280ee
|
feat: Increase max thumbnail size to 300px (#1703)
* feat: Remove max thumbnail size
* Remove old comment.
* Set max to 350px
* Decrease max size to 300px
|
2024-12-08 13:03:47 -08:00 |
|
Dermot Duffy
|
dada65e008
|
feat: Add experimental reolink media support (#1694)
* feat: Add experimental rich reolink support.
* Formatting fix
|
2024-11-25 20:19:12 -08:00 |
|
Felipe Santos
|
91b0909614
|
Fix some broken formatting in the docs
|
2024-06-10 00:49:57 -03:00 |
|
Felipe Santos
|
fccb4c9afd
|
Bump prettier to v3 and format all files
|
2024-06-10 00:29:50 -03:00 |
|
Dermot Duffy
|
955bcb3a9a
|
Complete documentation overhaul.
|
2024-04-01 21:09:20 -07:00 |
|