Skip to content

Commit 686e8b2

Browse files
Updating to version v2.9.1 [skip ci]
1 parent 0ffe123 commit 686e8b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/places/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
)
1616

1717
DOMAIN = "places"
18-
VERSION = "v2.9.0"
18+
VERSION = "v2.9.1"
1919
EVENT_TYPE = DOMAIN + "_state_update"
2020
PLATFORM = Platform.SENSOR
2121
PLATFORMS: list[Platform] = [Platform.SENSOR]

custom_components/places/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/custom-components/places/issues",
1212
"requirements": ["cachetools"],
13-
"version":"v2.9.0"
13+
"version":"v2.9.1"
1414
}

0 commit comments

Comments
 (0)