mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* handle unit conversion in lib * bump lib * Fix --------- Co-authored-by: Joostlek <joostlek@outlook.com>
11 lines
308 B
JSON
11 lines
308 B
JSON
{
|
|
"domain": "niko_home_control",
|
|
"name": "Niko Home Control",
|
|
"codeowners": ["@VandeurenGlenn"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/niko_home_control",
|
|
"iot_class": "local_push",
|
|
"loggers": ["nikohomecontrol"],
|
|
"requirements": ["nhc==0.4.12"]
|
|
}
|