core/homeassistant
MartinHjelmare 08aaea5444 Add mysensors binary sensor
* Add mysensors binary sensor.
* Add discovery platforms to binary_sensor base component.
* Replace device_state_attributes with state_attributes in
	binary_sensor base class.
* Fix docstrings.
* Add discovery of binary sensor to mysensors component.
* Add child.type as argument to mysensors device_class.
* Move binary sensor types from sensor to binary_sensor module.
* Fix binary_sensor attribute tests. Use state_attributes instead of
	device_state_attributes.
2016-02-20 04:28:17 +01:00
..
components Add mysensors binary sensor 2016-02-20 04:28:17 +01:00
helpers Fix imports (using isort) 2016-02-18 21:27:50 -08:00
startup Fix packaging issues 2015-10-10 10:33:09 -07:00
util Fix imports (using isort) 2016-02-18 21:27:50 -08:00
__init__.py Finish core extraction 2015-08-16 20:53:17 -07:00
__main__.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00
bootstrap.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00
config.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00
const.py Merge pull request #1247 from balloob/feature/entity-assumed-state 2016-02-14 23:59:35 -08:00
core.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00
exceptions.py Catch exceptions when error rendering templates 2015-12-11 19:07:03 -08:00
loader.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00
remote.py Fix imports (using isort) 2016-02-18 21:27:50 -08:00