NSLOOKUP v0.1.5

This commit is contained in:
Jokob-sk
2024-01-30 22:24:01 +11:00
parent 7b4b43463a
commit 9e66ac78f8

View File

@@ -512,7 +512,8 @@ def cleanDeviceName(str, match_IP):
# alternative str.split('.')[0]
str = str.replace("._airplay", "")
str = str.replace("._tcp", "")
str = str.replace(".local", "")
str = str.replace(".localdomain", "")
str = str.replace(".local", "")
str = str.replace("._esphomelib", "")
str = str.replace("._googlecast", "")
str = str.replace(".lan", "")