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 e10cf69 commit 46cf17fCopy full SHA for 46cf17f
custom_components/victron/hub.py
@@ -1,4 +1,5 @@
1
"""Support for Victron Energy devices."""
2
+
3
from collections import OrderedDict
4
import logging
5
import threading
custom_components/victron/manifest.json
@@ -15,6 +15,6 @@
15
"pymodbus>=3.7.4"
16
],
17
"ssdp": [],
18
- "version": "v0.5.0",
+ "version": "v0.0.0",
19
"zeroconf": []
20
}
0 commit comments