Skip to content

Commit

Permalink
fix: Flow handler not found for entry xxxx for midea_ac_lan (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
caibinqing authored May 29, 2024
1 parent 4dfd443 commit bd3cf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/midea_ac_lan/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
]


class ConfigFlow(config_entries.ConfigFlow):
class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
available_device: list = []
devices: dict = {}
found_device: dict = {}
Expand Down

0 comments on commit bd3cf5f

Please sign in to comment.