hass-core/homeassistant
Dean Camera ce3c89db6e Add MPC-HC Media Player Component (#2635)
* Initial media_player component for the MPC-HC web API.

* Update .coveragerc to exclude the MPC-HC media player component.

* We don't need a session for every HTTP fetch.

* Use host in configuration YAML to match Kodi component.

* Fix PyLint errors.

* Fix PEP8 errors and use more idiomatic Python to get dict() values.

* Add MPC-HC remote command capabilities for basic control.
2016-07-28 20:54:22 -07:00
..
components Add MPC-HC Media Player Component (#2635) 2016-07-28 20:54:22 -07:00
helpers Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
scripts Type Hints - __main__ (#2574) 2016-07-20 22:38:52 -07:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Type Hints - __main__ (#2574) 2016-07-20 22:38:52 -07:00
bootstrap.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
config.py Type Hints - __main__ (#2574) 2016-07-20 22:38:52 -07:00
const.py Prepare for next development cycle 2016-07-17 00:23:57 +02:00
core.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
exceptions.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
loader.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
remote.py Add get_config (#2627) 2016-07-26 08:50:38 -07:00