Skip to content

Commit 91a0350

Browse files
Updating to version v2.9.0
1 parent 48ab3f7 commit 91a0350

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.8.4"
18+
VERSION = "v2.9.0"
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.8.4"
13+
"version":"v2.9.0"
1414
}

0 commit comments

Comments
 (0)