mirror of https://github.com/home-assistant/core
11 lines
312 B
JSON
11 lines
312 B
JSON
{
|
|
"domain": "blue_current",
|
|
"name": "Blue Current",
|
|
"codeowners": ["@Floris272", "@gleeuwen"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/blue_current",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["bluecurrent_api"],
|
|
"requirements": ["bluecurrent-api==1.2.3"]
|
|
}
|