Skip to content

Commit

Permalink
chore: resort manifest.json, remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Jul 28, 2024
1 parent 1dd274c commit 77dfc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions custom_components/doorking_1812ap/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
4 changes: 2 additions & 2 deletions custom_components/doorking_1812ap/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 77dfc87

Please sign in to comment.