Commit Graph

1184 Commits (bbf3bbcd4b6bc87f0cd4ae4bcb7f4774803175cb)

Author SHA1 Message Date
Fabian Affolter 2d1b934a1c minor updates 2015-05-20 18:30:57 +02:00
Fabian Affolter 9392f9b512 use throttle as balloob suggested 2015-05-20 18:30:57 +02:00
Fabian Affolter 397336e03c switch to list for options 2015-05-20 18:30:57 +02:00
Fabian Affolter 61148d8215 add throttle, rename variable, fix pylint issues 2015-05-20 18:30:57 +02:00
Fabian Affolter 4bed8647ac add bitcoin sensor 2015-05-20 18:30:57 +02:00
Fabian Affolter 022f6608b9 add blockchain as requirement 2015-05-20 18:30:57 +02:00
Fabian Affolter 827fd4d070 add bitcoin sensor 2015-05-20 18:30:57 +02:00
Alfie "Azelphur" Day 2b444b0a28 And fix the part where I'm being stupid 2015-05-20 18:30:57 +02:00
Alfie "Azelphur" Day f52412df41 More pylint fixes 2015-05-20 18:30:56 +02:00
Alfie "Azelphur" Day 0e9dc61805 Fix some code styling violations 2015-05-20 18:30:56 +02:00
Alfie "Azelphur" Day 6132ed1967 Add ledcontroller to requirements.txt 2015-05-20 18:30:56 +02:00
Alfie "Azelphur" Day 5b1c372fdf Add configuration.yaml example in the header 2015-05-20 18:30:56 +02:00
Alfie "Azelphur" Day c97ab456f2 Add basic support for LimitlessLED 2015-05-20 18:30:56 +02:00
Paulus Schoutsen 0466ae5e07 Merge pull request #134 from jamespcole/http-sessions
Added basic http sessions for authentication
2015-05-20 07:52:54 -07:00
jamespcole 26987148b5 Merge remote-tracking branch 'upstream/dev' into http-sessions
Merged in the latest upstream changes
2015-05-20 17:14:01 +10:00
jamespcole 5606d4bb12 fixed session error during automated tests 2015-05-20 17:13:13 +10:00
Paulus Schoutsen 5baf16ad6e Polymer .9: convert dev tools 2015-05-19 23:38:32 -07:00
jamespcole a8e7903f39 refactored the session store into a separate class 2015-05-19 19:18:41 +10:00
Paulus Schoutsen 33122701b9 Polymer .9: Convert History 2015-05-18 23:49:48 -07:00
Paulus Schoutsen f517445d36 Polymer .9: Remove workaround in sidebar 2015-05-18 18:43:32 -07:00
Paulus Schoutsen 9d41958b3a Merge pull request #135 from Azelphur/master
Add basic support for LimitlessLED
2015-05-18 18:40:35 -07:00
Alfie "Azelphur" Day 7087c20c4f
And fix the part where I'm being stupid 2015-05-19 02:33:37 +01:00
Alfie "Azelphur" Day cb54fb5a64
More pylint fixes 2015-05-19 02:31:30 +01:00
Alfie "Azelphur" Day e2b08a1758
Fix some code styling violations 2015-05-19 02:09:34 +01:00
Alfie "Azelphur" Day c43e014304
Add ledcontroller to requirements.txt 2015-05-19 01:58:16 +01:00
Alfie "Azelphur" Day 9c7f1d94c0
Add configuration.yaml example in the header 2015-05-19 01:55:37 +01:00
Alfie "Azelphur" Day a86852fe90
Add basic support for LimitlessLED 2015-05-19 00:27:09 +01:00
jamespcole 80f0c42844 Refactored session handling into a separate class 2015-05-19 03:57:35 +10:00
James Cole 0a78b02bf1 Merge pull request #133 from jamespcole/vera-fixes
Vera fixes for UI7 firmware update
2015-05-19 03:09:46 +10:00
jamespcole dba9f8854f Removed conversion to local time from UTC for last_tripped_time for vera sensors and switches 2015-05-19 00:31:59 +10:00
jamespcole 8431fd822f Fixed flake8 blank line error 2015-05-19 00:08:02 +10:00
jamespcole be0f11b1a5 Updated example config with new session config option 2015-05-18 23:56:22 +10:00
jamespcole 721dc6dae4 Addd basic http sessions to the http component 2015-05-18 23:54:32 +10:00
jamespcole 39dee9d17c Merge branch 'dev-clean' into vera-fixes
Merged with upstream changes
2015-05-18 19:27:21 +10:00
jamespcole 1d7d0ea2d4 updated vera submodule to the latest version for the UI7 formware update 2015-05-18 19:18:53 +10:00
jamespcole 1c47ade641 Updated with new switch category for UI7 firmware update and fixed excpetion when trippable sensor has never been tripped 2015-05-18 18:54:25 +10:00
Paulus Schoutsen 52895658e5 Polymer .9: convert logbook 2015-05-18 00:16:57 -07:00
Paulus Schoutsen c3645e463e Polymer .9: convert state cards 2015-05-17 23:09:25 -07:00
Paulus Schoutsen 4576a1d245 Polymer .9: show basic state cards 2015-05-17 22:08:42 -07:00
Paulus Schoutsen 313eb71b17 Polymer .9: sidebar 2015-05-17 13:31:48 -07:00
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