core/tests
Jan Harkes 29c30861bf Be flexible in what we accept for script.delay configuration. (#1738)
Accept delay configuration even when someone forgets to indent the time

specification.



Also removed 'weeks' and 'microseconds' from acceptable delay values.

There is a new homeassistant release every 2 weeks and running scripts

are not persisting across restarts. And there is still the option of

using (weeks*7) days if the long delay is really necessary.



And if someone really depends on microsecond delay precision we are

unlikely to be able to provide this accuracy, even milliseconds is

suspect for that matter but will at least allow us to specify some

subsecond delay.
2016-04-07 12:19:28 -07:00
..
cassettes VCR YR sensor test 2015-12-27 17:37:32 -08:00
components Be flexible in what we accept for script.delay configuration. (#1738) 2016-04-07 12:19:28 -07:00
config/custom_components Fix PEP257 issues 2016-03-09 11:15:04 +01:00
helpers Add automation config validation 2016-04-04 12:18:58 -07:00
resources Revised package util tests 2016-01-30 14:08:32 -05:00
util Detect duplicate keys in configuration.yaml. 2016-04-05 21:21:16 -07:00
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
common.py Fixes for mqtt config validation tests. 2016-04-06 22:51:38 -04:00
test_bootstrap.py Allow platforms to specify PLATFORM_SCHEMA 2016-04-02 20:10:57 -07:00
test_config.py Add initial config validation 2016-03-28 23:46:12 -07:00
test_core.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_loader.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_remote.py Fix PEP257 issues 2016-03-09 11:15:04 +01:00