* Add ClimaCell v4 API support * fix tests * use constants * fix logic and update tests * revert accidental changes and enable hourly and nowcast forecast entities in test * use variable instead of accessing dictionary multiple times * only grab necessary fields * add _translate_condition method ot base class * bump pyclimacell again to fix bug * switch typehints back to new format * more typehint fixes * fix tests * revert merge conflict change * handle 'migration' in async_setup_entry so we don't have to bump config entry versions * parametrize timestep test
8 lines
223 B
JSON
8 lines
223 B
JSON
{
|
|
"domain": "climacell",
|
|
"name": "ClimaCell",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/climacell",
|
|
"requirements": ["pyclimacell==0.18.0"],
|
|
"codeowners": ["@raman325"]
|
|
}
|