pavoni
8ff9506138
Ignore acc: 0 updates.
2016-05-19 16:16:43 +01:00
pavoni
dd1703469e
Handle region enter/leave with spaces.
2016-05-19 16:04:55 +01:00
Daniel Høyer Iversen
5f98a70c21
Fix bug in flaky rfxtrx test ( #2107 )
2016-05-19 06:36:11 -07:00
happyleavesaoc
15f89fc636
add some include_dir options ( #2074 )
...
* add some include_dir options
* validate, and extend instead of add
* add yaml include tests
2016-05-17 15:47:44 -07:00
Alex Harvey
ffbc99fac2
Merge pull request #2059 from infamy/justyns-purge_old_data
...
Justyns purge old data
2016-05-14 23:55:28 -07:00
Daniel Høyer Iversen
630b7377bd
Refactor get_age in util/dt ( #2067 )
2016-05-14 12:05:46 -07:00
Daniel
24788b106b
Add test for yaml enviroment
2016-05-14 20:20:27 +02:00
Alex Harvey
53d7e0730c
Fixes for farcy
2016-05-13 14:43:22 -07:00
Alex Harvey
cba85cad8d
Fixes for farcy
2016-05-13 14:42:08 -07:00
Alex Harvey
93fd6fa11b
fixes for pep and delay start
2016-05-12 10:33:22 -07:00
Alex Harvey
67b0365f62
update to latest base
2016-05-12 10:32:28 -07:00
Robbie Trencheny
b75aa6ac08
Add get_age tests
2016-05-11 22:29:55 -07:00
Paulus Schoutsen
6856283896
Make HVAC naming consistent ( #2017 )
2016-05-09 07:53:01 -07:00
Charles Spirakis
b86a1ece01
Allow conversion from date strings to "unix" timestamp. ( #1985 )
...
"unix" timestamp is number of seconds since Jan 1, 1970 UTC.
This allows scripts that use templates to generate time
deltas in seconds if desired from state attributes such
as last_updated.
Some examples:
timestamp now is
{{ as_timestamp(now) }}
timstamp of last change is
{{ as_timestamp(states.binary_sensor.garage_door.last_changed) }}
seconds since last change is
{{ as_timestamp(now) - as_timestamp(states.binary_sensor.garage_door.last_changed) }}
2016-05-06 18:33:46 -07:00
John Arild Berentsen
1a59ba735f
Initial HVAC component + Z-Wave platform ( #1912 )
2016-05-03 18:27:51 -07:00
Paulus Schoutsen
2a972b7fe3
Fix script condition issue (Thanks @bart274) ( #1972 )
2016-05-03 18:19:55 -07:00
Fabian Affolter
4710b38fad
Add support for sensor classes ( #1950 )
2016-05-01 23:05:53 -07:00
Paulus Schoutsen
6354399d55
Initial script condition support ( #1910 )
2016-04-28 12:03:57 +02:00
Daniel Høyer Iversen
6717215438
Merge pull request #1905 from home-assistant/rfxtrx_sensor_fix
...
Rfxtrx: Simplified configuration
2016-04-26 11:54:11 +02:00
Daniel
2ca1f7542f
Refactor rfxtrx code
2016-04-24 13:42:59 +02:00
Daniel
55b51cb3fa
Update rfxtrx tests to handle new config
2016-04-23 20:13:24 +02:00
Paulus Schoutsen
197d9639f9
Merge pull request #1882 from home-assistant/service-parameters
...
Trigger variables in automation actions
2016-04-23 07:46:26 +02:00
Paulus Schoutsen
14bd630c1d
Service/Script cleanup
2016-04-23 07:11:21 +02:00
Paulus Schoutsen
1d8554359c
Allow setting entity namespace ( #1887 )
2016-04-23 06:34:49 +02:00
Paulus Schoutsen
612a017bc6
Automation: Allow embedding script definition
2016-04-21 22:36:14 -04:00
Paulus Schoutsen
b8e4db9161
Script entities to allow passing in variables
2016-04-21 22:24:23 -04:00
Paulus Schoutsen
26863284b6
Script helper: support variables
2016-04-21 21:42:20 -04:00
Paulus Schoutsen
09a771a026
Move script component tests to script helper tests
2016-04-21 21:29:28 -04:00
Paulus Schoutsen
f76d545a08
Add script logic into helper.
2016-04-21 21:06:05 -04:00
Paulus Schoutsen
4e568f8b99
Automation: Add trigger context and expose to action
2016-04-21 13:59:42 -07:00
Paulus Schoutsen
c4913a87e4
Alexa: Expose intent variables to service calls
2016-04-21 12:27:23 -07:00
Paulus Schoutsen
4acb121689
Allow variables in service.call_from_config
2016-04-21 12:22:19 -07:00
Daniel Høyer Iversen
3318c55c65
Heat control config validation
...
* heat control configuration validation
* fix heat contol test
2016-04-21 07:59:35 -07:00
Paulus Schoutsen
2e79e9d5bb
Correct celcius to celsius ( #1860 )
2016-04-19 20:30:44 -07:00
Brad Johnson
09693bf16c
Upgrading to python-wink 0.7.4 and improving RGB color support in HA ( #1832 )
2016-04-17 19:07:21 -07:00
MartinHjelmare
ca2d969198
Fix field type conflict in influxdb
...
* Add STATE_UNAVAILABLE to states that are ignored when writing to the
database. This will avoid a field type error for string if the field
already contains a different type, eg integer.
* Add test for ignored states for influxdb.
* Clean up influxdb tests.
2016-04-16 20:25:39 +02:00
Paulus Schoutsen
68d92c3196
Use standardised datetime format
2016-04-16 01:46:50 -07:00
Justyn Shull
bf3b77e1f2
Change sqlite queries to work with older versions of sqlite
2016-04-15 21:18:51 -05:00
Justyn Shull
d5ca97b1f6
Add tests for purging old states and events
2016-04-15 21:02:17 -05:00
Jan Harkes
d6f3123937
Service validation for logbook component.
2016-04-13 12:35:07 -04:00
Jan Harkes
d90f31bf6e
Config and service validation for shell_command component.
2016-04-13 12:35:07 -04:00
Jan Harkes
241735c924
Change local library path from {config_dir}/lib to {config_dir}/deps. ( #1799 )
...
Just on the off chance that someone who happens to run as root and also
doesn't correctly parse "just remove config /lib and restart".
2016-04-11 20:07:50 -07:00
Daniel Høyer Iversen
769d958464
Config validation for rfxtrx sensor ( #1780 )
2016-04-10 16:05:32 -07:00
Paulus Schoutsen
4f834ba3f1
Make all entity_ids lowercase ( #1786 )
2016-04-10 15:20:20 -07:00
Daniel Høyer Iversen
d3493c7e5a
Config validation of yr sensor ( #1767 )
2016-04-10 10:43:05 -07:00
Joel Asher Friedman
9808c0e3fd
mqtt garage door component ( #1742 )
2016-04-09 20:31:53 -07:00
Paulus Schoutsen
b87e2437aa
Prevent device tracker from creating invalid YAML ( #1774 )
2016-04-09 13:38:51 -07:00
Jan Harkes
446d367aeb
Accept group without entities in configuration. ( #1768 )
...
* Accept group without entities in configuration.
People seem to use these as placeholders for future expansion of their
home automation dreams, and we used to accept them. We still have to
specify at least one of 'name', 'view' or 'icon' so that the group is
parsed as a dictionary.
* Also accept empty entities: key in a group.
* Additional fix for empty entities value in a group config.
2016-04-09 09:24:18 -07:00
Jan Harkes
3aa4727b18
Fix for MQTT config validation on the protocol field. ( #1765 )
2016-04-09 09:03:41 -07:00
Paulus Schoutsen
2ec9cc15f4
Build frontend
2016-04-08 21:28:59 -07:00