Stefan Jonasson
d3e9a22759
Added pylint hint!
2015-09-21 08:14:11 +02:00
Stefan Jonasson
34f36479c6
Fix states not updating after command was sent!
2015-09-20 21:29:38 +02:00
Stefan Jonasson
a60a9202a5
cleanup
2015-09-20 14:17:32 +02:00
Stefan Jonasson
ab81231e6d
Changed flow so we got one callback per platorm instead of per device which caused race conditions in the telldus library.
2015-09-20 14:11:42 +02:00
Paulus Schoutsen
6e96f915f6
Merge pull request #411 from stefan-jonasson/tellstick_callbacks
...
Fix for issue: #204
2015-09-19 22:54:48 -07:00
Paulus Schoutsen
2332548cf4
Update version to 0.7.4dev
2015-09-19 21:19:45 -07:00
Paulus Schoutsen
9318b36ac2
0.7.3 release
2015-09-19 21:17:10 -07:00
Paulus Schoutsen
46f6653183
New version frontend
2015-09-19 21:16:47 -07:00
Paulus Schoutsen
6352f10d9e
Device tracker minor tweak
2015-09-19 21:02:54 -07:00
Paulus Schoutsen
2a3b911d7b
Remove debug statement
2015-09-19 21:02:38 -07:00
Paulus Schoutsen
85489010bc
Merge pull request #404 from stefan-jonasson/automation_confg_list
...
Automation confg lists
2015-09-19 20:53:26 -07:00
Stefan Jonasson
60d8266ce0
Fix for issue:
...
Tellstick switches status changes aren't realtime #204
2015-09-20 00:57:04 +02:00
Paulus Schoutsen
1771f8b1b3
Fix logbook crashing on custom state_changed events
2015-09-19 13:13:28 -07:00
Paulus Schoutsen
8cd1c42e80
Merge pull request #407 from balloob/testing-upgrade
...
Fix CI
2015-09-19 12:55:09 -07:00
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
79cdda2bd9
Merge pull request #406 from balloob/automation-action-config
...
Change automation action config keys
2015-09-19 10:42:37 -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
be9cfbdeb0
Fixed docblock
2015-09-19 14:45:56 +02:00
Fabian Affolter
a32229b4ce
Allow decimal numbers (Thanks @luxus)
2015-09-19 11:48:24 +02:00
Stefan Jonasson
e4c5108c9d
Implemented configuration loading from
2015-09-18 18:12:27 +02:00
Fabian Affolter
b33714bca3
Fix default value for correction_factor (Thanks @luxus)
2015-09-18 16:41:35 +02:00
Fabian Affolter
722af9014d
Update import style
2015-09-18 16:25:52 +02:00
Paulus Schoutsen
4371355be1
Better errors on time automation trigger
2015-09-17 23:12:55 -07:00
Paulus Schoutsen
7c549db2d6
Merge pull request #386 from SEJeff/quiet-logging
...
[RFC] Quiet logging
2015-09-17 08:48:00 -07:00
Jon Maddox
e0c1885a71
add blank line
2015-09-17 03:52:04 -04:00
Jon Maddox
d25a42426a
add a way to restart on os x
2015-09-17 03:25:36 -04:00
Paulus Schoutsen
3ed102cd88
Merge pull request #388 from stefan-jonasson/dev
...
[Bugfix] - Time trigger fired all the time when using the "from" param
2015-09-17 00:10:13 -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
Paulus Schoutsen
3947ed3c2b
Merge pull request #389 from balloob/pip-fixes
...
Fix pip not detecting package installed
2015-09-16 23:38:59 -07:00
Stefan Jonasson
1a00d4a095
pylint fix
2015-09-17 08:35:18 +02:00
Fabian Affolter
ccecc0181d
Remove blank line
2015-09-17 08:34:26 +02:00
Fabian Affolter
e90dbad37e
Update docstrings
2015-09-17 08:34:10 +02:00
Fabian Affolter
8ec0c36457
Fix return value
2015-09-17 08:29:50 +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
Paulus Schoutsen
4ad4d74ed4
Fix pip not detecting package installed
2015-09-16 23:18:47 -07:00
Jeff Schroeder
550f31d4c3
Quiet down some of the logging in the sonos platform
...
This is due to the soco library logging very excessively and it using
requests to connect to each Sonos speaker every 10 seconds (by default).
This makes the logs much more pleasant to use for finding real issues.
2015-09-16 23:11:57 -05:00
Jeff Schroeder
7e42b35b62
Set logging of SQL queries to sqlite as debug log messages
2015-09-16 23:11:57 -05:00
Stefan Jonasson
9b96471182
Fixed after param
2015-09-16 22:46:21 +02:00
Paulus Schoutsen
3c3eadbef5
Update frontend with alarm ui
2015-09-16 08:59:42 -07:00
Paulus Schoutsen
f375bc527a
Merge pull request #358 from persandstrom/alarmui
...
Alarm Control Panel
2015-09-16 08:56:03 -07:00
Paulus Schoutsen
6de04d78ed
Merge pull request #381 from heathbar/foscam-support
...
Foscam support
2015-09-15 23:37:33 -07:00
Paulus Schoutsen
86aea83f64
Device tracker improvements
2015-09-15 23:35:28 -07:00
Heath Paddock
98feb3cd93
Fixed pylint errors
2015-09-16 00:40:51 -05:00