hass-core/homeassistant/components/plex
jjlawren 2cd845fb25 Standardize Plex server connections (#26444)
* Common connection class

* Omit tests for new Plex files

* Oops

* Add missing properties

* Remove redundant log message

* Stopgap to avoid duplicate setups

* Cleaner check for server setup

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Cleaner check for server setup

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Not needed with previous setup check

* Remove username/password support

* Reduce log level

Co-Authored-By: Martin Hjelmare <marhje52@kth.se>

* Don't do setup in __init__

* Oops

* Committing too fast...

* Connect after init

* Catch update exceptions like media_player

* Pass in validated PlexServer instance

* Remove unnecessary check

* Counter should be unknown on init

* Remove servername config option
2019-09-05 19:50:26 +02:00
..
__init__.py
const.py Standardize Plex server connections (#26444) 2019-09-05 19:50:26 +02:00
manifest.json Specify configurator as dependency (#23030) 2019-04-11 20:11:56 -07:00
media_player.py Standardize Plex server connections (#26444) 2019-09-05 19:50:26 +02:00
sensor.py Standardize Plex server connections (#26444) 2019-09-05 19:50:26 +02:00
server.py Standardize Plex server connections (#26444) 2019-09-05 19:50:26 +02:00