Dermot Duffy
|
ad89aa9538
|
test: Split test utilities to improve test times (#2622)
|
2026-07-26 16:29:53 -07:00 |
|
Dermot Duffy
|
7dc29865b8
|
chore: Enforce consistent type imports via @typescript-eslint/consistent-type-imports (#2545)
|
2026-06-30 17:45:13 -07:00 |
|
Dermot Duffy
|
a96dc2e863
|
chore: Enforce import order via @ianvs/prettier-plugin-sort-imports (#2542)
|
2026-06-30 17:45:13 -07:00 |
|
Dermot Duffy
|
a31816c168
|
feat: Add event-based automation triggers (#2537)
|
2026-06-30 17:45:13 -07:00 |
|
Dermot Duffy
|
0a36358394
|
feat: Trigger cameras on HA bus events (#2512)
|
2026-06-30 17:45:13 -07:00 |
|
Dermot Duffy
|
415a3e0886
|
test: Improve test coverage of various camera engine files (#2415)
|
2026-06-30 17:45:12 -07:00 |
|
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
|
c6a4c8aea2
|
feat: Implement basic general folder support (#2051)
- Related: #1748
|
2025-05-21 19:59:21 -07:00 |
|
Dermot Duffy
|
b5eee5878a
|
feat: Add out of the box support for Reolink PTZ (#1982)
- Closes: #1964
|
2025-03-26 21:26:02 -07: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 |
|
Dermot Duffy
|
02fb6e1d4c
|
refactor: Refactor entity register manager (#1597)
|
2024-09-29 15:55:28 -07:00 |
|
Dermot Duffy
|
429dd90972
|
Use custom websocket to avoid needing admin privileges.
|
2024-08-24 20:00:00 -07:00 |
|
Dermot Duffy
|
88bea0ae7d
|
Allow camera engines to signal events to the card.
|
2024-03-03 15:40:20 -08:00 |
|