core/homeassistant/components/ruuvi_gateway/manifest.json

16 lines
361 B
JSON
Raw Normal View History

{
"domain": "ruuvi_gateway",
"name": "Ruuvi Gateway",
"codeowners": ["@akx"],
2023-02-08 19:13:46 +00:00
"config_flow": true,
"dependencies": ["bluetooth"],
"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"]
}