core/homeassistant/components/switch
Ryan McLean 2d93285689 Linode (#9936)
* Fix: Last Played Media Title in plex would stay even when player was idle/off
     Primary Fix is in the "if self._device" portion.
     code in "if self._session" is a catch all but i'm not 100% if it is needed.

* Fixed lint issues with previous commit

* 1st Pass at refactoring plex refresh
Moved _media** into clearMedia() which is called in _init_ and
at start of refresh.

Removed redunant _media_* = None entries

Grouped TV Show and Music under single if rather than testing
seperately for now.

* Fixed invalid name for _clearMedia()
Removed another media_* = None entry

* Removed print() statements used for debug

* Removed unneeded "if" statement

* Added Base Support for Linode

* Removed unused Attr

* Corrected some Typos

* updated requirements & coveragerc

* added import to prevent var not declared errors in linter

* Fixed Typo

* Added Switch Component for Linode and corrected some errors if data was blank

* Updated api lib to hopefully remove dependancy on enum34

* Fixed Reference error

* fix pylint errors

* Update linode.py

* Update linode.py

* Update linode.py

* Update linode.py
2017-10-27 16:19:47 +02:00
..
__init__.py
abode.py
acer_projector.py
android_ip_webcam.py
anel_pwrctrl.py
arduino.py
arest.py
bbb_gpio.py
broadlink.py
command_line.py
deluge.py
demo.py
digital_ocean.py
digitalloggers.py
dlink.py
doorbird.py
edimax.py
enocean.py
flux.py
fritzdect.py
hdmi_cec.py
hikvisioncam.py
homematic.py
hook.py
insteon_local.py
insteon_plm.py
isy994.py
kankun.py
knx.py
linode.py
litejet.py
lutron_caseta.py
mfi.py
mochad.py
modbus.py
mqtt.py
mysensors.py
mystrom.py
neato.py
netio.py
orvibo.py
pilight.py
pulseaudio_loopback.py
qwikswitch.py
rachio.py
rainbird.py
raincloud.py
rainmachine.py
raspihats.py
rest.py
rflink.py
rfxtrx.py
rpi_gpio.py
rpi_pfio.py
rpi_rf.py
scsgate.py
services.yaml
skybell.py
snmp.py
tellduslive.py
tellstick.py
telnet.py
template.py
tesla.py
thinkingcleaner.py
toon.py
tplink.py
transmission.py
velbus.py
vera.py
verisure.py
volvooncall.py
wake_on_lan.py
wemo.py
wink.py
xiaomi_aqara.py
xiaomi_miio.py
zha.py
zigbee.py
zoneminder.py
zwave.py