Paulus Schoutsen
|
85df9e98bd
|
Merge pull request #922 from balloob/mqtt-fixes
Fix MQTT reconnecting
|
2016-01-19 08:45:49 -08:00 |
Erik
|
d43101f22a
|
fix issue where sensors and switches were duplicated because of component getting initialized twice. closes #913
|
2016-01-18 19:41:41 +01:00 |
Paulus Schoutsen
|
7ac648d0ab
|
Merge pull request #889 from Bart274/dev
Create command_sensor.py
|
2016-01-18 07:47:00 -08:00 |
Bart274
|
3b42390062
|
Update command_sensor.py
|
2016-01-18 13:48:09 +01:00 |
Bart274
|
a80917f530
|
Update command_sensor.py
|
2016-01-18 09:24:38 +01:00 |
Paulus Schoutsen
|
8fbb585874
|
Fix MQTT reconnecting
|
2016-01-17 21:39:25 -08:00 |
Ryan Kraus
|
027d97321f
|
Merge pull request #911 from rmkraus/service-toggle
Added toggle service
|
2016-01-17 21:11:35 -05:00 |
Paulus Schoutsen
|
a9c6f8c1d9
|
Enforce entity attribute types
|
2016-01-17 17:50:20 -08:00 |
Paulus Schoutsen
|
06b4fcc2cf
|
Fix lint errors
|
2016-01-17 16:36:25 -08:00 |
Paulus Schoutsen
|
6dc2501116
|
ps - fix RPi GPIO imports
|
2016-01-17 16:29:41 -08:00 |
Joseph Hughes
|
4ca4941c82
|
fix pylint errors in sensor/nest
|
2016-01-16 12:56:38 -07:00 |
Joseph Hughes
|
4dbd84ead0
|
make sure everything inherits from NesSensor
|
2016-01-16 12:53:42 -07:00 |
Joseph Hughes
|
0495776a22
|
merge upstream dev
|
2016-01-16 12:52:22 -07:00 |
Joseph Hughes
|
dd35551047
|
fix order of inhertiance
|
2016-01-16 12:47:08 -07:00 |
Paulus Schoutsen
|
880bd011a9
|
Merge pull request #908 from persandstrom/verisure_code_digits
Verisure - code digits settings
|
2016-01-16 09:04:53 -08:00 |
Paulus Schoutsen
|
7de91a270a
|
Merge pull request #905 from Xorso/alarmdotcom_bugfix
Alarmdotcom bugfix
|
2016-01-16 08:48:07 -08:00 |
Paulus Schoutsen
|
09973abe8a
|
Merge pull request #897 from balloob/input-boolean
New component: input_boolean
|
2016-01-16 08:47:29 -08:00 |
Ryan Kraus
|
342a819fd4
|
Added toggle service
Added a toggle service to the homeassistant, light, switch, and
media_player domains.
|
2016-01-16 10:45:05 -05:00 |
Per Sandström
|
78742c016b
|
code digits settings
|
2016-01-16 15:12:54 +01:00 |
pavoni
|
be23c6c86d
|
Bump pywemo version.
|
2016-01-16 11:35:17 +00:00 |
Daren Lord
|
a194c4f1bd
|
Merge branch 'dev' of https://github.com/balloob/home-assistant into alarmdotcom_bugfix
|
2016-01-15 22:16:01 -07:00 |
Daren Lord
|
edb24add6b
|
Fixed but when alarm is trying to change state the state gets updated and changes the page.
|
2016-01-15 22:15:31 -07:00 |
Paulus Schoutsen
|
bc88985889
|
Merge pull request #901 from philipbl/ssl
Increase security of using SSL
|
2016-01-15 17:32:51 -08:00 |
Greg Dowling
|
3d27dd3ec4
|
Merge pull request #902 from balloob/fix_vera_sensor_subscriptions
Another Vera fix
|
2016-01-15 21:46:27 +00:00 |
pavoni
|
c2f5eb3073
|
Missed change.
|
2016-01-15 21:42:51 +00:00 |
pavoni
|
541b268721
|
Update to use refactored pyvera, fixes subscription issues - esp sensors.
|
2016-01-15 21:30:58 +00:00 |
Philip Lundrigan
|
fdbb409331
|
Increase security of using SSL
|
2016-01-15 13:39:54 -07:00 |
Philip Lundrigan
|
f96c5aa62f
|
Fix bug in locative logic
|
2016-01-15 13:19:53 -07:00 |
sfam
|
48b6c5b5cb
|
fix import BinarySensorDevice
|
2016-01-15 18:14:46 +00:00 |
sfam
|
d8d59d9a66
|
remove rpi_gpio sensor
|
2016-01-15 18:05:48 +00:00 |
sfam
|
7c925ac295
|
update comments
|
2016-01-15 16:53:46 +00:00 |
sfam
|
8617b92d1b
|
Update RPi.GPIO version and code refactoring
|
2016-01-15 16:53:45 +00:00 |
Paulus Schoutsen
|
bb80e3a9fc
|
Merge pull request #898 from balloob/vera_fixes
Vera fixes
|
2016-01-15 07:43:03 -08:00 |
Joseph Hughes
|
80023f62d9
|
Merge remote-tracking branch 'upstream/dev' into nest_sensor
# Conflicts:
# .coveragerc
# requirements_all.txt
|
2016-01-15 08:18:16 -07:00 |
Joseph Hughes
|
9617288bd5
|
multiple inheritance for nest binary sensor
|
2016-01-15 08:16:33 -07:00 |
pavoni
|
4fd79afa42
|
Bump pyvera version.
|
2016-01-15 11:45:17 +00:00 |
pavoni
|
719f9a63d9
|
Fix style issue
|
2016-01-15 10:52:58 +00:00 |
pavoni
|
4bc33d0352
|
Bump pyvera version.
|
2016-01-15 10:34:14 +00:00 |
pavoni
|
c4e1035638
|
Add humidity sensor, add units for humidity and light sensors.
|
2016-01-15 09:21:48 +00:00 |
Bart274
|
d40e889d3b
|
Update command_sensor.py
Importing CommandSensorData from the command_sensor in sensors in order not to duplicate code
|
2016-01-15 09:01:58 +01:00 |
Fabian Affolter
|
90c2aed7b4
|
Update docstrings
|
2016-01-15 08:55:59 +01:00 |
Fabian Affolter
|
5108602de3
|
Update link to docs and docstrings
|
2016-01-15 08:55:59 +01:00 |
Paulus Schoutsen
|
5ee17ffc58
|
Update frontend
|
2016-01-14 23:47:55 -08:00 |
Paulus Schoutsen
|
6b899ddc1d
|
100% test coverage for input_boolean
|
2016-01-14 23:25:25 -08:00 |
Paulus Schoutsen
|
0a711922ef
|
Remove unnecessary instance variable
|
2016-01-14 23:19:08 -08:00 |
Paulus Schoutsen
|
475b631d9c
|
Initial version input_boolean
|
2016-01-14 23:18:52 -08:00 |
Paulus Schoutsen
|
40c75f0a51
|
Merge pull request #887 from sdague/dev
Add support for Proliphix thermostat
|
2016-01-14 22:03:09 -08:00 |
Paulus Schoutsen
|
1dd99a6d5d
|
Update frontend
|
2016-01-14 22:02:02 -08:00 |
Paulus Schoutsen
|
bed9b038c8
|
Merge pull request #856 from w1ll1am23/Wink_power_strip_support
Wink power strip support
|
2016-01-14 19:23:41 -08:00 |
Joseph Hughes
|
9210c57c2d
|
Fix lint errors and PR comments
|
2016-01-14 14:32:43 -07:00 |