Skip to content

Commit 9d2e24b

Browse files
committed
Fixes for UDP discovery & connectivity.
1 parent 3a9aa30 commit 9d2e24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

custom_components/powersensor/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"iot_class": "local_push",
1414
"issue_tracker": "https://github.com/DiUS/homeassistant-powersensor/issues",
1515
"requirements": [
16-
"powersensor-local==2.0.0"
16+
"powersensor-local==2.0.1"
1717
],
1818
"single_config_entry": true,
1919
"version": "0.0.0",
2020
"zeroconf": [
21-
"_powersensor._tcp.local."
21+
"_powersensor._udp.local."
2222
]
2323
}

0 commit comments

Comments
 (0)