Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 63a0572

Browse files
committed
Bump version
1 parent d68005c commit 63a0572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/ohme/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Component constants"""
22
DOMAIN = "ohme"
33
USER_AGENT = "dan-r-homeassistant-ohme"
4-
INTEGRATION_VERSION = "1.0.0"
4+
INTEGRATION_VERSION = "1.0.1"
55
CONFIG_VERSION = 1
66
ENTITY_TYPES = ["sensor", "binary_sensor", "switch", "button", "number", "time"]
77

0 commit comments

Comments
 (0)