From 79f2fe2c1375c5b626a06c73dafc6c960078e19a Mon Sep 17 00:00:00 2001 From: Ernst Date: Fri, 8 Nov 2024 18:06:25 +0100 Subject: [PATCH] bump HA version --- hacs.json | 2 +- requirements_test.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hacs.json b/hacs.json index 92446aa3..33f50e47 100644 --- a/hacs.json +++ b/hacs.json @@ -1,4 +1,4 @@ { "name": "Passive BLE monitor integration", - "homeassistant": "2024.7.0" + "homeassistant": "2024.11.0" } diff --git a/requirements_test.txt b/requirements_test.txt index b2ec599c..f2916871 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ -pytest-homeassistant-custom-component==0.13.145 +pytest-homeassistant-custom-component==0.13.181 -# BLE montitor requirements +# BLE monitor requirements pycryptodomex==3.19.1 janus==1.0.0 aioblescan==0.2.14