Paulus Schoutsen
|
ec1d5e617e
|
Fix CI
|
2015-09-19 12:29:23 -07:00 |
Stefan Jonasson
|
40651ef2bc
|
Fixed old config value conversion
Added a new unit test for the config list mode
|
2015-09-19 21:13:09 +02:00 |
Paulus Schoutsen
|
55f6ff86e4
|
Merge pull request #405 from balloob/automation-event
Event automation fuzzy matches on data
|
2015-09-19 10:43:02 -07:00 |
Paulus Schoutsen
|
dd4e1cbd1d
|
Change automation action config keys
|
2015-09-19 08:43:56 -07:00 |
Stefan Jonasson
|
2084976bc2
|
Fixed suggestions from @balloob
|
2015-09-19 17:42:21 +02:00 |
Paulus Schoutsen
|
9019d654d7
|
Event automation fuzzy matches on data
|
2015-09-19 08:27:34 -07:00 |
Stefan Jonasson
|
b9e1b3eb99
|
Fixed var name + flake8
|
2015-09-19 15:51:50 +02:00 |
Stefan Jonasson
|
e1a7b8f988
|
Merge branch 'dev' of https://github.com/balloob/home-assistant into automation_confg_list
|
2015-09-19 15:27:46 +02:00 |
Stefan Jonasson
|
e4c5108c9d
|
Implemented configuration loading from
|
2015-09-18 18:12:27 +02:00 |
Paulus Schoutsen
|
4371355be1
|
Better errors on time automation trigger
|
2015-09-17 23:12:55 -07:00 |
Stefan Jonasson
|
90e2aefd23
|
flake8 fix
|
2015-09-17 08:55:17 +02:00 |
Stefan Jonasson
|
47af247d6a
|
flake8 fix
|
2015-09-17 08:39:41 +02:00 |
Stefan Jonasson
|
1a00d4a095
|
pylint fix
|
2015-09-17 08:35:18 +02:00 |
Stefan Jonasson
|
e68cc83e64
|
return and output error if none of the 4 keys provided
only parse hour/minute/second if after is not available
|
2015-09-17 08:24:06 +02:00 |
Stefan Jonasson
|
9b96471182
|
Fixed after param
|
2015-09-16 22:46:21 +02:00 |
Paulus Schoutsen
|
c18294ee76
|
Allow triggers to be used as condition
|
2015-09-15 08:56:06 -07:00 |
Paulus Schoutsen
|
0584c10ef9
|
Style fix
|
2015-09-15 00:11:24 -07:00 |
Paulus Schoutsen
|
2978e0dabe
|
Add sun automation trigger
|
2015-09-15 00:02:54 -07:00 |
Paulus Schoutsen
|
b2ad8db86b
|
Add condition type to automation component
|
2015-09-14 22:51:28 -07:00 |
Paulus Schoutsen
|
20f021d05f
|
Another style fix. Who comes up with this?
|
2015-09-14 22:14:15 -07:00 |
Paulus Schoutsen
|
fc43135ddd
|
Style fix
|
2015-09-14 22:12:51 -07:00 |
Paulus Schoutsen
|
68c1dd7cd4
|
Refactor automation configuration
|
2015-09-14 22:05:40 -07:00 |
Paulus Schoutsen
|
fe2a9bb83e
|
Fix numeric state if
|
2015-09-14 20:46:57 -07:00 |
Paulus Schoutsen
|
2fe8b154f1
|
Fix state automation configuration
|
2015-09-14 18:22:49 -07:00 |
Stefan Jonasson
|
d5198d4242
|
Implemented the if condition support in numeric state
|
2015-09-14 20:33:01 +02:00 |
Paulus Schoutsen
|
dd71e4fdd1
|
Record in logbook when automation triggered
|
2015-09-14 00:02:33 -07:00 |
Paulus Schoutsen
|
2a11d02fe4
|
Add if to automation
|
2015-09-13 22:27:27 -07:00 |
Stefan Jonasson
|
8360ab265c
|
Not used to pylint and flake8 ...
|
2015-09-13 20:34:45 +02:00 |
Stefan Jonasson
|
e3dcb45879
|
Fixed pylint error
|
2015-09-13 20:27:11 +02:00 |
Stefan Jonasson
|
9904727cde
|
homeassistant/components/automation/numeric_state.py:61:80: E501 line too long (80 > 79 characters)
The command "flake8 homeassistant" exited with 1.
|
2015-09-13 20:16:51 +02:00 |
Stefan Jonasson
|
e9da02d70c
|
Fixed value error exception
Fixed unittest
|
2015-09-13 19:59:26 +02:00 |
Stefan Jonasson
|
a2ca60159d
|
Fixed logic
|
2015-09-13 13:05:36 +02:00 |
Stefan Jonasson
|
8e89308a15
|
Added better handling if we did not get a value for the numeric check
|
2015-09-13 12:15:21 +02:00 |
Stefan Jonasson
|
4eba1250e9
|
Added a numeric_state automation platform
|
2015-09-12 21:42:52 +02:00 |
theolind
|
a7889ef628
|
Automation component now supports YAML lists for config key service_entity_id
|
2015-08-24 21:19:47 +02:00 |
Paulus Schoutsen
|
291cc62381
|
Add automation mqtt tests
|
2015-08-10 23:11:46 -07:00 |
Paulus Schoutsen
|
eecc51c92d
|
Add tests for automation component
|
2015-08-10 22:26:12 -07:00 |
Paulus Schoutsen
|
044d43b7c2
|
Adding MQTT automation rule
|
2015-08-09 17:12:25 -07:00 |
Paulus Schoutsen
|
e47ac96587
|
Remove more deprecated method calls
|
2015-08-04 18:13:35 +02:00 |
Paulus Schoutsen
|
382c1de981
|
Built-in components no longer use deprecated methods
|
2015-08-03 17:08:13 +02:00 |
Paulus Schoutsen
|
948a5c97ec
|
Fix a config bug in Automation
|
2015-03-14 19:18:41 -07:00 |
andythigpen
|
bb858fdddc
|
Fix issue with automation event data after YAML conversion.
No need to convert to dict using json.loads when PyYAML will do that
automatically.
|
2015-03-07 16:10:35 -06:00 |
andythigpen
|
7951137693
|
Adds event automation module.
When events are fired with matching data, the automation.event module
executes the corresponding action for automation rules.
|
2015-02-23 20:42:37 -06:00 |
Paulus Schoutsen
|
ff230cefe3
|
Disable pylint unused-argument check
|
2015-01-19 23:40:51 -08:00 |
Paulus Schoutsen
|
9ffe35756b
|
Component Automation - initial version
|
2015-01-15 23:32:27 -08:00 |