We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 057e94a commit 55df8c9Copy full SHA for 55df8c9
custom_components/myheat/const.py
@@ -12,7 +12,7 @@
12
NAME = "MyHeat"
13
DOMAIN = "myheat"
14
DOMAIN_DATA = f"{DOMAIN}_data"
15
-VERSION = "0.0.0"
+VERSION = "0.1.0"
16
17
ATTRIBUTION = "https://myheat.net"
18
MANUFACTURER = "https://myheat.net"
custom_components/myheat/manifest.json
@@ -10,5 +10,5 @@
10
"requirements": [],
11
"iot_class": "cloud_polling",
"loggers": ["myheat"],
- "version": "0.0.1"
+ "version": "0.1.0"
}
0 commit comments