core/homeassistant
MartinHjelmare 59524c7933 Add multiple gateways
* Add support for multiple serial gateways.
* Fix serialization of python objects by adding dict representation of
    classes.
* Add support for showing more than one child value type per entity.
    The entity state is always only one value type. This is defined by
    the platform value types. Value types that are not defined as the
    platform value type are shown as state_attributes.
* Add more unit of measurement types.
* Clean up code.
2015-12-06 00:29:03 +01:00
..
components Add multiple gateways 2015-12-06 00:29:03 +01:00
helpers PyLint 1.5 fixes 2015-11-29 13:49:05 -08:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util PyLint 1.5 fixes 2015-11-29 13:49:05 -08:00
__init__.py Finish core extraction 2015-08-16 20:53:17 -07:00
__main__.py add blank line 2015-09-17 03:52:04 -04:00
bootstrap.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
config.py PyLint 1.5 fixes 2015-11-29 13:49:05 -08:00
const.py change constant names for rollershutter services 2015-12-02 12:16:13 +00:00
core.py Fixed hass daemon management 2015-11-15 17:43:38 -05:00
exceptions.py Mostly PyLint and Flake8 updates. 2015-08-29 22:34:35 -04:00
loader.py Make DEPENDENCIES optional for components 2015-11-26 13:11:59 -08:00
remote.py Add link to docs and update some docstrings 2015-11-09 08:25:46 +01:00