* Add config_flow and stream selection to foscam * Simplify config_flow steps * Make debug log entry more useful * Deprecate config and platform schemas * Simplify config loading * Add config flow testing * Remove unneeded CONFIG_SCHEMA deprecation * Improve test coverage * Unload service by tracking loaded entries * Address comment Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
8 lines
212 B
JSON
8 lines
212 B
JSON
{
|
|
"domain": "foscam",
|
|
"name": "Foscam",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/foscam",
|
|
"requirements": ["libpyfoscam==1.0"],
|
|
"codeowners": ["@skgsergio"]
|
|
}
|