mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Bump jaraco.abode to 6.2.0 (#125512)
* Bump jaraco.abode to 6.2.0 * Bump jaraco.abode to 6.2.0
This commit is contained in:
parent
d7cf05e693
commit
98728d37a6
@ -4,7 +4,7 @@ from __future__ import annotations
|
|||||||
|
|
||||||
from typing import cast
|
from typing import cast
|
||||||
|
|
||||||
from jaraco.abode.devices.sensor import BinarySensor
|
from jaraco.abode.devices.binary_sensor import BinarySensor
|
||||||
|
|
||||||
from homeassistant.components.binary_sensor import (
|
from homeassistant.components.binary_sensor import (
|
||||||
BinarySensorDeviceClass,
|
BinarySensorDeviceClass,
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
},
|
},
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["jaraco.abode", "lomond"],
|
"loggers": ["jaraco.abode", "lomond"],
|
||||||
"requirements": ["jaraco.abode==5.2.1"]
|
"requirements": ["jaraco.abode==6.2.0"]
|
||||||
}
|
}
|
||||||
|
@ -1209,7 +1209,7 @@ ismartgate==5.0.1
|
|||||||
israel-rail-api==0.1.2
|
israel-rail-api==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.abode
|
# homeassistant.components.abode
|
||||||
jaraco.abode==5.2.1
|
jaraco.abode==6.2.0
|
||||||
|
|
||||||
# homeassistant.components.jellyfin
|
# homeassistant.components.jellyfin
|
||||||
jellyfin-apiclient-python==1.9.2
|
jellyfin-apiclient-python==1.9.2
|
||||||
|
@ -1017,7 +1017,7 @@ ismartgate==5.0.1
|
|||||||
israel-rail-api==0.1.2
|
israel-rail-api==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.abode
|
# homeassistant.components.abode
|
||||||
jaraco.abode==5.2.1
|
jaraco.abode==6.2.0
|
||||||
|
|
||||||
# homeassistant.components.jellyfin
|
# homeassistant.components.jellyfin
|
||||||
jellyfin-apiclient-python==1.9.2
|
jellyfin-apiclient-python==1.9.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user