core/homeassistant
JesseWebDotCom 5714f156c3 Support for non-clients, NVidia shield, dynamic grouping, extra metad… (#6054)
* Support for non-clients, NVidia shield, dynamic grouping, extra metadata, and more

* Fixed import orderdering, line lengths, and comment violations

* Local player check and season fixes

* Honor entity_namespace when using custom entity ids

* Semi compatibility with channels, force controls option added

* media_position_updated_at fix - only update when media is playing

* Fix: controls now work as expected on 1) casted sessions and 2) client sessions when client and PMS reside on the same sever

* Made PEP8 compliant

* Made PEP8 compliant

* Made PEP8 compliant, hopefully

* Better Tivo compatibility

* Added frozen detection and remediation

* PlayMedia EPISODE now supports season number and episode number (instead of episode index)

* Fix: Dynamic groups now exclude hidden devices

* Fix: Dynamic groups now exclude hidden devices

* Implemented arsaboo suggested formatting

* Implemented pylint command line suggested fixes

* Implemented Travis CI build suggested fixes

* Sorted Imports using Importanize

* Grouped request imports

* Removed dynamic groups, network calls from properties, and other cleanup

* Balloob recommendations and Plex Protocol Capabilities checks

* Remove deprecated disable-msg in favor of disable

* Removed position related items (seek, frozen detection, etc)

* Removed unused datetime
2017-03-16 09:09:46 -07:00
..
components Support for non-clients, NVidia shield, dynamic grouping, extra metad… (#6054) 2017-03-16 09:09:46 -07:00
helpers self.loop.create_task -> self.add_job (#6632) 2017-03-16 06:58:54 +01:00
scripts Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
util Update Formulas in Convert XY to RGB (#6322) 2017-03-02 08:54:45 +01:00
__init__.py
__main__.py Add version test for monkey_patch_asyncio() (#5127) 2017-01-03 17:47:33 +01:00
bootstrap.py Remove event decorators (#6634) 2017-03-15 14:46:57 +01:00
config.py Log errors when loading yaml (#6257) 2017-03-01 06:56:23 +02:00
const.py Version bump to 0.41.0.dev0 2017-03-12 08:34:35 +00:00
core.py self.loop.create_task -> self.add_job (#6632) 2017-03-16 06:58:54 +01:00
exceptions.py Do not report on shutting down errors (#4431) 2016-11-17 12:02:43 -08:00
loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
remote.py Deprecate event forwarding 2017-03-15 08:38:26 -07:00
setup.py Add warning for slow platforms/components (#6467) 2017-03-07 20:31:57 -08:00