mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Remove Plex from Discovery Docs (#12431)
https://github.com/home-assistant/core/pull/32510 removes plex from discovery. Using ```yaml discovery: ignore: - plex_mediaserver ``` causes discovery to fail to load with `2020-03-18 19:03:21 ERROR (MainThread) [homeassistant.config] Invalid config for [discovery]: value is not allowed @ data['discovery']['ignore'][1]. Got 'plex_mediaserver'. (See /config/configuration.yaml, line 216). Please check the docs at https://www.home-assistant.io/integrations/discovery 2020-03-18 19:03:21 ERROR (MainThread) [homeassistant.setup] Setup failed for discovery: Invalid config.`
This commit is contained in:
parent
01cca6d531
commit
ae424f724c
@ -25,7 +25,6 @@ Home Assistant can discover and automatically configure [zeroconf](https://en.wi
|
|||||||
* [NETGEAR routers](/integrations/netgear)
|
* [NETGEAR routers](/integrations/netgear)
|
||||||
* [Panasonic Viera](/integrations/panasonic_viera)
|
* [Panasonic Viera](/integrations/panasonic_viera)
|
||||||
* [Philips Hue](/integrations/hue)
|
* [Philips Hue](/integrations/hue)
|
||||||
* [Plex Media Server](/integrations/plex#media-player)
|
|
||||||
* [Roku media player](/integrations/roku#media-player)
|
* [Roku media player](/integrations/roku#media-player)
|
||||||
* [SABnzbd downloader](/integrations/sabnzbd)
|
* [SABnzbd downloader](/integrations/sabnzbd)
|
||||||
* [Samsung SyncThru Printer](/integrations/syncthru)
|
* [Samsung SyncThru Printer](/integrations/syncthru)
|
||||||
@ -86,7 +85,6 @@ Valid values for ignore are:
|
|||||||
* `openhome`: Linn / Openhome
|
* `openhome`: Linn / Openhome
|
||||||
* `panasonic_viera`: Panasonic Viera
|
* `panasonic_viera`: Panasonic Viera
|
||||||
* `philips_hue`: Philips Hue
|
* `philips_hue`: Philips Hue
|
||||||
* `plex_mediaserver`: Plex Media Server
|
|
||||||
* `roku`: Roku media player
|
* `roku`: Roku media player
|
||||||
* `sabnzbd`: SABnzbd downloader
|
* `sabnzbd`: SABnzbd downloader
|
||||||
* `samsung_printer`: Samsung SyncThru Printer
|
* `samsung_printer`: Samsung SyncThru Printer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user