mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 22:18:40 +00:00
* current state * finish refactor * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * address MR comments * Change to sensor setup to be listener based. * remove assert for websocket handler * added assert for log * remove mixin * fix linting * fix merge change * Add clarifying comment * Apply suggestions from code review Co-authored-by: Erik Montnemery <erik@montnemery.com> * Address MR comments * bump version and fix typing check --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by: Erik Montnemery <erik@montnemery.com>
11 lines
266 B
JSON
11 lines
266 B
JSON
{
|
|
"domain": "anova",
|
|
"name": "Anova",
|
|
"codeowners": ["@Lash-L"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/anova",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["anova_wifi"],
|
|
"requirements": ["anova-wifi==0.12.0"]
|
|
}
|