Bump pytechnove to 1.2.1 (#109098)

* Bump TechnoVE library to 1.2.0

* Bump TechnoVE library to 1.2.1

* Exclude unknown status from the options

* Regenerate test_sensor.ambr for TechnoVE snapshot test

---------

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
Christophe Gagnier 2024-01-30 06:40:35 -05:00 committed by GitHub
parent 9752e70675
commit a8915b85a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/technove",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["python-technove==1.1.1"],
"requirements": ["python-technove==1.2.1"],
"zeroconf": ["_technove-stations._tcp.local."]
}

View file

@ -28,7 +28,7 @@ from .const import DOMAIN
from .coordinator import TechnoVEDataUpdateCoordinator
from .entity import TechnoVEEntity
STATUS_TYPE = [s.value for s in Status]
STATUS_TYPE = [s.value for s in Status if s != Status.UNKNOWN]
@dataclass(frozen=True, kw_only=True)

View file

@ -2281,7 +2281,7 @@ python-songpal==0.16.1
python-tado==0.17.4
# homeassistant.components.technove
python-technove==1.1.1
python-technove==1.2.1
# homeassistant.components.telegram_bot
python-telegram-bot==13.1

View file

@ -1745,7 +1745,7 @@ python-songpal==0.16.1
python-tado==0.17.4
# homeassistant.components.technove
python-technove==1.1.1
python-technove==1.2.1
# homeassistant.components.telegram_bot
python-telegram-bot==13.1