* Update Aseko to support new API * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Use self.unit instead of self._unit * Refactor sensor setup entry * Keep same unique id and identifier * Revert rename free_chlorine translation key * Remove new heating entity to keep PR small * Fix keep same unique id --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
296 B
JSON
10 lines
296 B
JSON
{
|
|
"domain": "aseko_pool_live",
|
|
"name": "Aseko Pool Live",
|
|
"codeowners": ["@milanmeu"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/aseko_pool_live",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioaseko"],
|
|
"requirements": ["aioaseko==1.0.0"]
|
|
}
|