Leonardo Merza
e356b48fca
automated commit 07/03/2019 10:47:38 ( #21749 )
2019-03-07 11:03:32 -08:00
Daniel Shokouhi
fc943dc4b6
Fix botvac connected maps call as it is not a supported model ( #21752 )
2019-03-07 11:03:02 -08:00
zewelor
f2abc91c1e
Allow light toggle service to accept all turn on params ( #20912 )
2019-03-07 22:33:30 +05:30
Pascal Vizeli
61786b79f7
Revert pull request to push
2019-03-07 15:33:13 +01:00
Pascal Vizeli
720b0c5334
Revert Travis until github actions work better for PR ( #21746 )
2019-03-07 15:30:48 +01:00
Pascal Vizeli
5c2d174d5f
Change github trigger type
2019-03-07 15:25:27 +01:00
Pascal Vizeli
02bcf46053
Update .travis.yml ( #21736 )
...
* Update .travis.yml
* Update tox.ini
* Update main.workflow
* Update tox.ini
2019-03-07 14:40:18 +01:00
Jason Hu
ba70459e1e
Remove pytest warning message ( #21713 )
2019-03-07 16:59:15 +05:30
Markus Jankowski
1891d5bf22
Fix group-switch availability for Homematic IP ( #21640 )
...
* Add available=True to groups
* Added unreach to stateattributes
* Fixed comments
* added missing sabotage check
* added missing lowBat check
* fix typo
* apply suggestion
Co-Authored-By: SukramJ <markus@mm-jankowski.de>
* apply suggestion
Co-Authored-By: SukramJ <markus@mm-jankowski.de>
* applied suggiestions
* readded lost str()
* fix comment
2019-03-07 11:12:03 +01:00
Markus Jankowski
a46458d04f
Fix Name of Homematic IP accesspoint in devices, if name is configured ( #21617 )
...
* Fix Name of Accesspoint if name is configured
* fix lint
* Simplyfied naming
* applied suggestion
Co-Authored-By: SukramJ <markus@mm-jankowski.de>
* update comment
2019-03-07 11:07:32 +01:00
Leonardo Merza
9c70b00403
tplink - catch SmartDeviceException on is_dimmable call ( #21726 )
...
* automated commit 06/03/2019 20:49:50
* automated commit 06/03/2019 20:53:13
* automated commit 06/03/2019 20:53:48
2019-03-07 10:54:09 +01:00
Jason Hu
38a93afa66
Make pytest in tox quite ( #21727 )
2019-03-06 22:27:46 -08:00
Jason Hu
a85119ac09
Fix pylint warning on python 3.7 ( #21714 )
2019-03-07 06:47:56 +01:00
c-soft
f4a9ad0b2e
Fix initialization and add "pending" status of Satel integra ( #21194 )
...
* Added updating alarm state after start of the HA. Still rough and dirty.
* Fixed initialization of the panel and binary sensor. Before cleanup.
* Added alarm clearing, linting fixes.
* Removed dead code, added style changes.
* Updated requirements
* Fixed linting errors.
* Fixed linting errors
* Fixed linter errors.
* Fixed hopefully last linter errors.
* Fixes after code review, imports sorted.
* Removed init debugging
2019-03-06 19:47:47 -08:00
Sergio Oller
9f06be750f
Support multiple keys in ifttt triggers ( #21454 )
...
* Support multiple keys in ifttt triggers
* Rename `to` to `target` in ifttt.
Follow PR code review suggestions
2019-03-06 19:47:13 -08:00
Jc2k
dbf129dfdd
Start preparing for homekit_controller config entries ( #21564 )
...
* Start preparing for homekit_controller config entries
* Review feedback
* Review feedback
* Only use the vol.strip validator for pairing_code
* CV not required now
* Changes from review
* Changes after review
2019-03-06 19:44:52 -08:00
Phil Bruckner
5616505032
Change amcrest camera_image to async ( #21720 )
...
Change AmcrestCam method camera_image to async so asyncio lock can be used instead of a threading lock. Bump amcrest package to 1.2.5.
2019-03-06 19:42:59 -08:00
Franck Nijhof
0e36b26770
Upgrade toonapilib to 3.2.1 ( #21706 )
2019-03-06 07:40:29 -08:00
Diogo Gomes
8e9a496002
Utility Meter offset defined by a time_period ( #20926 )
...
* change offset from int to Time period dictionary
* track according to offset
* left overs... tks @fabaff
* typo
2019-03-06 07:55:24 -05:00
Fredrik Erlandsson
54895fcb1e
resync hass that changes have occured ( #21705 )
2019-03-06 07:52:25 -05:00
Alan Tse
b7b034c532
Update to teslajsonpy v0.0.25 ( #21702 )
2019-03-05 21:44:37 -08:00
Penny Wood
d1038ea79f
Google Assistant: Create and pass context to service calls ( #21551 )
...
* Google Assistant: Create and pass context to service calls
* Refactor request data into separate object and pass to execute.
2019-03-05 20:00:53 -08:00
Paulus Schoutsen
fc1ee9be43
Use new style for built-in ws commmands ( #21694 )
...
* Use new style for built-in ws commmands
* Lint
2019-03-05 19:31:26 -08:00
Paulus Schoutsen
c9b173405b
Fix Z-Wave relative imports ( #21693 )
2019-03-05 17:17:58 -08:00
Paulus Schoutsen
467d8d616e
Updated frontend to 20190305.0
2019-03-05 11:45:31 -08:00
Alan Tse
dbb92048aa
Bump teslajsonpy to 0.0.24 ( #21675 )
...
* Bump teslajsonpy to 0.0.24
* Update requirements_all.txt
2019-03-05 09:23:00 -08:00
Jonathan McDowell
401720085d
Allow 202 status code as a successful REST notify response ( #21678 )
...
The REST notification component only allows 200 + 201 as a successful
response code to the submission. notify.me returns a 202 (Accepted)
response, which works fine but gets logged as a warning in the log.
Update the allowed statuses to treat the 202 as ok.
2019-03-05 09:22:21 -08:00
Nick Whyte
7d9c14541b
Bump nessclient version to 0.9.14 ( #21679 )
2019-03-05 09:21:13 -08:00
Phil Bruckner
16d79b52c3
Serialize amcrest snapshot commands and bump PyPI package to 1.2.4 ( #21664 )
...
* Serialize snapshot commands and bump amcrest package to 1.2.4
Attempting to send a snapshot command when a previous one hasn't finished will result in warnings and/or errors. This can happen when the camera picture is clicked on in the frontend, resulting in the thread that updates the thumbnail in the background every 10 seconds to sometimes collide with the thread that updates the large picture in the foreground quickly. An automation that calls the camera.snapshot service in yet another thread can make the situation worse. Fix by adding a thread lock to serialize snapshot commands. Also bump the amcrest package to 1.2.4 which fixes error handling in the command method and improves performance by reusing requests sessions.
* Update amcrest package to 1.2.4
2019-03-05 17:03:19 +01:00
Steven Looman
3ffff887d8
Adds option in UPnP component to override callback url ( #21583 )
...
* Add option to override callback url
* Upgrade to async_upnp_client==0.14.5
* Fix requirements_all.txt
2019-03-05 15:48:44 +00:00
carstenschroeder
17c3c14833
Fix ADS race condition ( #21677 )
2019-03-05 11:07:40 +01:00
Colby Rome
0e78054195
Xfinity Gateway device_tracker platform ( #21026 )
...
* initial commit
* updated .coveragerc, CODEOWNERS, generated requirements_all.txt
* fixed lines exceeding 79 characters
* pylint fixes
* shorten docstring and simplify get_scanner
* extract initialization into get_scanner
* bump pypi version
* name change
2019-03-04 22:57:45 -08:00
Diogo Gomes
efe4ce9a05
check we have a tb ( #21670 )
2019-03-05 06:18:25 +01:00
ktnrg45
efa5d5dfe3
Add support for multiple devices for PS4 component ( #21302 )
...
* Support multiple devices.
* Revert "Support multiple devices."
This reverts commit 3f5d4462a98da13ebb1ab1c07d341dbd7020e6cc.
* Support multiple devices
* Bump to 0.3.3
* bump 0.3.4
* Add tests for multiple devices.
* Update Requirements
* Update config_flow.py
* Update config_flow.py
* fixed typo
* Reordered functions
* Added multiple flow implementation test.
* fix
* typo
* fix tests
* bump 0.4.0
* Bump 0.4.0
* 0.4.0
* bump version
* bump version
* bump version
* Add keep alive feature with multiple devices
* bump version
* bump version
* bump version
* bump 0.4.7
* bump 0.4.7
* bump 0.4.7
* Edited tests.
* bump/pylint
* pylint
* bump/pylint
* bump/pylint
* Change to add additional entry
* Changed to multiple entries
* pylint
* Corrections to manage multiple devices.
* lint
* comments
* Removed redundant for loop
* Shorthand correction
* Remove reference to private object
* Test fix
* Revert changes. Test failure.
* Test fix
* test fix
* unindent assertions
* pylint
2019-03-05 01:48:25 +01:00
Paulus Schoutsen
df25128923
Avoid recorder thread crashing ( #21668 )
2019-03-04 16:01:31 -08:00
roblandry
e10e27d809
Add SmartThingsAccelCluster to ZHA binary_sensor ( #21609 )
...
* Add SmartThingsAccelCluster to binary_sensor
* Make corrections per discussion with @dmulcahey
* Add missing const to gateway.py
* Remove Acceleration from no sensor
2019-03-04 15:56:05 -08:00
Jason Hu
4a3b4cf346
Resolve race condition when HA auth provider is loading ( #21619 )
...
* Resolve race condition when HA auth provider is loading
* Fix
* Add more tests
* Lint
2019-03-04 15:55:26 -08:00
Daniel Høyer Iversen
7a7080055e
Netatmo, handle missing thermostat devices ( #21651 )
2019-03-04 15:54:21 -08:00
Franck Nijhof
955b71c44b
👕 Corrects unit of measurement symbol for Watt ( #21654 )
2019-03-04 15:53:16 -08:00
Franck Nijhof
73b100d3af
🚑 Fixes Toon doing I/O in coroutines ( #21657 )
2019-03-04 15:52:00 -08:00
Franck Nijhof
641138a986
Upgrade toonapilib to 3.1.0 ( #21661 )
2019-03-04 15:51:15 -08:00
Paulus Schoutsen
27e8a6ee80
Rename Google Assistant evenets ( #21655 )
2019-03-04 13:18:16 -08:00
Alok Saboo
5375510535
Add camera name to logs ( #21653 )
2019-03-04 12:06:28 -08:00
Paulus Schoutsen
8213016eaf
Allow targeting areas in service calls ( #21472 )
...
* Allow targeting areas in service calls
* Lint + Type
* Address comments
2019-03-04 09:51:12 -08:00
Nate Clark
f62eb22ef8
Add support for DHT and DS18B20 sensors via Konnected firmware ( #21189 )
...
* mvp basic temperature sensor support
* support for DHT temperature & humidity
* add support for ds18b20 sensors
* improve resolution of device settings
* update requirements_all.txt
* re-organize new file
* don't use filter(lambda: syntax
* set unique_id on entities to allow renaming in the UI
* leverage base Entity module to do C to F conversion
* add option for setting poll_interval
* use handler pattern to handle updates from Konnected device
* cleanups from code review
2019-03-04 16:56:41 +01:00
Gijs Reichert
158e25562b
Cast displaytime to int for JSON RPC ( #21649 )
2019-03-04 15:25:28 +01:00
Pascal Vizeli
72b6e80d02
Better output of workflow
2019-03-04 14:06:05 +01:00
Fabian Affolter
eb1d7be67c
Upgrade youtube_dl to 2019.03.01 ( #21647 )
2019-03-04 14:00:10 +01:00
Pascal Vizeli
c60627c699
GitHub Workflow ( #21643 )
...
* Fix tox.ini
* Update main.workflow
* Update tox.ini
* Update main.workflow
* Update main.workflow
* Update tox.ini
* Try only with one
* Update main.workflow
* Update main.workflow
* Update main.workflow
* Update main.workflow
* Update main.workflow
2019-03-04 12:36:50 +01:00
Pascal Vizeli
5c9f266672
Fix actions with tox ( #21642 )
...
* Fix actions with tox
* Update main.workflow
2019-03-04 10:23:19 +01:00