This commit is contained in:
HassBox
2024-05-06 23:15:45 +08:00
parent b116ef701f
commit ba103f293c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
DOMAIN = 'state_grid'
PACKAGE_NAME = "custom_components.state_grid"
VERSION = "0.0.1"
VERSION = "0.0.3"
VERSION_STORAGE = 1
+1 -1
View File
@@ -5,5 +5,5 @@
"config_flow": true,
"documentation": "https://github.com/hass-box/state-grid",
"iot_class": "cloud_polling",
"version": "0.0.2"
"version": "0.0.3"
}