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
Paulus Schoutsen
bf6c4604f4
Merge pull request #7050 from home-assistant/release-0-42-3
...
0.42.3
0.42.3
2017-04-11 09:30:04 -07:00
Pascal Vizeli
c91cf66dec
Bugfix slider ( #7047 )
...
* Bugfix slider
* Update input_slider.py
* Update input_slider.py
2017-04-11 09:24:25 -07: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
7377ce2640
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:15:31 -07:00
Anders Melchiorsen
0013139591
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 09:15:30 -07:00
Fabian Affolter
e3c2d27f4a
Fix US states check ( fixes #7015 ) ( #7017 )
2017-04-11 09:15:30 -07:00
Xorso
f00d721293
Bump pyalarmdotcom to support new version of aiohttp ( #7021 )
...
Add an optional extended description…
2017-04-11 09:15:30 -07:00
Paulus Schoutsen
b295451d46
Fix two more instances of JSON parsing synology ( #7014 )
...
Add an optional extended description…
2017-04-11 09:15:30 -07:00
Paulus Schoutsen
7a3df037ba
Fix Synology camera content type ( #7010 )
2017-04-11 09:15:30 -07:00
Paulus Schoutsen
a60e8b16c0
Version bump to 0.42.3
2017-04-11 09:14:37 -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 4685f266477dfaba92cf8a256ecfe62c929c877b.
* Revert "Make icon configurable"
This reverts commit fe45aec82d9a07e730bebb4d47dc9618fb695fe6.
* 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
6cc5bb0713
Merge pull request #6995 from home-assistant/release-0-42-2
...
0.42.2
0.42.2
2017-04-09 01:37:18 -07:00
Paulus Schoutsen
f6e819e799
Downgrade aiohttp to 205 ( #6994 )
2017-04-09 01:36:36 -07:00
Paulus Schoutsen
c42293eb10
Downgrade aiohttp to 205 ( #6994 )
2017-04-09 01:36:01 -07:00
Paulus Schoutsen
a6dc86fa75
version bump to 0.42.2
2017-04-09 01:31:46 -07:00