* Bump home-assistant/wheels from 2022.01.0 to 2022.01.1 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2022.01.0 to 2022.01.1. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2022.01.0...2022.01.1) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump home-assistant/wheels from 2022.01.1 to 2022.01.2 Bumps [home-assistant/wheels](https://github.com/home-assistant/wheels) from 2022.01.1 to 2022.01.2. - [Release notes](https://github.com/home-assistant/wheels/releases) - [Commits](https://github.com/home-assistant/wheels/compare/2022.01.1...2022.01.2) --- updated-dependencies: - dependency-name: home-assistant/wheels dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump home-assistant/builder from 2021.12.0 to 2022.01.0 Bumps [home-assistant/builder](https://github.com/home-assistant/builder) from 2021.12.0 to 2022.01.0. - [Release notes](https://github.com/home-assistant/builder/releases) - [Commits](https://github.com/home-assistant/builder/compare/2021.12.0...2022.01.0) --- updated-dependencies: - dependency-name: home-assistant/builder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * bump pynetgear to 0.9.4 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
16 lines
445 B
JSON
16 lines
445 B
JSON
{
|
|
"domain": "netgear",
|
|
"name": "NETGEAR",
|
|
"documentation": "https://www.home-assistant.io/integrations/netgear",
|
|
"requirements": ["pynetgear==0.9.4"],
|
|
"codeowners": ["@hacf-fr", "@Quentame", "@starkillerOG"],
|
|
"iot_class": "local_polling",
|
|
"config_flow": true,
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "NETGEAR, Inc.",
|
|
"deviceType": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
|
}
|
|
],
|
|
"loggers": ["pynetgear"]
|
|
}
|