ha-hunterbtt

Home Assistant integration for Hunter BTT
git clone https://git.stephank.nl/ha-hunterbtt
Log | Files | Refs | README | LICENSE | ZIP

commit f8e36fa8d5fe482a96f4a9dbb2e38b32eb63808a
parent a05012a4f65705aa72b62e1f2196af610fa937ce
Author: Stéphan Kochen <git@stephank.nl>
Date: Wed, 02 Sep 2026 08:32:57 +0200

pyhunterbtt 0.1.1

diff --git a/custom_components/hunter_btt/manifest.json b/custom_components/hunter_btt/manifest.json index 87e7155b43cee46936c71256511d7e5c9ae5db8c..4b439dcbf8bda5e9ed989a7b19c78fc218a4cd8c 100644 --- a/custom_components/hunter_btt/manifest.json +++ b/custom_components/hunter_btt/manifest.json @@ -2,7 +2,7 @@ { "domain": "hunter_btt", "name": "Hunter BTT", "version": "0.1.0", - "requirements": ["pyhunterbtt==0.1.0"], + "requirements": ["pyhunterbtt==0.1.1"], "bluetooth": [ { "connectable": true, diff --git a/pyproject.toml b/pyproject.toml index 22a8e666081b3cdaeb8b6955b8fca3b59cbe0cd2..212821592d672dbc583774b170dc5d00981aafb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = { file = "README", content-type = "text/markdown" } license = "AGPL-3.0-only" requires-python = ">=3.14" dependencies = [ - "pyhunterbtt==0.1.0", + "pyhunterbtt==0.1.1", ] [project.urls] diff --git a/uv.lock b/uv.lock index 2fe417f6706443e1877a3eedf01cbb4c4027c087..dc79935b646fb448f48f9e4db47d74722a243c68 100644 --- a/uv.lock +++ b/uv.lock @@ -140,7 +140,7 @@ { name = "ruff" }, ] [package.metadata] -requires-dist = [{ name = "pyhunterbtt", specifier = "==0.1.0" }] +requires-dist = [{ name = "pyhunterbtt", specifier = "==0.1.1" }] [package.metadata.requires-dev] dev = [ @@ -317,14 +317,14 @@ ] [[package]] name = "pyhunterbtt" -version = "0.1.0" +version = "0.1.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "bleak" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/cd/8b/9ad4c2744748be8bf376b4520281f271f2b0f0d88b20f856b619af536fef/pyhunterbtt-0.1.0.tar.gz", hash = "sha256:421cd6b4b1d668292a59fb76421a0e6b1bdaf6c42fea76db865055a2b1ff18a3", size = 69379, upload-time = "2026-09-01T10:03:38.943Z" } +sdist = { url = "https://files.pythonhosted.org/packages/20/0c/723f739d57a1d31f725bfafb9c36eae3028f9a6bd0f1a685ba66d8463758/pyhunterbtt-0.1.1.tar.gz", hash = "sha256:1796c52f8c5d7dd7be90ad45ed6a6ab14afc222d0ca76272620dba3025c6dd30", size = 69576, upload-time = "2026-09-02T06:31:18.685Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/2a/ff/46254e619c7887042c4e0fa8bc7156a01b143318a289165345efeeae2e2d/pyhunterbtt-0.1.0-py3-none-any.whl", hash = "sha256:bd72d94b4135ff80aac390be5a7d892936881dc89661ae4bc61838af384b146f", size = 28755, upload-time = "2026-09-01T10:03:37.78Z" }, + { url = "https://files.pythonhosted.org/packages/16/38/7b1c8e47cf6ecca7216b40f93d15c802b28438890533089b8a288f6c0fa6/pyhunterbtt-0.1.1-py3-none-any.whl", hash = "sha256:cf5eabecb6204c1a882d3d0c8de1ccb87fb89073c4925f7b07cdc1e39ce80688", size = 28882, upload-time = "2026-09-02T06:31:17.627Z" }, ] [[package]]