Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jaraco.abode to 6.2.0 #125512

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/abode/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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 (
BinarySensorDeviceClass,
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/abode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
},
"iot_class": "cloud_push",
"loggers": ["jaraco.abode", "lomond"],
"requirements": ["jaraco.abode==5.2.1"]
"requirements": ["jaraco.abode==6.2.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ ismartgate==5.0.1
israel-rail-api==0.1.2

# homeassistant.components.abode
jaraco.abode==5.2.1
jaraco.abode==6.2.0

# homeassistant.components.jellyfin
jellyfin-apiclient-python==1.9.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ ismartgate==5.0.1
israel-rail-api==0.1.2

# homeassistant.components.abode
jaraco.abode==5.2.1
jaraco.abode==6.2.0

# homeassistant.components.jellyfin
jellyfin-apiclient-python==1.9.2
Expand Down
Loading