core/homeassistant
Joe Lu 9c603d932d Add manual alarm_control_panel pending time per state (#9264)
* - Enhanced manual alarm_control_panel config so that you can specify different pending time for different alarm state

* - Fixed demo alaram control panel

* - Updated configuration structure for state specific pending times

* - Addressed comment

* Address code review comments

* - Fixed failing tests
- Updated demo alarm component to use new per state pending_time setting

* - Removing previously added comment which might have caused build to fail?

* - moved "copy.deepcopy(config)" out of loop so config is only copied once
2017-09-14 20:08:45 +02:00
..
components Add manual alarm_control_panel pending time per state (#9264) 2017-09-14 20:08:45 +02:00
helpers Cleanup and simplitfy the async state update (#9390) 2017-09-12 10:01:03 +02:00
scripts Add LC_CTYPE to environment variables in macOS (#9227) 2017-09-13 21:35:25 -07:00
util Warn instead of raise on duplicate YAML key (#8834) 2017-08-06 10:47:19 -07:00
__init__.py
__main__.py Added log-file command line flag (#9422) 2017-09-13 21:22:42 -07:00
bootstrap.py Added log-file command line flag (#9422) 2017-09-13 21:22:42 -07:00
config.py Backend changes for customize config panel. (#9134) 2017-08-26 10:02:32 -07:00
const.py Version bump to 0.54.0.dev0 2017-09-09 00:52:47 -07:00
core.py Is_allowed_path raise for None path (#8953) 2017-08-15 15:41:37 +02:00
exceptions.py EntityComponent to retry platforms that are not ready yet (#8209) 2017-06-26 09:41:48 -07:00
loader.py Expose all components on hass [Concept] (#8490) 2017-07-16 09:23:06 -07:00
monkey_patch.py Make monkey patch work in Python 3.6 (#7848) 2017-06-01 23:23:39 -07:00
package_constraints.txt Update jinja to 2.9.6 (#9306) 2017-09-05 17:03:24 +02:00
remote.py Fix pylint 1.7.2 no-else-return issues (#8361) 2017-07-05 23:30:01 -07:00
setup.py Fix check for running inside venv (#8481) 2017-07-15 07:25:02 -07:00