pavoni
aff1c27372
Remove unused and potentially confusing property
2015-11-29 20:45:03 +00:00
pavoni
73e3ce5044
Fix bug
2015-11-29 12:18:54 +00:00
pavoni
f4c3fbe8fd
Add attribuet config to numeric state platform to allow trigger based in attributes rather than states.
2015-11-29 11:56:47 +00:00
pavoni
41a0f2c198
Add elevation attribute
2015-11-29 10:47:20 +00:00
Paulus Schoutsen
05978ad88d
Update discovery component to netdisco 0.5.2
2015-11-28 01:36:42 -08:00
Paulus Schoutsen
1146d6e58d
Allow thermostat temperatures with decimal numbers
2015-11-28 01:18:02 -08:00
Paulus Schoutsen
6809a881fa
Tweak MQTT Motor component
2015-11-28 01:02:35 -08:00
Paulus Schoutsen
9f01d7abca
Merge branch 'pr/655' into dev
2015-11-28 00:55:22 -08:00
Paulus Schoutsen
bbfeba0fe4
Merge branch 'pr/635' into dev
...
Conflicts:
requirements_all.txt
2015-11-28 00:50:18 -08:00
Paulus Schoutsen
ad3f96fa25
Merge pull request #672 from balloob/some-cleanup
...
Make component dependencies optional
2015-11-27 15:08:22 -08:00
Paulus Schoutsen
93c86ca5a1
Merge pull request #670 from pavoni/bump_pywemo
...
Bump pywemo version
2015-11-27 13:08:12 -08:00
pavoni
bbf73e0bae
Bump pywemo version - fixed scan device = None bug
2015-11-27 19:05:15 +00:00
Paulus Schoutsen
47eb4e76cf
Merge pull request #669 from pavoni/handle-efergy_value_error
...
Trap and trace error rather than throwing exception when efergy server
2015-11-27 10:27:45 -08:00
Paulus Schoutsen
ada612e09d
Merge pull request #668 from pavoni/handle_vera_timeout
...
Add exception handler for vera timeout
2015-11-27 10:23:19 -08:00
pavoni
00f0dfb971
Trap and trace error rather than throwing exception when efergy server
2015-11-27 18:21:26 +00:00
pavoni
7204bc018f
Add exception handler for vera timeout
2015-11-27 11:43:43 +00:00
Paulus Schoutsen
fabd0ced3f
Make DEPENDENCIES optional for components
2015-11-26 13:11:59 -08:00
Paulus Schoutsen
2861bbb02c
Warn if config invalid shape for script
2015-11-26 13:08:13 -08:00
Paulus Schoutsen
4c3d6981a6
Merge pull request #661 from bachp/mqtt-retain
...
Allow setting the retain flag for mqtt switch.
2015-11-26 12:19:52 -08:00
Pascal Bach
341c3a8fcd
Fix tests for mqtt publish with retain.
2015-11-26 21:03:21 +01:00
Pascal Bach
69e9d39690
Allow setting the retain flag for mqtt switch.
...
Some devices can read the initial value on startup.
If the retain flag is set they always receive the value as last set by
home assistant.
2015-11-26 21:03:21 +01:00
Paulus Schoutsen
65f3e7ccf4
Merge pull request #652 from bachp/arest-function
...
Function support for aREST backend
2015-11-26 11:55:24 -08:00
Pascal Bach
067011af15
function support for aREST backend
...
The implementation sends /<name>?params=1 for turn_on and /<name>?params=0 for turn_off
It uses the return value of the function to determine the current state.
0=Off, 1=On
2015-11-26 20:45:07 +01:00
Paulus Schoutsen
271c2f6537
Merge pull request #664 from fabaff/mystrom-switch
...
myStrom switch
2015-11-26 09:43:55 -08:00
Fabian Affolter
f2f598bd26
Use host as config var instead of resource
2015-11-26 16:37:00 +01:00
sfam
4f75286f64
fix some comments
2015-11-26 09:38:25 +00:00
Paulus Schoutsen
c4d4dcccb7
Merge pull request #665 from badele/rfxtrx_event
...
Add should_fire_event in rfxtrx component
2015-11-25 23:40:39 -08:00
badele
128e3bb762
Move import module
2015-11-26 08:27:31 +01:00
badele
a33220db7f
Fix pylint style
2015-11-26 08:12:04 +01:00
badele
4bd0db30c9
Add should_fire_event in rfxtrx component
2015-11-26 07:52:37 +01:00
sfam
0dbf4b3c10
add const.py changes to commit
2015-11-25 18:20:16 +00:00
sfam
08ba71a359
rename component to motor and services to open/close/stop
2015-11-25 18:13:39 +00:00
Fabian Affolter
1bebb17e9f
Not need to raise exception
2015-11-25 18:14:19 +01:00
Fabian Affolter
e45ef0013b
Catch connection timeout
2015-11-25 18:07:29 +01:00
Fabian Affolter
9dfa4ea233
Add mystrom switch
2015-11-25 17:21:31 +01:00
Fabian Affolter
a8ddae9343
Add myStrom switch platform
2015-11-25 17:21:11 +01:00
Fabian Affolter
3e60c4801c
Update docstrings
2015-11-25 08:56:50 +01:00
Fabian Affolter
bc106bcb10
Move configuration details to docs
2015-11-25 08:48:27 +01:00
Paulus Schoutsen
6f3cebdacf
Merge pull request #657 from goir/thermostat_homematic
...
Added support for Homematic thermostat
2015-11-24 21:38:23 -08:00
Goir
b0fa80ad4c
Added support for Homematic thermostat
2015-11-24 21:23:12 +01:00
nkgilley@gmail.com
067b5862c0
bug fixes
2015-11-24 09:29:33 -05:00
sfam
351430c1b3
move current_position to RollershutterDevice class
2015-11-24 10:41:39 +00:00
sfam
e001ea913a
add __init__.py to test folder
2015-11-24 08:03:02 +00:00
Paulus Schoutsen
901b9075dc
Merge pull request #658 from bachp/arest-logargs
...
Fix order of log arguments for arest switch
2015-11-23 20:53:39 -08:00
Paulus Schoutsen
d141306493
Update Dockerfile to depend on Python 3.4 instead of latest
2015-11-23 20:42:32 -08:00
Paulus Schoutsen
6c12580b69
Merge pull request #659 from allanglen/improve-dockerfile
...
Re-order Dockerfile for faster rebuild on code changes
2015-11-23 20:42:08 -08:00
Pascal Bach
0d3a099926
arest: fix order argument order of log messages
2015-11-23 21:46:47 +01:00
Allan Glen
09a82dedf0
Re-order Dockerfile for faster rebuild on code changes
2015-11-23 11:58:59 -07:00
nkgilley@gmail.com
80e829f53a
was getting errors for NETWORK being None. looked like it was being loaded too early, so this will wait until it's ready
2015-11-23 11:52:02 -05:00
nkgilley@gmail.com
27bc4c582b
update network data before sensor setup.
2015-11-23 11:40:54 -05:00