Daniel
b93ebe1936
Add signal repetition to rfxtrx
2016-02-15 19:45:33 +01:00
Daniel
0010cadd39
Add signal repetition to rfxtrx
2016-02-15 19:41:40 +01:00
Paulus Schoutsen
75f2b4bc0e
Merge pull request #1265 from flyte/tox-execute-all-lint
...
Execute all lint tests even if flake8 reports errors.
2016-02-15 10:21:43 -08:00
John Arild Berentsen
a7ce9ba49e
CI fix
2016-02-15 19:09:53 +01:00
John Arild Berentsen
f429a6c4ff
Add assumed_state for rfxtrx switch and light.
2016-02-15 18:59:11 +01:00
Flyte
3d83eea5f7
Add tcp component.
2016-02-15 16:04:14 +00:00
Flyte
a3e8994fcc
Execute all lint tests even if flake8 reports errors.
2016-02-15 10:00:46 +00:00
Daniel
eacfac6fa8
Support on-off device in rfxtrx light
2016-02-15 10:10:29 +01:00
Daniel
0d45470ea6
Support on-off device in rfxtrx light
2016-02-15 10:05:47 +01:00
Paulus Schoutsen
bca3207e0c
Update frontend with assumed_state and delete state support
2016-02-15 01:02:15 -08:00
Paulus Schoutsen
de7a14074e
Merge pull request #1247 from balloob/feature/entity-assumed-state
...
Add assumed_state property to entity
2016-02-14 23:59:35 -08:00
Paulus Schoutsen
cdc93ab670
Merge pull request #1262 from balloob/chore/tests-cleanup
...
More testing cleanup
2016-02-14 23:37:10 -08:00
Paulus Schoutsen
c287520432
MQTT Light test - switch order
2016-02-14 23:16:54 -08:00
Paulus Schoutsen
68803a46b6
Thread pool tweaks
2016-02-14 23:01:49 -08:00
Paulus Schoutsen
8d366a7367
Tests: Mock get_local_ip by default too
2016-02-14 22:01:30 -08:00
Paulus Schoutsen
23b116803b
Merge pull request #1261 from kk7ds/graphite-gaierror
...
Some graphite error handling improvements
2016-02-14 17:40:40 -08:00
Dan Smith
3610f40a6a
Handle EVENT_STATE_CHANGED with no new_state in graphite
...
I noticed some events that came in with new_state=None. Make graphite
defensive about this.
2016-02-14 15:57:03 -08:00
Dan Smith
366595fd90
Catch socket.gaierror in graphite driver
...
If you specify a name that can't be looked up in DNS, socket.connect()
throws socket.gaierror. We should catch and log that situation properly.
2016-02-14 15:44:11 -08:00
Paulus Schoutsen
00486dccea
Merge pull request #1260 from balloob/chore/tests-cleanup
...
Chore/tests cleanup
2016-02-14 15:21:23 -08:00
Paulus Schoutsen
09ab3e95c0
Tests should all use test HA
2016-02-14 15:08:23 -08:00
Stefan Jonasson
fa8857dfc5
Changed process communication to use stdin for the message because of security concerns.
2016-02-14 22:22:11 +01:00
Paulus Schoutsen
bade0e0d71
Make tests pass flake8
2016-02-14 13:07:21 -08:00
Paulus Schoutsen
dd2aec0a08
Restructure tests to ensure unique ports
2016-02-14 12:54:16 -08:00
Paulus Schoutsen
64430f26f3
Merge pull request #1257 from kk7ds/handle-uvc-errors-better
...
Misc UVC improvements
2016-02-14 12:27:25 -08:00
Paulus Schoutsen
4eecdbdab1
Merge pull request #1259 from kk7ds/exclude-venv
...
Exclude venv directories from linting
2016-02-14 12:25:25 -08:00
Dan Smith
92a11819b4
Exclude venv directories from linting
...
Exclude venv/ (a common virtualenv name) and bin/,lib/ if the local
directory is configured as a venv.
2016-02-14 20:20:12 +00:00
Paulus Schoutsen
dabb8d5bbc
Merge pull request #1246 from balloob/feature/remove-state-fire-event
...
Have remove state fire state_changed event
2016-02-14 10:33:59 -08:00
Sean Dague
8c67a924bc
Merge pull request #895 from sdague/tox
...
add tox infrastructure for running tests locally and in travis
2016-02-14 13:13:13 -05:00
Sean Dague
97c0f5bb5a
convert testing infrastructure to tox
...
This converts the testing infrastructure to tox for both locally
testing and travis. This is nearly equivalent to the previous testing
with the only exception that linting fails with the first tool to fail
and won't process all of them.
Slightly tricky thing is that tox resets *all* of the environment for
it's subprocess runs by default. A couple of the dependencies we have
will not install in non UTF8 locales: temper-python & XBee.
2016-02-14 13:04:42 -05:00
Paulus Schoutsen
aeb87b0245
Merge pull request #1248 from balloob/chore/reorg-frontend-api
...
Move bootstrap endpoint from api to frontend
2016-02-14 09:43:53 -08:00
Paulus Schoutsen
6be2ec7fea
Merge pull request #1249 from balloob/chore/remove-usage-attr_friendly_name
...
Remove usage of ATTR_FRIENDLY_NAME within components/platforms
2016-02-14 09:43:39 -08:00
Dan Smith
885b61a750
Implement brand and model for UVC cameras
2016-02-14 17:27:29 +00:00
Dan Smith
0ba7fb40a4
Improve UVC performance by not logging in on each image fetch
...
This makes the UVC camera_image() method not log into the camera on
every single image fetch, which reduces load on hass and the camera,
and lowers the latency to get an actual image fetched.
2016-02-14 17:27:29 +00:00
Dan Smith
263839a336
Handle connection errors talking to UVC cameras during image fetch
...
This requires uvcclient==0.6 which breaks out exceptions for us.
Fixes #1244
2016-02-14 17:27:26 +00:00
Paulus Schoutsen
3ced457089
Merge pull request #1255 from miniconfig/splunk-fix-attributes
...
Converted state.attributes to dict in Splunk component
2016-02-14 07:51:48 -08:00
miniconfig
01df1f8458
Converted state.attributes to dict. Fixes Issue #1252
2016-02-14 10:47:46 -05:00
Paulus Schoutsen
b29f2f6d6f
Remove usage of ATTR_FRIENDLY_NAME within components/platforms
2016-02-14 00:21:20 -08:00
Paulus Schoutsen
cafa4043b3
Move bootstrap endpoint from api to frontend
2016-02-14 00:04:08 -08:00
Paulus Schoutsen
8bea5c06de
Add assumed_state property to entity
2016-02-13 23:42:11 -08:00
Paulus Schoutsen
06de73ff80
Allow removing a state via API + remote StateMachine
2016-02-13 23:00:38 -08:00
Paulus Schoutsen
ada2fb4ec0
Fire event when we remove a state
2016-02-13 22:57:40 -08:00
Paulus Schoutsen
39bbfd14d9
Merge pull request #1240 from persandstrom/dict_size_change_during_iteration
...
Fixed intermittent error during setup
2016-02-13 22:28:46 -08:00
Per Sandström
9e816cfd3f
lock _states to prevent size change during iteration
2016-02-14 06:34:00 +01:00
Paulus Schoutsen
e170484f16
Change helpers.extract_domain_configs from generator to list bc concurrency
2016-02-13 21:20:49 -08:00
Paulus Schoutsen
9204c44eec
Merge pull request #1241 from kk7ds/update-honeywell-somecomfort
...
Update honeywell somecomfort
2016-02-13 19:44:58 -08:00
Dan Smith
0fbd947426
Test Honeywell Round thermostat
...
This includes two changes to the round code:
- Return True on setup success
- Break out the default away temp into a constant
2016-02-14 01:05:18 +00:00
Dan Smith
5921e65d83
Allow specifying location and/or thermostat for Honeywell US
...
This lets you optionally only add thermostats by location or
specific device id, instead of all the thermostats in your
account. This would be helpful if you have two devices in different
houses (i.e vacation home), etc.
2016-02-13 23:13:38 +00:00
Dan Smith
c51dd64bd8
Convert Honeywell platform to use somecomfort library
2016-02-13 23:13:33 +00:00
Paulus Schoutsen
278033cbf9
Merge pull request #1235 from flyte/docker-colorlog
...
Add colorlog to docker images
2016-02-13 14:55:07 -08:00
Flyte
9233449551
Add colorlog to Dockerfile
2016-02-13 20:53:15 +00:00