hass-core/homeassistant/components/plex
jjlawren 30fb4ddc98 Move config and connections to Plex component (#26488)
* Move config and connections to component

* Separate imports

* Set a unique_id on sensor

* Set a platforms const

* Add SERVERS dict, hardcode to single server

* Move to debug

* Return false

* More debug

* Import at top to fix lint

* Guard against legacy setup attempts

* Refactor to add setup callback

* Review comments

* Log levels

* Return result of callback

* Store CONFIGURING in hass.data

* Set up discovery if no config data

* Use schema to set defaults

* Remove media_player options to remove entities

* Improve error handling
2019-09-09 23:28:20 +02:00
..
__init__.py Move config and connections to Plex component (#26488) 2019-09-09 23:28:20 +02:00
const.py Move config and connections to Plex component (#26488) 2019-09-09 23:28:20 +02:00
manifest.json Specify configurator as dependency (#23030) 2019-04-11 20:11:56 -07:00
media_player.py Move config and connections to Plex component (#26488) 2019-09-09 23:28:20 +02:00
sensor.py Move config and connections to Plex component (#26488) 2019-09-09 23:28:20 +02:00
server.py Move config and connections to Plex component (#26488) 2019-09-09 23:28:20 +02:00