From 77dfc87efbc10d88129116078368787aedbda3d1 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Sun, 28 Jul 2024 16:55:29 -0700 Subject: [PATCH] chore: resort manifest.json, remove comments --- custom_components/doorking_1812ap/config_flow.py | 5 +---- custom_components/doorking_1812ap/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/custom_components/doorking_1812ap/config_flow.py b/custom_components/doorking_1812ap/config_flow.py index 4e7fc41..53555d0 100644 --- a/custom_components/doorking_1812ap/config_flow.py +++ b/custom_components/doorking_1812ap/config_flow.py @@ -68,7 +68,4 @@ async def _test_connection(self, ip_address: str) -> None: session=async_create_clientsession(self.hass), ) - # connect to server - # try to read gate status - - await client.async_get_state() + await client.async_get_data() diff --git a/custom_components/doorking_1812ap/manifest.json b/custom_components/doorking_1812ap/manifest.json index 34eb9af..b83ac26 100644 --- a/custom_components/doorking_1812ap/manifest.json +++ b/custom_components/doorking_1812ap/manifest.json @@ -4,8 +4,8 @@ "codeowners": ["@cameronr"], "config_flow": true, "documentation": "https://github.com/cameronr/doorking-ha", - "iot_class": "local_polling", "integration_type": "device", + "iot_class": "local_polling", "issue_tracker": "https://github.com/cameronr/doorking-ha/issues", - "version": "0.0.0" + "version": "0.0.1" }