* * Nobø Ecohub select entities - Week profiles - Global overrides * Set integration_type * Typing * Remove translations * Translation fixes - Moved strings.select.json into strings.json - Added translation keys for select entities - Use shared translation keys for global override states * Use DeviceInfo object * Revert temperature name - uses device class name * Fix updated checks * Improve error handling (preparing for Silver level) * Review
10 lines
294 B
JSON
10 lines
294 B
JSON
{
|
|
"domain": "nobo_hub",
|
|
"name": "Nob\u00f8 Ecohub",
|
|
"codeowners": ["@echoromeo", "@oyvindwe"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nobo_hub",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pynobo==1.6.0"]
|
|
}
|