92846 Commits

Author SHA1 Message Date
Paulus Schoutsen
8f51741c65 Merge pull request #131 from andythigpen/yaml-include
Fix issues with YAML include tag.
2015-05-16 11:45:42 -07:00
Andrew Thigpen
fc560d179e Fix issues with YAML include tag.
Calling load_yaml_config_file(config_path) causes issues when trying to
load from multiple files in a directory since config_path is modified in
the closure.

This also separates the parse code block into its own function so that
there is no restriction that the object be a dictionary for included
files.  This means that scalars, lists, etc. can also be stored in
separate files -- for example, the scene component expects a list.
2015-05-16 11:52:27 -05:00
Paulus Schoutsen
8d6bbb8c1a Polymer .9: foundation + login form 2015-05-16 02:24:06 -07:00
Paulus Schoutsen
e0d697d0bc Default to UTC if invalid timezone specified 2015-05-15 23:28:16 -07:00
Paulus Schoutsen
f3f2240e4a Remove usage of deprecated hass.local_api in __main__ 2015-05-15 23:28:16 -07:00
Paulus Schoutsen
e3e64a3a18 Merge pull request #130 from andythigpen/yaml-include
Add include YAML tag.
2015-05-15 22:34:50 -07:00
Andrew Thigpen
6ef60aa979 Add include YAML tag.
Allows including other files in the main configuration.yaml file.  With
this functionality, passwords or other sensitive information can be
stored in a separate file from the main configuration.
2015-05-15 20:10:30 -05:00
Paulus Schoutsen
00664ac601 Merge pull request #121 from balloob/dev
Update master with latest changes
2015-05-14 22:50:22 -07:00
Paulus Schoutsen
a4e0a7f235 Fix platform discovery not working 2015-05-14 21:36:12 -07:00
Paulus Schoutsen
ae0cf49560 UTC upgrades for scheduler, nmap tracker, dsl_trigger 2015-05-14 21:07:15 -07:00
Paulus Schoutsen
cd2b9ce975 Merge pull request #127 from andythigpen/mysensors-config
Update mysensors component to read debug, persistence values.
2015-05-14 17:30:31 -07:00
Paulus Schoutsen
3f8fd8aa09 Merge pull request #126 from andythigpen/script-utc
Fix UTC issue with script component.
2015-05-14 17:30:26 -07:00
Andrew Thigpen
8b8cb28259 Update mysensors component to read debug, persistence values. 2015-05-14 19:02:10 -05:00
Andrew Thigpen
ef138bb132 Fix utc issue with script component. 2015-05-14 18:54:13 -05:00
Fabian Affolter
fdb46d80ba Update documentation 2015-05-13 19:06:17 -07:00
Paulus Schoutsen
6b0e29ad55 Update git submodules 2015-05-13 00:14:50 -07:00
Paulus Schoutsen
8248dfa004 Merge pull request #122 from fabaff/beat
Add beat and utc to time_date sensor
2015-05-12 23:40:45 -07:00
Fabian Affolter
80f2ac5c3c add title to header 2015-05-13 08:17:38 +02:00
Fabian Affolter
7eaa8a3f16 fix typo 2015-05-13 08:15:53 +02:00
Fabian Affolter
1776430f6b fix typo 2015-05-13 08:14:00 +02:00
Fabian Affolter
584d3ea272 add utc and beat, use more appropriate variable names 2015-05-12 20:28:04 +02:00
Paulus Schoutsen
52f5c45ca8 Merge pull request #120 from balloob/chore-platform-dependencies
Allow platforms to specify dependencies.
2015-05-12 07:47:41 -07:00
Paulus Schoutsen
c523a0b509 Improve error message when prepare_setup_platform fails. 2015-05-11 22:29:53 -07:00
Paulus Schoutsen
4eeaa16f16 Convert some double to single quotes. 2015-05-11 22:23:38 -07:00
Paulus Schoutsen
e630476f9f Allow platforms to specify dependencies 2015-05-11 22:23:20 -07:00
Paulus Schoutsen
d7ab76106d Merge pull request #119 from balloob/feature-recorder-states-store-eventid
Recorder saves which event caused state change
2015-05-11 19:56:18 -07:00
Fabian Affolter
44045a02f2 update header 2015-05-11 18:06:25 +02:00
Fabian Affolter
6b42227b13 update header 2015-05-11 18:06:12 +02:00
Fabian Affolter
61e1f56922 update header 2015-05-11 18:05:58 +02:00
Fabian Affolter
2539c93783 update header 2015-05-11 18:05:46 +02:00
Fabian Affolter
8f5a9859c3 update header 2015-05-11 18:05:35 +02:00
Fabian Affolter
21e2898868 fix typo 2015-05-11 17:27:25 +02:00
Fabian Affolter
69cc3c8261 add ddwrt 2015-05-11 17:26:18 +02:00
Paulus Schoutsen
df18acbabb Recorder saves which event caused state change 2015-05-10 23:41:42 -07:00
Paulus Schoutsen
c719e7dc31 Allow config.path to take multiple arguments 2015-05-10 23:05:37 -07:00
Paulus Schoutsen
0a28f3f648 Merge pull request #115 from fabaff/xmpp
Xmpp notifications
2015-05-10 22:57:41 -07:00
Fabian Affolter
67ca009690 update header 2015-05-10 23:49:09 +02:00
Fabian Affolter
ec0dd39220 update header 2015-05-10 23:45:47 +02:00
Fabian Affolter
379171e302 update header 2015-05-10 23:44:27 +02:00
Fabian Affolter
24499d7bed update header 2015-05-10 23:43:37 +02:00
Fabian Affolter
2ab1ce7b83 update title in header 2015-05-10 23:27:22 +02:00
Fabian Affolter
76fd70657a remove deprecated parameter 2015-05-10 23:22:06 +02:00
Fabian Affolter
f103d5964e remove deps of sleekxmpp 2015-05-10 23:20:36 +02:00
Fabian Affolter
7b0765e064 add xmpp.py 2015-05-10 22:23:25 +02:00
Fabian Affolter
07b5f3d597 initial xmpp nofication platform 2015-05-10 22:23:25 +02:00
Fabian Affolter
0e9685e55f add requirements for xmpp notifications 2015-05-10 22:23:25 +02:00
Paulus Schoutsen
b6c88b1a6c Merge pull request #116 from fabaff/time-date
Time date sensor
2015-05-08 13:51:58 -07:00
Fabian Affolter
9f042db0f5 call dt_util.now() only once, add additional format 2015-05-08 18:50:57 +02:00
Fabian Affolter
03993cd5fa fix if and remove tz 2015-05-08 18:39:28 +02:00
Fabian Affolter
079ec43291 remove list 2015-05-08 18:31:48 +02:00