From 268ed6d3476f3f3170d71f7ceb91b8c6f2611ea2 Mon Sep 17 00:00:00 2001 From: Quintin Hill Date: Fri, 26 Jan 2024 21:52:23 +0000 Subject: [PATCH] python-ble2mqtt: update to 0.2.2 b3b0cc8 version 0.2.2 85515cd roidmi: initial support for NEX2 Pro 62addc2 isort imports 8695649 README: update other govee to govee_ht 33f6ade ruuvitag: remove device class for counter 2099607 Rename key govee->govee_ht 12acacd codestyle updates dbba43d ruuvitag: drop redundant import 84878e0 base: add and use HumidityTemperatureSensor e9f0046 xiaomi_lywsd03_atc: make send_custom a class variable 2f4809a base: use lowercase for instance variable 5b1af17 govee: add manufacturer 7891691 ruuvitag: add manufacturer cfd799b ruuvitag: remove inheritance from SubscribeAndSetDataMixin 7be28a1 codestyle updates bffcf5e Add Govee H5074 temperature/humidity sensor support (#77) Signed-off-by: Quintin Hill --- lang/python/python-ble2mqtt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-ble2mqtt/Makefile b/lang/python/python-ble2mqtt/Makefile index fa14c281c5..f8610d557e 100644 --- a/lang/python/python-ble2mqtt/Makefile +++ b/lang/python/python-ble2mqtt/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ble2mqtt -PKG_VERSION:=0.2.1 +PKG_VERSION:=0.2.2 PKG_RELEASE:=1 PYPI_NAME:=ble2mqtt -PKG_HASH:=b02a2cb61ae7a2ba6e4d9d5c2bd95bba80cd6ee8b7d8704a6a55ee56d5ecb196 +PKG_HASH:=6c8abb4fe3d8ba77e42f23e4acdfbb99e337ed5bdea05db4e1b92d455186c8e6 PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT