mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Add Reolink Telephoto main stream (#146975)
This commit is contained in:
parent
dd3d6f116e
commit
6af290eb74
@ -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",
|
||||
|
@ -507,6 +507,9 @@
|
||||
"telephoto_sub": {
|
||||
"name": "Telephoto fluent"
|
||||
},
|
||||
"telephoto_main": {
|
||||
"name": "Telephoto clear"
|
||||
},
|
||||
"telephoto_snapshots_sub": {
|
||||
"name": "Telephoto snapshots fluent"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user