2023-01-03 20:19:43 +00:00
|
|
|
{
|
|
|
|
"domain": "ruuvi_gateway",
|
|
|
|
"name": "Ruuvi Gateway",
|
|
|
|
"codeowners": ["@akx"],
|
2023-02-08 19:13:46 +00:00
|
|
|
"config_flow": true,
|
2023-01-15 23:17:17 +00:00
|
|
|
"dependencies": ["bluetooth"],
|
2023-01-03 20:19:43 +00:00
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "ruuvigateway*"
|
|
|
|
}
|
2023-02-08 19:13:46 +00:00
|
|
|
],
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/ruuvi_gateway",
|
|
|
|
"iot_class": "local_polling",
|
2023-04-16 20:26:08 +00:00
|
|
|
"requirements": ["aioruuvigateway==0.1.0"]
|
2023-01-03 20:19:43 +00:00
|
|
|
}
|