mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
12 lines
335 B
JSON
12 lines
335 B
JSON
{
|
|
"domain": "microbees",
|
|
"name": "microBees",
|
|
"codeowners": ["@microBeesTech"],
|
|
"config_flow": true,
|
|
"dependencies": ["application_credentials"],
|
|
"documentation": "https://www.home-assistant.io/integrations/microbees",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["microBeesPy==0.3.5"]
|
|
}
|