2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "camera",
|
|
|
|
"name": "Camera",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/camera",
|
2019-12-05 08:28:56 +00:00
|
|
|
"dependencies": ["http"],
|
2022-07-11 11:21:37 +00:00
|
|
|
"requirements": ["PyTurboJPEG==1.6.7"],
|
2019-12-19 10:23:19 +00:00
|
|
|
"after_dependencies": ["media_player"],
|
2022-02-28 08:06:16 +00:00
|
|
|
"codeowners": ["@home-assistant/core"],
|
2022-10-04 14:36:42 +00:00
|
|
|
"quality_scale": "internal",
|
|
|
|
"integration_type": "entity"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|