Update heatmiserV3 to 2.0.3 (#129175)

This commit is contained in:
Marc Mueller
2024-10-25 20:04:37 +02:00
committed by GitHub
parent c97b832648
commit 9207eedbfb
4 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,11 @@
"""Support for the PRT Heatmiser themostats using the V3 protocol."""
"""Support for the PRT Heatmiser thermostats using the V3 protocol."""
from __future__ import annotations
import logging
from typing import Any
from heatmiserV3 import connection, heatmiser
from heatmiserv3 import connection, heatmiser
import voluptuous as vol
from homeassistant.components.climate import (

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/heatmiser",
"iot_class": "local_polling",
"loggers": ["heatmiserV3"],
"requirements": ["heatmiserV3==1.1.18"]
"requirements": ["heatmiserV3==2.0.3"]
}

View File

@ -1096,7 +1096,7 @@ hassil==1.7.4
hdate==0.10.9
# homeassistant.components.heatmiser
heatmiserV3==1.1.18
heatmiserV3==2.0.3
# homeassistant.components.here_travel_time
here-routing==1.0.1

View File

@ -154,7 +154,6 @@ EXCEPTIONS = {
"eliqonline", # https://github.com/molobrakos/eliqonline/pull/17
"enocean", # https://github.com/kipe/enocean/pull/142
"gardena-bluetooth", # https://github.com/elupus/gardena-bluetooth/pull/11
"heatmiserV3", # https://github.com/andylockran/heatmiserV3/pull/94
"huum", # https://github.com/frwickst/pyhuum/pull/8
"imutils", # https://github.com/PyImageSearch/imutils/pull/292
"iso4217", # Public domain