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
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
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
Paulus Schoutsen
7acb3dffe4
Merge pull request #653 from balloob/mqtt-disconnect
...
Reconnect when disconnected from MQTT
2015-11-22 16:08:30 -08:00
Paulus Schoutsen
1bda0bd73b
Add some MQTT tests
2015-11-22 16:04:16 -08:00
Paulus Schoutsen
f170799182
Reconnect when disconnected from MQTT
2015-11-22 15:19:51 -08:00
Paulus Schoutsen
d4f0f0ffd3
Update automation url in warning
2015-11-22 15:10:24 -08:00
Paulus Schoutsen
7f1254d750
Merge pull request #647 from mcdeck/dev
...
Support for json messages in mqtt switches and sensors
2015-11-22 11:22:56 -08:00
Oliver van Porten
100400f149
move requirements to single line to not to affect coverage
2015-11-22 16:28:21 +01:00
Oliver van Porten
90681c2dc9
fix incorrect requirements
2015-11-22 16:19:08 +01:00
Oliver van Porten
dbcd055cfe
move import of jsonpath-rw to c'tor of _JsonFmtParser
2015-11-22 16:18:05 +01:00
Paulus Schoutsen
d6feb82f9b
Merge branch 'pr/634' into dev
...
Conflicts:
requirements_all.txt
2015-11-21 23:22:47 -08:00
Paulus Schoutsen
fc0e76764d
Merge pull request #645 from fabaff/arest-binary-sensor
...
aREST binary sensor
2015-11-21 22:38:48 -08:00
Paulus Schoutsen
64c9619d75
Merge pull request #646 from fabaff/mqtt-binary-sensor
...
MQTT binary sensor
2015-11-21 22:31:17 -08:00
Paulus Schoutsen
ee73bc9ad4
Merge pull request #642 from bburan/bburan/openzwave-config-fix
...
Fix issue with finding location of OpenZWave conf
2015-11-21 12:10:20 -08:00
Oliver van Porten
715abf241e
Disable pylint warning for callable classes
2015-11-21 17:57:15 +01:00
miniconfig
f37d0d1c20
Updated wink library version in requirements_all.txt
2015-11-21 09:52:43 -05:00
Brad Buran
0621260435
Fix issue with finding location of OpenZWave conf
...
Under some install scenarios, it may be possible that OpenZWave can't
automatically discover the location of the vendor-specific XML config
files. In this event, we need to specify the location in the Home
Assistant configuration.yaml file.
2015-11-20 19:47:29 -08:00
Oliver van Porten
427944cc44
add test for mqtt+json switch
2015-11-20 23:50:46 +01:00
Fabian Affolter
422a93e735
Add tests for MQTT binary sensor
2015-11-20 23:48:59 +01:00
Fabian Affolter
b4ee3f73b4
Add aREST binary sensor and fix ordering
2015-11-20 23:47:49 +01:00
Oliver van Porten
820b2a31b3
Add additional unit tests for mqtt state format parsing
2015-11-20 23:47:21 +01:00
Fabian Affolter
08d29d3630
Add MQTT binary sensor
2015-11-20 23:43:59 +01:00
Oliver van Porten
44714614ad
Fix unit tests for mqtt
2015-11-20 23:42:22 +01:00
Fabian Affolter
065f4b7c20
Add binary sensor for aREST
2015-11-20 23:39:39 +01:00
Oliver van Porten
030686a978
fix flak8 warnings
2015-11-20 22:55:52 +01:00
Oliver van Porten
799043dc0a
refactor format mqtt format parser
2015-11-20 22:45:09 +01:00
miniconfig
105dc2847e
Changed locked method of lock support to "is_locked".
...
Added lock and unlock methods
Updated wink components to use the new version of the wink library.
2015-11-20 16:34:27 -05:00
Oliver van Porten
b4cf0e874a
Support parsing mqtt messages via jsonpath
2015-11-20 22:03:17 +01:00
Paulus Schoutsen
3df6c584c0
Update frontend
2015-11-20 08:38:56 -08:00
Paulus Schoutsen
3493db1052
Merge pull request #608 from fabaff/contact
...
Binary sensor component
2015-11-20 08:37:10 -08:00
Fabian Affolter
d254e7e9e5
Fix pylint issue
2015-11-20 15:29:36 +01:00
Fabian Affolter
52344d65bc
Merge branch 'contact' of github.com:fabaff/home-assistant into contact
2015-11-20 15:02:17 +01:00
Fabian Affolter
a6006b1835
Move state
2015-11-20 14:59:21 +01:00
Fabian Affolter
b9730e6914
Binary sensor component
2015-11-20 14:59:21 +01:00
Paulus Schoutsen
037bca041e
Merge pull request #641 from balloob/pushbullet_email
...
Notify/pushbullet - adjustment in supported targets
2015-11-19 22:46:41 -08:00
Tom Duijf
77a1a1529c
Added support for email, removed 'device/' hack to send to all own devices, as own email address does the same
2015-11-19 22:14:41 +00:00
miniconfig
fa7391cdf6
Changed do_lock and do_unlock methods to lock and unlock.
...
Implemented state method.
Fixed locked method for demo interface.
Changed LockDevice to extend Entity instead of ToggleEntity
2015-11-19 16:54:55 -05:00
Paulus Schoutsen
d25f58e650
Merge pull request #631 from balloob/gen-requirements_all
...
Allow generating requirements_all.txt
2015-11-19 12:49:23 -08:00
Paulus Schoutsen
6d315a1a7c
Merge pull request #636 from fabaff/camera-demo
...
Camera demo
2015-11-19 12:11:12 -08:00
Fabian Affolter
685964785d
Add camera to demos
2015-11-19 19:35:51 +01:00
Fabian Affolter
ca32c81612
Camera demo
2015-11-19 19:27:28 +01:00
Fabian Affolter
5f89db5957
Binary sensor component
2015-11-19 19:00:22 +01:00