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
4 changed files with 4 additions and 4 deletions
|
@ -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."]
|
||||
}
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue