Discover plex via zeroconf (#57825)

This commit is contained in:
J. Nick Koston 2021-10-15 18:53:05 -10:00 committed by GitHub
parent f13eeee969
commit 1cf7634942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"plexauth==0.0.6",
"plexwebsocket==0.0.13"
],
"zeroconf": ["_plexmediasvr._tcp.local."],
"dependencies": ["http"],
"codeowners": ["@jjlawren"],
"iot_class": "local_push"

View File

@ -189,6 +189,11 @@ ZEROCONF = {
"domain": "nut"
}
],
"_plexmediasvr._tcp.local.": [
{
"domain": "plex"
}
],
"_plugwise._tcp.local.": [
{
"domain": "plugwise"