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 38d65e3 commit 8f09560Copy full SHA for 8f09560
custom_components/tapo/const.py
@@ -7,7 +7,7 @@
7
8
NAME = "tapo"
9
DOMAIN = "tapo"
10
-VERSION = "3.2.0"
+VERSION = "3.2.1"
11
12
DISCOVERY_FEATURE_FLAG = "discovery"
13
DISCOVERY_INTERVAL = timedelta(minutes=10)
custom_components/tapo/manifest.json
@@ -2,7 +2,7 @@
2
"domain": "tapo",
3
"name": "TP-Link Tapo",
4
"config_flow": true,
5
- "version": "3.2.0",
+ "version": "3.2.1",
6
"iot_class": "local_polling",
"documentation": "https://github.com/petretiandrea/home-assistant-tapo-p100",
"issue_tracker": "https://github.com/petretiandrea/home-assistant-tapo-p100/issues",
0 commit comments