1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/niko_home_control/manifest.json
Glenn Vandeuren (aka Iondependent) 43b1dd64a7 Handle unit conversion in lib for niko_home_control (#141837)
* handle unit conversion in lib

* bump lib

* Fix

---------

Co-authored-by: Joostlek <joostlek@outlook.com>
2025-05-14 17:13:06 +02:00

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"]
}