hass-core/tests
Dan Smith f55095df83 Fix mFi sensors in uninitialized state (#3246)
If mFi sensors are identified but not fully assigned they can
have no tag value, and mficlient throws a ValueError to signal this.
This patch handles that case by considering such devices to always
be STATE_OFF.
2016-09-06 18:04:20 -07:00
..
components Fix mFi sensors in uninitialized state (#3246) 2016-09-06 18:04:20 -07:00
fixtures Move elevation to core config and clean up HTTP mocking in tests (#2378) 2016-06-27 09:02:45 -07:00
helpers improve isfile validation check (#3101) 2016-09-01 14:35:00 +01:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
scripts Check config script: various fixes (#2967) 2016-08-24 23:18:32 -06:00
testing_config/custom_components Exclude tests in dependencies in test dir from pytest (#2618) 2016-07-25 08:26:07 -07:00
util Yaml secret fallback to parent folders (#2878) 2016-08-20 21:39:56 +02:00
__init__.py Tweak Recorder 2016-07-11 08:56:07 -07:00
common.py Merge pull request #2980 from home-assistant/automation-entities 2016-09-01 09:50:39 +01:00
test_bootstrap.py Allow reloading automation without restarting HA (#3002) 2016-09-04 17:15:52 +02:00
test_config.py Add unit system support 2016-08-04 22:02:19 -07:00
test_core.py EventBus: return function to unlisten 2016-08-25 23:25:35 -07:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_remote.py Update unit tests for remote.py (#2782) 2016-08-10 17:40:35 -07:00