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
Pascal Bach
0d3a099926
arest: fix order argument order of log messages
2015-11-23 21:46:47 +01: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
nkgilley@gmail.com
cc196d9888
fixed sensors and thermostat. discovery working for both now.
2015-11-23 11:15:19 -05:00
sfam
8269e843f2
Initial commit for rollershutter component
2015-11-23 00:22:43 +00: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
nkgilley@gmail.com
8dc0de1d05
move EcobeeData class and Throttle to the main ecobee component, this way the sensor and thermostat will use the same throttled updating object.
2015-11-21 12:24:06 -05:00
Oliver van Porten
715abf241e
Disable pylint warning for callable classes
2015-11-21 17:57:15 +01: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
nkgilley@gmail.com
44abc31057
work in progress: configurator is now in it's own component. configurator seems to work but the thermostat is now broken.
2015-11-20 17:47:25 -05: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
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
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
Fabian Affolter
4eacea32da
Fix pylint issue
2015-11-19 18:07:54 +01:00
nkgilley@gmail.com
d05af62680
use Throttle like the BitCoin component.
2015-11-18 14:57:27 -05:00
Fabian Affolter
f1fed78992
Fix issue with older glances releases #637 (thanks @jdotbdot)
2015-11-18 19:19:27 +01:00
nkgilley@gmail.com
8df32aac3c
point to updated python-ecobee library
2015-11-18 10:43:52 -05:00
nkgilley@gmail.com
18d0f4461f
add config png to images dir.
2015-11-18 10:16:16 -05:00
nkgilley@gmail.com
c6d1a4bdaf
Fix configurator, rename repo, cleanup code.
2015-11-18 10:13:46 -05:00
Fabian Affolter
ab9e173179
Update docstrings
2015-11-18 08:42:49 +01:00
Nolan Gilley
22fcbc67cf
fix req
2015-11-17 19:20:56 -05:00
Nolan Gilley
e317e0798b
initial commit for ecobee thermostat component.
2015-11-17 19:14:29 -05:00
miniconfig
c78899c4f3
Added support for Locks, including those connected through a wink hub.
2015-11-17 10:17:57 -05:00
Paulus Schoutsen
bca65b620a
Update Vera sensor dependency
2015-11-17 00:34:14 -08:00
Paulus Schoutsen
377d2c6e5a
Allow generating requirements_all.txt
2015-11-17 00:21:49 -08:00
Fabian Affolter
4ea6def1bd
Update docstrings and link to docs
2015-11-16 07:53:31 +01:00
Paulus Schoutsen
b4e2f4f0be
Merge pull request #625 from balloob/enhancement_pushbullet
...
Enhancement: targeted notifications in pushbullet
2015-11-15 16:41:18 -08:00
Tom Duijf
f4d8325084
Pushbullet; code cleanup & better errors on config typos
2015-11-16 00:29:04 +00:00
Tom Duijf
cc5dec3c59
Processed feedback from PR comments
2015-11-15 23:46:16 +00:00
Tom Duijf
aee4411cfb
<type>.<name> split only on first separator
2015-11-15 22:44:51 +00:00
Ryan Kraus
5d96ca133d
Merge pull request #627 from rmkraus/update_notify
...
Updater component
2015-11-15 17:36:55 -05:00
Ryan Kraus
3cda1aacff
Fixed typo in updater entity attributes.
...
Left some quotes in there. My bad.
2015-11-15 17:34:06 -05:00
Ryan Kraus
243130c133
Using ATTR_FRIENDLY_NAME in updater component.
2015-11-15 17:32:05 -05:00
Paulus Schoutsen
0d74b628b0
Merge pull request #623 from balloob/lib-clean-on-upgrade
...
Lib clean on upgrade
2015-11-15 14:30:51 -08:00
Ryan Kraus
c314101dde
Updater suggestions from Paulus
...
1) Moved error checking into get_newest_version function.
2) Fixed import formatting mistake.
2015-11-15 17:30:42 -05:00
Ryan Kraus
919c20a263
Implemented suggestions from Paulus for updater
...
1) Better Error handling when making PyPI requests.
2) More efficient event scheduling.
3) ENTITY_ID in constant
3) friendly_name from constant
2015-11-15 17:23:56 -05:00
Ryan Kraus
9b5385c565
Merge remote-tracking branch 'balloob/dev' into update_notify
...
Conflicts:
homeassistant/components/frontend/version.py
homeassistant/components/frontend/www_static/frontend.html
2015-11-15 17:00:35 -05:00
Ryan Kraus
7dacf01baa
Updating fronted to latest version.
2015-11-15 16:56:33 -05:00
Tom Duijf
9b4650afd4
Added comments
2015-11-15 20:49:42 +00:00
Tom Duijf
0b0fd2490d
Pushbullet; styling, requirements, example
2015-11-15 19:14:10 +00:00
Tom Duijf
3a85bebbf6
pushbullet; styling and minor fixed before PR
2015-11-15 18:57:16 +00:00
Paulus Schoutsen
18f1de10a5
Merge pull request #624 from leoc/feature-zwave-meter-sensor
...
Add Zwave `meter` command class
2015-11-15 10:16:57 -08:00
Paulus Schoutsen
869d6df65e
Merge pull request #618 from nkgilley/camera-fix
...
add exception handling to generic camera requests function.
2015-11-15 10:02:20 -08:00
Tom Duijf
0a586bd919
Initial commit of pushbullet enhancement
2015-11-15 17:50:36 +00:00
Fabian Affolter
a98b1b0ebc
Update link to docs
2015-11-15 18:50:06 +01:00
Paulus Schoutsen
511028612c
Merge pull request #593 from leoc/feature-zwave-switches
...
Implement zwave switches
2015-11-15 09:30:06 -08:00
Paulus Schoutsen
e3efce5ded
Merge pull request #622 from happyleavesaoc/s20
...
s20 switch support
2015-11-15 09:28:40 -08:00
Arthur Andersen
340ee171b5
[Zwave] Add zwave polling interval configuration
2015-11-15 17:50:14 +01:00
Arthur Andersen
773da3f755
[Zwave] Add Meter command class
2015-11-15 17:50:11 +01:00
happyleaves
12bdc39274
don't update state in turn_on/off
2015-11-15 08:59:18 -05:00
Paulus Schoutsen
700b7ba591
Remove unused import in notify
2015-11-15 02:20:35 -08:00
Ryan Kraus
4463b69245
Added friendly name to updater component.
2015-11-15 05:15:36 -05:00
Paulus Schoutsen
04bb7ed58f
Have Notify platform install platform dependencies
2015-11-15 02:04:57 -08:00
Ryan Kraus
dfa9880176
Created updater component
2015-11-15 05:00:24 -05:00
Paulus Schoutsen
88f3a5a50a
Update to new version frontend
2015-11-15 00:51:12 -08:00
Paulus Schoutsen
e2c530b85d
Script: new attribute if can cancel
2015-11-14 15:38:07 -08:00
Arthur Andersen
56c5d345a4
[Zwave] Update HA state on value change
2015-11-14 23:14:08 +01:00
happyleaves
86b9ae9566
addressed comments
2015-11-14 16:14:25 -05:00
Nolan Gilley
df264f2ec0
remove unnecessary else
2015-11-14 15:49:39 -05:00
happyleaves
aabcad59d8
rename platform to orvibo
2015-11-14 15:05:22 -05:00
happyleaves
70fef3c5b5
fixed names
2015-11-14 14:25:53 -05:00
happyleaves
cf8e23adbc
s20 switch support
2015-11-14 14:14:02 -05:00
Nolan Gilley
9acb341b96
remove break
2015-11-14 10:51:07 -05:00
Fabian Affolter
5275ca9ce7
Fix typo
2015-11-14 15:25:52 +01:00
Fabian Affolter
646618a25e
Improve error messages, use constants, and fix docstrings
2015-11-14 15:23:20 +01:00
Nolan Gilley
776324807e
last PR was dumb. this fix is better.
2015-11-13 14:58:49 -05:00
Nolan Gilley
d68a4b52f1
Remove rgb color if it's not an rgb bulb.
2015-11-13 14:32:47 -05:00
Nolan Gilley
85e0db6ade
add exception handling to generic camera requests function.
2015-11-13 13:55:22 -05:00
Fabian Affolter
d993f4014e
Add link to docs
2015-11-13 08:29:54 +01:00
Paulus Schoutsen
16e948d032
Merge branch 'pr/552' into dev
2015-11-12 23:04:05 -08:00
Paulus Schoutsen
bfaaf39e9e
Merge pull request #613 from Xorso/squeezebox_fix
...
Fixing bug when connecting to squeezebox and it is a float
2015-11-12 22:45:03 -08:00
Paulus Schoutsen
16904452b8
Merge pull request #614 from persandstrom/asuswrt_not_loading
...
ASUSWRT more logging and more robust
2015-11-12 11:43:49 -08:00
Per Sandström
158d9e27ff
more robust and more logging
2015-11-12 20:10:25 +01:00
Fabian Affolter
b652dd47cd
Update file header and docstrings
2015-11-12 18:04:48 +01:00
Daren Lord
2812fae721
Fixing bug when connecting to squeezebox and it is a float
2015-11-11 16:21:42 -07:00
Tom Duijf
5503c12cfd
Fixes memory consumption issue
2015-11-11 21:54:33 +00:00
Arthur Andersen
877926cfee
[Zwave] Fix docstring
2015-11-11 10:24:00 +01:00
Arthur Andersen
19649390d3
[Zwave] Add binary switch component
2015-11-11 10:24:00 +01:00
Paulus Schoutsen
50d19bb1b4
Merge pull request #592 from leoc/feature-zwave-lights
...
Implement zwave light support
2015-11-11 00:11:51 -08:00
Arthur Andersen
665436cd91
[Zwave] Use threading.Timer for value refresh delay
2015-11-10 19:59:45 +01:00
Fabian Affolter
bf2bcb6dcf
Use _LOGGER.error instead of _LOGGER.exception
2015-11-10 18:20:10 +01:00
Fabian Affolter
8371b08676
Add pushetta notify platform
2015-11-10 14:17:28 +01:00
Paulus Schoutsen
963c4bb70e
Update frontend with new card style
2015-11-10 00:56:56 -08:00
Paulus Schoutsen
ec2e0cc77d
Compile new version frontend
2015-11-10 00:27:41 -08:00
Paulus Schoutsen
0c0ccb361d
Merge branch 'dev-tool-info' into dev
2015-11-10 00:25:33 -08:00
Paulus Schoutsen
994fc32f25
Upgrade frontend with about page
2015-11-10 00:25:19 -08:00
Paulus Schoutsen
d68263d5c4
Another LimitlessLED color fix
2015-11-09 21:55:49 -08:00
Paulus Schoutsen
27b001df2b
Add dev info to frontend urls
2015-11-09 21:48:36 -08:00
Paulus Schoutsen
dafc0ced6b
Update limitlessled with lists for colors
2015-11-09 16:55:10 -08:00
Fabian Affolter
bfa8e58879
Update link to docs (Jekyll 3 update)
2015-11-09 18:33:11 +01:00
Paulus Schoutsen
2d9a785c18
Merge pull request #600 from balloob/cleanup-notify
...
Clean up notifiy component
2015-11-09 07:32:13 -08:00
Fabian Affolter
97f9f8aa49
Update link to docs (Jekyll 3 update)
2015-11-09 13:12:18 +01:00
Paulus Schoutsen
98b4c27211
Style fixes
2015-11-08 22:21:02 -08:00
Paulus Schoutsen
3b3f5fe6fe
Clean up notifiy component
2015-11-08 22:15:34 -08:00
Paulus Schoutsen
1c9c5ce1bd
Merge pull request #599 from ryanturner/dev
...
Initial implementation of mjpeg camera
2015-11-08 22:13:49 -08:00
Ryan Turner
a36b315927
Fixed indentations hopefully
2015-11-09 00:11:11 -06:00
Ryan Turner
f3352546c6
More lint fixes
2015-11-09 00:00:31 -06:00
Ryan Turner
3a6aa8f3d1
Fixed line length issues to make lint happy. Still bummed that I decreased test coverage :(
2015-11-08 23:51:01 -06:00
Ryan Turner
dfa81b0117
Changed camera.mjpeg to use Response and Closing; cleaned up a number of code-clarity issues near that
2015-11-08 23:41:21 -06:00
Paulus Schoutsen
3947691347
Style fixes + rename honeywell
2015-11-08 20:56:11 -08:00
Ryan Turner
8541fdb112
Fixed style issue related to failing build
2015-11-08 22:26:27 -06:00
Ryan Turner
e078ab53ca
Initial implementation of mjpeg camera
2015-11-08 22:15:06 -06:00
Paulus Schoutsen
0665af7f0f
Merge branch 'pr/579' into dev
...
Conflicts:
requirements_all.txt
2015-11-08 20:10:30 -08:00
Paulus Schoutsen
6dfb8f5737
Merge pull request #591 from balloob/error-log
...
Expose API to view error log
2015-11-08 20:06:56 -08:00
Paulus Schoutsen
1be2be0886
Merge pull request #590 from balloob/light-rgb
...
Light: base color now in RGB instead of XY
2015-11-08 20:06:49 -08:00
Paulus Schoutsen
3a095f53a8
Merge pull request #596 from badele/dev
...
Minor change for logger component
2015-11-08 19:57:58 -08:00
Paulus Schoutsen
ffce252a12
Merge pull request #598 from SEJeff/update-foscam-snapshot
...
Make a single request to get the foscam camera image
2015-11-08 19:57:21 -08:00
Paulus Schoutsen
7f4c13c382
Upgrade Wink version to v0.1.1
2015-11-08 19:41:22 -08:00
Jeff Schroeder
0f292e8fa6
Remove unused import for re
2015-11-08 20:37:29 -06:00
badele
e63d0c51e0
Change log severity
2015-11-08 19:02:51 +01:00
badele
ebaecdb9d6
Fix flake & pylint
2015-11-08 11:29:56 +01:00
badele
fd50693ca7
Minor change to documentation for logger component
2015-11-08 11:26:36 +01:00
badele
ebc95aca51
Add log info in the rfxtrx component
2015-11-08 11:15:03 +01:00
Jeff Schroeder
137cadb59c
Make a single request to get the foscam camera image
...
This uses the `snapPicture2` command, which is documented in their
cgi sdk to return raw jpeg data instead of html containing the image
2015-11-07 20:18:46 -06:00
Arthur Andersen
84f81480bb
[Zwave] Add light zwave component
2015-11-07 15:58:28 +01:00
Arthur Andersen
5565e418f8
[Zwave] Add type and genre to value filter
2015-11-07 15:57:46 +01:00
Arthur Andersen
5b4fc4f346
[Zwave] Add check for missing `discovery_service`
2015-11-07 15:57:28 +01:00
Paulus Schoutsen
e4c3d47dbf
Expose API to view error log
2015-11-07 01:44:02 -08:00
Paulus Schoutsen
95320f39b3
Light: base color now in RGB instead of XY
2015-11-07 01:25:33 -08:00
Paulus Schoutsen
0c97280479
Merge pull request #587 from badele/logfilter
...
Add logger filter feature
2015-11-06 21:59:56 -08:00
badele
aeacbad4a0
Fix pull request from balloob comments
2015-11-06 22:51:33 +01:00
sander
f60f3fa4a2
Removed unused `self._sensorid`.
2015-11-06 08:37:22 +01:00