1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/homeassistant
Anders Melchiorsen 5fa8037231 Always return True/False from is_state and is_state_attr (#7138)
* Always return True/False from is_state and is_state_attr

These functions are documented to always return True/False but the
short-circuit evaluation would return None if the entity_id did not exist.

* Reword into a single statement
2017-04-16 16:36:15 -07:00
..
components Add debug logging to automation initial state (#7068) 2017-04-16 15:45:40 -07:00
helpers Make core to look avilable state of device on servicecall (#7045) 2017-04-11 08:59:46 -07:00
scripts Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
util IKEA Tradfri Gateway: added support for RGB (#7115) 2017-04-16 11:35:52 -07: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 Load zwave panel (#7127) 2017-04-16 11:10:55 -07:00
config.py Preserve customize glob order. (#6963) 2017-04-06 22:39:35 -07:00
const.py Bump version to 0.43.0.dev0 (#7132) 2017-04-16 13:27:25 +02:00
core.py Always return True/False from is_state and is_state_attr (#7138) 2017-04-16 16:36:15 -07:00
exceptions.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
loader.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08: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