We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffe123 commit 686e8b2Copy full SHA for 686e8b2
custom_components/places/const.py
@@ -15,7 +15,7 @@
15
)
16
17
DOMAIN = "places"
18
-VERSION = "v2.9.0"
+VERSION = "v2.9.1"
19
EVENT_TYPE = DOMAIN + "_state_update"
20
PLATFORM = Platform.SENSOR
21
PLATFORMS: list[Platform] = [Platform.SENSOR]
custom_components/places/manifest.json
@@ -10,5 +10,5 @@
10
"iot_class": "cloud_polling",
11
"issue_tracker": "https://github.com/custom-components/places/issues",
12
"requirements": ["cachetools"],
13
- "version":"v2.9.0"
+ "version":"v2.9.1"
14
}
0 commit comments