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 a93d86d commit 246a54aCopy full SHA for 246a54a
custom_components/uhoo/manifest.json
@@ -4,7 +4,7 @@
4
"documentation": "https://github.com/csacca/uhoo-homeassistant",
5
"iot_class": "cloud_polling",
6
"issue_tracker": "https://github.com/csacca/uhoo-homeassistant/issues",
7
- "version": "0.0.2",
+ "version": "0.0.3",
8
"config_flow": true,
9
"codeowners": ["@csacca"],
10
"requirements": ["pyuhoo==0.0.4"]
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "uhoo-homeassistant"
3
-version = "0.0.2"
+version = "0.0.3"
description = "uHoo integration for Home Assistant"
authors = ["Christopher Sacca <[email protected]>"]
repository = "https://github.com/csacca/uhoo-homeassistant"
0 commit comments