Skip to content

Commit db8a2b3

Browse files
Updating to version v2.8.4
1 parent a5978ce commit db8a2b3

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
@@ -13,7 +13,7 @@
1313
)
1414

1515
DOMAIN = "places"
16-
VERSION = "v2.8.3"
16+
VERSION = "v2.8.4"
1717
EVENT_TYPE = DOMAIN + "_state_update"
1818
PLATFORM = Platform.SENSOR
1919
ENTITY_ID_FORMAT = 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": [],
13-
"version":"v2.8.3"
13+
"version":"v2.8.4"
1414
}

0 commit comments

Comments
 (0)