mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Cleanup unused camera constants (#75772)
Cleanup unused camera constants after #75452
This commit is contained in:
parent
0ff34f232c
commit
c5912f0fae
@ -129,14 +129,6 @@ CAMERA_SERVICE_RECORD: Final = {
|
|||||||
vol.Optional(CONF_LOOKBACK, default=0): vol.Coerce(int),
|
vol.Optional(CONF_LOOKBACK, default=0): vol.Coerce(int),
|
||||||
}
|
}
|
||||||
|
|
||||||
WS_TYPE_CAMERA_THUMBNAIL: Final = "camera_thumbnail"
|
|
||||||
SCHEMA_WS_CAMERA_THUMBNAIL: Final = websocket_api.BASE_COMMAND_MESSAGE_SCHEMA.extend(
|
|
||||||
{
|
|
||||||
vol.Required("type"): WS_TYPE_CAMERA_THUMBNAIL,
|
|
||||||
vol.Required("entity_id"): cv.entity_id,
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class CameraEntityDescription(EntityDescription):
|
class CameraEntityDescription(EntityDescription):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user