mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Discover plex via zeroconf (#57825)
This commit is contained in:
parent
f13eeee969
commit
1cf7634942
@ -8,6 +8,7 @@
|
||||
"plexauth==0.0.6",
|
||||
"plexwebsocket==0.0.13"
|
||||
],
|
||||
"zeroconf": ["_plexmediasvr._tcp.local."],
|
||||
"dependencies": ["http"],
|
||||
"codeowners": ["@jjlawren"],
|
||||
"iot_class": "local_push"
|
||||
|
@ -189,6 +189,11 @@ ZEROCONF = {
|
||||
"domain": "nut"
|
||||
}
|
||||
],
|
||||
"_plexmediasvr._tcp.local.": [
|
||||
{
|
||||
"domain": "plex"
|
||||
}
|
||||
],
|
||||
"_plugwise._tcp.local.": [
|
||||
{
|
||||
"domain": "plugwise"
|
||||
|
Loading…
x
Reference in New Issue
Block a user