core/homeassistant
Russell Cloran d79f89e168 Add support for Zigbee Home Automation (#6263)
* Add support for Zigbee Home Automation

* Fewer magic numbers

* Make optional device config work

* Remove non-zha device_tracker stuff

* Always return boolean from is_on

* Only pass through JSON serializable discovery_info

* Update to bellows 0.2.4

* Fewer magic numbers in binary sensor

* Populate const structures from a function

* Update bellows to 0.2.6

* Fewer magic numbers in light

* Take all possible clusters when overriding

* Update bellows to 0.2.7
2017-04-24 22:24:57 -07:00
..
components Add support for Zigbee Home Automation (#6263) 2017-04-24 22:24:57 -07:00
helpers Don't use len(SEQUENCE) as condition value (#7249) 2017-04-23 20:41:09 -07:00
scripts Add script to import state events to InfluxDB (#7254) 2017-04-24 23:01:09 +02:00
util Capture and log pip install error output (#7200) 2017-04-21 14:15:05 +02:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
bootstrap.py Add history to component priority list (#7173) 2017-04-19 09:15:18 -07:00
config.py Add notice regarding submission of analytics (#7263) 2017-04-23 19:59:26 -07:00
const.py Bump version to 0.44.0.dev0 (#7217) 2017-04-22 11:52:24 +02:00
core.py Don't use len(SEQUENCE) as condition value (#7249) 2017-04-23 20:41:09 -07:00
exceptions.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
loader.py Don't use len(SEQUENCE) as condition value (#7249) 2017-04-23 20:41:09 -07:00
package_constraints.txt Upgrade chardet to 3.0.2 (#7112) 2017-04-15 18:32:06 -07:00
remote.py Remove deprecated remote classes (#7011) 2017-04-10 09:04:19 -07:00
setup.py Automation: initial state > restore state (#6911) 2017-04-03 23:11:39 -07:00