Add Reolink Telephoto main stream (#146975)

This commit is contained in:
starkillerOG 2025-06-23 20:53:09 +02:00 committed by GitHub
parent dd3d6f116e
commit 6af290eb74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -73,6 +73,13 @@ CAMERA_ENTITIES = (
translation_key="telephoto_sub",
supported=lambda api, ch: api.supported(ch, "autotrack_stream"),
),
ReolinkCameraEntityDescription(
key="autotrack_main",
stream="telephoto_main",
translation_key="telephoto_main",
supported=lambda api, ch: api.supported(ch, "autotrack_stream"),
entity_registry_enabled_default=False,
),
ReolinkCameraEntityDescription(
key="autotrack_snapshots_sub",
stream="autotrack_snapshots_sub",

View File

@ -507,6 +507,9 @@
"telephoto_sub": {
"name": "Telephoto fluent"
},
"telephoto_main": {
"name": "Telephoto clear"
},
"telephoto_snapshots_sub": {
"name": "Telephoto snapshots fluent"
},