mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
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:
parent
9752e70675
commit
a8915b85a4
@ -6,6 +6,6 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/technove",
|
"documentation": "https://www.home-assistant.io/integrations/technove",
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["python-technove==1.1.1"],
|
"requirements": ["python-technove==1.2.1"],
|
||||||
"zeroconf": ["_technove-stations._tcp.local."]
|
"zeroconf": ["_technove-stations._tcp.local."]
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ from .const import DOMAIN
|
|||||||
from .coordinator import TechnoVEDataUpdateCoordinator
|
from .coordinator import TechnoVEDataUpdateCoordinator
|
||||||
from .entity import TechnoVEEntity
|
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)
|
@dataclass(frozen=True, kw_only=True)
|
||||||
|
@ -2281,7 +2281,7 @@ python-songpal==0.16.1
|
|||||||
python-tado==0.17.4
|
python-tado==0.17.4
|
||||||
|
|
||||||
# homeassistant.components.technove
|
# homeassistant.components.technove
|
||||||
python-technove==1.1.1
|
python-technove==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot==13.1
|
python-telegram-bot==13.1
|
||||||
|
@ -1745,7 +1745,7 @@ python-songpal==0.16.1
|
|||||||
python-tado==0.17.4
|
python-tado==0.17.4
|
||||||
|
|
||||||
# homeassistant.components.technove
|
# homeassistant.components.technove
|
||||||
python-technove==1.1.1
|
python-technove==1.2.1
|
||||||
|
|
||||||
# homeassistant.components.telegram_bot
|
# homeassistant.components.telegram_bot
|
||||||
python-telegram-bot==13.1
|
python-telegram-bot==13.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user