mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 15:14:37 +01:00
6040c30b45
* Add visual preview during setup of generic camera * Code review: standardize preview url * Fix slug test * Refactor to use HomeAssistantView * Code review: simplify * Update manifest * Don't illegally access protected member * Increase test coverage * Prevent browser caching of preview images. * Code review:move incrementor to ?t=X + simplify * Discard old flow preview data * Increase test coverage * Code review: rename variables for clarity * Add timeout for image previews * Fix preview timeout tests * Simplify: store cam image preview in config_flow * Call step method to transition between flow steps * Only store user_input in flow, not CameraObject * Fix problem where test wouldn't run in isolation. * Simplify test * Don't move directly to another step's form * Remove unused constant * Simplify test Co-authored-by: Dave T <davet2001@users.noreply.github.com>
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"domain": "generic",
|
|
"name": "Generic Camera",
|
|
"config_flow": true,
|
|
"requirements": ["ha-av==10.0.0b5", "pillow==9.2.0"],
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/generic",
|
|
"codeowners": ["@davet2001"],
|
|
"iot_class": "local_push"
|
|
}
|