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