Skip to content

Commit

Permalink
(fix) Revert from helper to device
Browse files Browse the repository at this point in the history
- revert change from "helper" back to "device" integration_type.
- remove deprecated CONNECTION_CLASS config var.
  • Loading branch information
agittins committed Aug 24, 2023
1 parent e39c8b2 commit c8c23fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bermuda/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BermudaFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
"""Config flow for bermuda."""

VERSION = 1
CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL
# CONNECTION_CLASS = config_entries.CONN_CLASS_CLOUD_POLL

def __init__(self):
"""Initialize."""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bermuda/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters", "device_tracker"],
"documentation": "https://github.com/agittins/bermuda",
"integration_type": "helper",
"integration_type": "device",
"iot_class": "calculated",
"issue_tracker": "https://github.com/agittins/bermuda/issues",
"requirements": [],
Expand Down

0 comments on commit c8c23fa

Please sign in to comment.