You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# NetDisco
2
2
3
-
NetDisco is a Python (2 and 3) library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.
3
+
NetDisco is a Python 3 library to discover local devices and services. It allows to scan on demand or offer a service that will scan the network in the background in a set interval.
4
4
5
5
Current methods of scanning:
6
6
@@ -15,7 +15,7 @@ It is the library that powers the device discovery within [Home Assistant](https
15
15
16
16
## Installation
17
17
18
-
Netdisco is available on PyPi. Install using `pip3 install netdisco` (use `pip` if you're still on Python 2).
18
+
Netdisco is available on PyPi. Install using `pip3 install netdisco`.
0 commit comments