mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
* 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>
11 lines
296 B
JSON
11 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"]
|
|
}
|