Thibault Cohen
9a9342ec3f
Fix account balance in fido sensor ( #7077 )
2017-04-13 07:42:48 +02:00
Robbie Trencheny
34cb02177d
Bump braviarc version to 0.3.7 ( #7078 )
2017-04-12 18:22:23 -07:00
Robbie Trencheny
5ba4033651
Merge pull request #6869 from JesseWebDotCom/dev
...
Exposed more attributes, enabled play_media tv show or season episodes
2017-04-12 15:17:53 -07:00
Andrey
5e18c997f7
Add product_name attribute to zwave nodes. ( #7071 )
2017-04-12 21:12:37 +03:00
John Arild Berentsen
d63028e44a
Add communication data attributes to Zwave node_entity ( #6813 )
...
* Add quality attribute to node
* Move quality to node_entity
* adjustments
* Line lenght
* flake8
* Cleanup and add each entry from getNodeStatistics as attribute
* resolve conflict
* Move NETWORK to hass.data
* Test Done
* Cleanup from review
* Resolve conflicts
* Review changes
* Long lines....
* blank line
* import-error-disable
* Update tests Part1... Again
* Hound
* Argh!
* Argh!
* YABBADABBADOOOOOOO!
* Enhance tests
* hound
* Resolve
* resolve tests...
2017-04-12 19:09:29 +02:00
hawk259
f68542ba0d
Adding AlarmDecoder platform ( #6900 )
...
* Added AlarmDecoder platform
* remove try/catch for generic execption
* Changes for @pvizeli, thanks for the review!
Removed _ prefix from normal function variables
Removed _hass as it will be set via .hass for us
Broke out the three config (socket, serial, usb) and use vol.Any
Added support for USB I think, don't have device, but should work
Removed components dictionary, was form old group all code that didn't work
* Fix hass string handling
2017-04-12 11:35:35 +02:00
Pascal Vizeli
9d20a17642
Lutron. Bugfix callback registration. ( #7042 )
...
* Lutron. Bugfix callback registration.
* Change handling to event
2017-04-12 09:52:01 +02:00
Pascal Vizeli
e026717239
Fix handling with register callbacks on added_to_hass ( #7067 )
2017-04-12 09:51:19 +02:00
Fabian Affolter
f06cff35ff
Upgrade paho-mqtt to 1.2.2 ( #7066 )
2017-04-12 09:48:21 +02:00
sander76
7cb8f49d62
Telegram bot component (incl. webhook and polling platform) ( #6913 )
...
* first commit.
* removed pointless string statement
* manually removed # homeassistant.components.telegram_webhooks from requirements_all.txt
* deleted obsolete file.
* coveragerc abc
2017-04-11 21:10:56 -07:00
Paulus Schoutsen
edf500e66b
Upgrade netdisco to 1.0.0rc2 ( #7008 )
...
* Upgrade netdisco to 1.0.0rc2
* fix tests
2017-04-11 20:10:02 -07:00
Paulus Schoutsen
72a01b8a90
Speed up aiohttp ( #7064 )
2017-04-11 19:58:54 -07:00
micw
3c35d5ea58
Fix/slugify with german umlaut ss ( #7029 )
...
* more tests for slugify
* Fix german umlauts in slugify
* Update __init__.py
2017-04-11 19:51:07 -07:00
Paulus Schoutsen
4d9e681fc1
Constrain chardet to 2.3 ( #7063 )
2017-04-11 19:50:43 -07:00
Martin Hjelmare
4e388666b2
Fix mysensors callback ( #7057 )
...
* Fix mysensors callback
* All messages was not triggering proper updates. Fix by checking all
child value types each update.
* Upgrade mysensors dep
* Fix pickle persistence when upgrading.
2017-04-11 19:17:09 -07:00
johanpalmqvist
ed012014bc
Add MaryTTS platform ( #6988 )
...
* Add MaryTTS platform
* Fix lint error
* Doc link, config and formatting fixes
* Remove stuff not needed with aiohttp2
* Get rid of unnecessary else statement
2017-04-11 22:52:44 +02:00
Pascal Vizeli
11125864c6
Bugfix slider ( #7047 )
...
* Bugfix slider
* Update input_slider.py
* Update input_slider.py
2017-04-11 09:23:41 -07:00
Pascal Vizeli
b52cabf2c0
Bugfix wait on start event ( #7013 )
...
* Bugfix wait on start event
* Paulus sugestion
* Change handling with stop_track_task
* Add new unittests
* Update test_core.py
2017-04-11 09:09:31 -07:00
Fabian Affolter
cc459e25cc
Remove configuration sample ( #7048 )
2017-04-11 09:05:27 -07:00
Pascal Vizeli
d7ca9e7a66
Make core to look avilable state of device on servicecall ( #7045 )
2017-04-11 08:59:46 -07:00
Anders Melchiorsen
f099aee69a
Plug file leak on LIFX unregister ( #7031 )
...
* Plug file leak on LIFX unregister
The aiolifx 0.4.4 release closes its socket when the unregister callback is
called. This plugs a file descriptor leak but also means that we must be
careful to not use the device after it goes unavailable.
Also, when a light reappears, it has a new device that must be used.
* Do not test self.available in service calls
The core will learn to handle that.
2017-04-11 08:58:51 -07:00
David Straub
07bb64815d
Missing line name restriction added ( fixes #7039 ) ( #7040 )
2017-04-11 13:55:42 +02:00
Fabian Affolter
2cfdb44df6
Upgrade sendgrid to 4.0.0 ( #7038 )
2017-04-11 13:52:47 +02:00
Fabian Affolter
2748bc4165
Upgrade psutil to 5.2.2 ( #7037 )
2017-04-11 13:52:34 +02:00
micw
f76a4b2806
Feature/min max improvements ( #6786 )
...
* Fix #6783 , remove a test that makes no sense anymore
* Fix #6784
* Fix typo in docstring
* Fix handling of known->unknown state, extended test, fix lint errors
* Better handling of mismatch in unit of measurement.
Set state to "unkown" and unit of measurement to "ERR" if unit of measurement differs between aggregatet states.
Add entity_id to logged warning.
* Make icon configurable
* Fix typo
* Fix lint
* Fix lint
* Fix lint
* Add option to set entity_id on min_max sensor
* Fix lint logging-not-lazy
* Revert "Add option to set entity_id on min_max sensor"
This reverts commit 4685f26647
.
* Revert "Make icon configurable"
This reverts commit fe45aec82d
.
* Fixes
2017-04-11 13:52:12 +02:00
pezinek
197db6bded
Google TTS can't read percent sign ( #6971 ) ( #7030 )
2017-04-11 10:27:45 +02:00
happyleavesaoc
aa3ccf16ca
update fedex ( #7034 )
2017-04-11 08:10:31 +02:00
happyleavesaoc
aa91351ff0
update usps version ( #7035 )
2017-04-11 08:10:07 +02:00
happyleavesaoc
32da163421
bump ups version ( #7033 )
2017-04-11 08:09:39 +02:00
Adam Mills
ee988dc884
Additional ZWave coverage ( #7024 )
...
* Additional ZWave coverage
* setup_platform tests
2017-04-10 16:11:39 -04:00
micw
05eb73a0e3
more tests for slugify ( #7027 )
2017-04-10 22:51:46 +03:00
Fabian Affolter
89e8e1a4c7
Replace 'vendor_id' with 'arch' ( fixes #7003 ) ( #7023 )
2017-04-10 18:43:40 +02:00
Paulus Schoutsen
d081e5ab3a
Remove deprecated remote classes ( #7011 )
...
* Remove deprecated remote classes
* Lint
* Fix tests
* Lint
2017-04-10 09:04:19 -07:00
Fabian Affolter
ab247b0f4d
Fix US states check ( fixes #7015 ) ( #7017 )
2017-04-10 16:13:43 +02:00
Xorso
6cd3758b58
Bump pyalarmdotcom to support new version of aiohttp ( #7021 )
...
Add an optional extended description…
2017-04-10 16:13:07 +02:00
Paulus Schoutsen
90e73fda3c
Fix two more instances of JSON parsing synology ( #7014 )
...
Add an optional extended description…
2017-04-10 10:18:37 +02:00
Paulus Schoutsen
d5e3cd51a5
Fix Synology camera content type ( #7010 )
2017-04-10 08:19:22 +02:00
Greg Dowling
ecfe0770ed
Bump pywemo version. ( #7004 )
2017-04-09 22:48:18 +01:00
Paulus Schoutsen
c42293eb10
Downgrade aiohttp to 205 ( #6994 )
2017-04-09 01:36:01 -07:00
Paulus Schoutsen
ba8488d8f1
Make discovery not block start ( #6991 )
...
* Make discovery not block start
* Fix tests
2017-04-09 01:05:34 -07:00
Paulus Schoutsen
eb0a9869d8
Upgrade to aiohttp 2.0.6 ( #6992 )
2017-04-08 18:29:28 -07:00
Paulus Schoutsen
5d3fe83e62
Warn if start takes a long time. ( #6975 )
...
* Warn if start takes a long time.
* ps - cleanup
* Tweak message
* Add tests
* Tweak messagE
2017-04-08 14:53:32 -07:00
happyleavesaoc
2277778d8d
update gstreamer ( #6987 )
2017-04-08 14:53:16 -07:00
Marcelo Moreira de Mello
c5d89499fa
Bump Amcrest module to 1.1.8 ( #6990 )
...
Fixed traceback when calculating SD card percent storage
self._state = self._camera.percent(sd_used[0], sd_total[0])
AttributeError: 'Http' object has no attribute 'percent'
2017-04-08 14:52:10 -07:00
Adam Mills
31da54d530
Add tests for ZWaveDeviceEntityValues helper ( #6978 )
...
* Add tests for ZWaveDeviceEntityValues helper
* Add remaining coverage
2017-04-08 06:34:59 -07:00
Teemu R
475ac52180
switch.tplink: bump pyhs100 version requirement ( #6986 )
2017-04-08 06:33:25 -07:00
Teemu R
55077b9965
switch.tplink: upgrade to the newest upstream release which adds support for plugs using the newer communication protocol ( #6979 )
2017-04-07 19:19:11 -07:00
John Mihalic
ad8ee1383c
Update Emby for aiohttp v2 ( #6981 )
2017-04-07 19:17:10 -07:00
Paulus Schoutsen
64174f5763
Fix control+c quitting HASS ( #6974 )
2017-04-07 21:02:49 +02:00
Adam Mills
df77529bfe
Tests for zwave services ( #6937 )
...
* Initial tests for zwave services
* Fix linter issues
* Complete zwave service tests
2017-04-07 09:17:23 -04:00