hass-core/homeassistant
thoscut bfa86b8138 Add message template support for alert component (#17516)
* Add problem text to message if available

* Revert "Add problem text to message if available"

This reverts commit 7be519bf7f.

* Cleanup setup

* Add message template support

* Fix for failing test

* Added tests

* Refactor changes

* Fix lint violation

* Fix failing tests

* Unify handling for message and done_message parameter and sending function

* Update tests

* Fix lint warnings
2018-11-01 09:48:11 +01:00
..
auth Permissions improv (#17811) 2018-10-29 11:28:04 +01:00
components Add message template support for alert component (#17516) 2018-11-01 09:48:11 +01:00
helpers Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
scripts Extract ruamel.yaml to util with secrets, lovelace ws decorators (#17958) 2018-10-31 13:49:54 +01:00
util Extract ruamel.yaml to util with secrets, lovelace ws decorators (#17958) 2018-10-31 13:49:54 +01:00
__init__.py
__main__.py Lint 2018-10-02 10:35:00 +02:00
bootstrap.py
config.py Import homeassistant domain instead of hardcoding it (#17985) 2018-10-30 17:38:09 +02:00
config_entries.py Migrate dialogflow over to the new webhook component (#17804) 2018-10-28 19:25:43 +01:00
const.py Merge remote-tracking branch 'origin/master' into dev 2018-10-30 11:39:16 +01:00
core.py Fire an event when timer gets out of sync (#17398) 2018-10-15 11:34:36 +02:00
data_entry_flow.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
exceptions.py Allow config entry setup to raise not ready (#17135) 2018-10-04 15:53:50 +02:00
loader.py
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Extract ruamel.yaml to util with secrets, lovelace ws decorators (#17958) 2018-10-31 13:49:54 +01:00
requirements.py
setup.py