Skip to content

Commit

Permalink
Remove CONNECTION_CLASS on config flow class
Browse files Browse the repository at this point in the history
This was moved to the manifest file a looooooong time ago.
  • Loading branch information
ludeeus authored Feb 22, 2023
1 parent 1c5dcfd commit b7a34be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/integration_blueprint/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class BlueprintFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for Blueprint."""

VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL

async def async_step_user(
self,
Expand Down

0 comments on commit b7a34be

Please sign in to comment.