2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "nest",
|
2022-09-28 19:43:51 +00:00
|
|
|
"name": "Google Nest",
|
2019-05-13 08:16:55 +00:00
|
|
|
"config_flow": true,
|
2022-08-25 13:33:05 +00:00
|
|
|
"dependencies": ["ffmpeg", "http", "application_credentials"],
|
2022-02-24 22:54:46 +00:00
|
|
|
"after_dependencies": ["media_source"],
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/nest",
|
2022-05-31 15:53:36 +00:00
|
|
|
"requirements": ["python-nest==4.2.0", "google-nest-sdm==2.0.0"],
|
2021-01-11 16:58:59 +00:00
|
|
|
"codeowners": ["@allenporter"],
|
2021-01-14 08:09:08 +00:00
|
|
|
"quality_scale": "platinum",
|
2021-04-15 08:21:38 +00:00
|
|
|
"dhcp": [
|
2021-12-22 04:38:25 +00:00
|
|
|
{ "macaddress": "18B430*" },
|
|
|
|
{ "macaddress": "641666*" },
|
2022-07-15 05:01:18 +00:00
|
|
|
{ "macaddress": "D8EB46*" }
|
2021-04-15 08:21:38 +00:00
|
|
|
],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
|
|
|
"loggers": ["google_nest_sdm", "nest"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|