Fabian Affolter and Martin Hjelmare
b60c815cde
Share snmp constants across all platforms ( #23678 )
...
* Share constants across all platforms
* Update .coveragerc
2019-05-06 23:31:03 +02:00
Andrew Sayre and Jason Hu
074142400a
Fix SmartThings Samsung Air Conditioner Support ( #23706 )
...
* Bump pysmartthings to 0.6.8
* Fix AC climate device
* Fix stale comment
2019-05-06 10:21:16 -07:00
Daniel Høyer Iversen and Jason Hu
d8a219fe0e
Upgrade switchbot , fixes #23702 ( #23716 )
2019-05-06 10:18:50 -07:00
William Scanlon and Jason Hu
a0230482bd
Use the URL provided by the Wink API for subscriptions. ( #23710 )
...
* Use the URL provided by the Wink API for subscriptions.
* Changed python-wink version
2019-05-06 10:18:17 -07:00
Ville Skyttä and Jason Hu
b9a72034f9
huawei_lte: handle icons for None sensor values gracefully ( #23649 )
2019-05-06 10:15:28 -07:00
Andrew Sayre and Martin Hjelmare
bf649e373c
Update IDs after firmware upgrade in HEOS ( #23641 )
...
* Initial work
* Update tests
2019-05-06 17:53:11 +02:00
David F. Mulcahey and GitHub
73aadbe8bc
bump zha-quirks ( #23714 )
2019-05-06 08:35:11 -04:00
Fabian Affolter and Andrew Sayre
e2afeca4fd
Upgrade sendgrid to 6.0.5 ( #23711 )
2019-05-06 07:13:16 -05:00
Fredrik Erlandsson and Martin Hjelmare
0dfa5f9ffd
Use local constant in Daikin for STATE_OFF ( #23712 )
2019-05-06 13:43:35 +02:00
Fabian Affolter and GitHub
b331b081f0
Catch thethingsnetwork TypeError ( #23667 )
...
* Catch TypeError (fixes #23097 )
* Re-add return values
* Update homeassistant/components/thethingsnetwork/sensor.py
Co-Authored-By: fabaff <mail@fabian-affolter.ch >
2019-05-06 09:47:46 +02:00
Andrew Sayre and Anders Melchiorsen
cf03e42773
Bump pyheos to 0.5.2 ( #23708 )
2019-05-06 07:07:41 +02:00
droopanu and Jason Hunter
f87209605b
Add a TCP timeout of 5 seconds to ffmpeg ( #23617 )
...
Add a TCP timeout of 5 seconds to ffmpeg to fix stream getting stuck when network connectivity is lost
https://github.com/home-assistant/home-assistant/issues/22741
2019-05-05 20:59:56 -04:00
ktnrg45 and Andrew Sayre
3e59e7f347
Add media_type_app to media_player ( #23666 )
...
* Add media_type_app
* Add MEDIA_TYPE_APP
* Bump 0.7.3
* Bump 0.7.3
* Bump 0.7.3
* typo
2019-05-05 18:53:08 -05:00
David F. Mulcahey and GitHub
3dd1d3c418
Add additional single input cluster entries - ZHA ( #23697 )
...
* more profiles
* remove from binary sensor profile
* remove sensor profile mapping
2019-05-05 19:10:19 -04:00
Alexei Chetroi and David F. Mulcahey
8328ea6bd7
Bump ZHA modules versions. ( #23705 )
...
* Bump ZHA modules versions.
Bump bellows-homeassistant version.
Bump zigpy-homeassistant version.
Bump zigpy-xbee-homeassistant version.
* Update requirements_*.txt
2019-05-05 17:15:34 -04:00
Fredrik Erlandsson and Andrew Sayre
9c1bbd1d9d
Add support for SET_AWAY_MODE and TURN_ON/OFF on Daikin Climate ( #23585 )
...
* add support for on/off on daikin climate
* add support for away mode on daikin climate
2019-05-05 15:17:01 -05:00
Martin Hjelmare and GitHub
8500244f8c
Move owntracks device tracker test under owntracks ( #23701 )
2019-05-05 21:39:51 +02:00
Anders Melchiorsen and Andrew Sayre
2efc1de349
Move Sonos services to sonos domain ( #23670 )
2019-05-05 14:25:57 -05:00
Martin Hjelmare and Andrew Sayre
4796d674e6
Clean up device tracker tests ( #23695 )
...
* Clean up device tracker tests
* Fix async load config in device tracker tests.
* Clean up lint in device tracker tests.
* Sort device tracker tests imports.
* Patch config saving in device tracker tests.
* Rename fixture.
* Rename some tests that had long cryptic names.
* Replace calls to device_tracker.async_setup
2019-05-05 14:14:46 -05:00
Martin Hjelmare and Rohan Kapoor
4fe0cd76f8
Clean up mqtt device tracker tests ( #23700 )
...
* Move mqtt device tracker test under mqtt dir
* Patch config file load and save
* Clean up
* Sort imports
* Put expected value last in assertions
2019-05-05 11:50:38 -07:00
Julius Mittenzwei and Fabian Affolter
c0f9ccfdbb
Update requirements for pyvlx. ( #23694 )
2019-05-05 19:19:35 +02:00
Martin Hjelmare and GitHub
b9fda078a4
Clean and fix google calendar tests ( #23608 )
...
* Clean and fix google calendar tests
* Extract test calendar constant for google test
* Rewrite google calendar tests
* Clean and fix google calendar tests
* Clean and fix google component tests
* Add google conftest
* Skip flaky google calendar test
* Fix google calendar bug
* Fix yield fixture
* Set fixture names to avoid lint warning
* Fix yield fixture
2019-05-05 18:38:55 +02:00
Austin Drummond and cdce8p
e24d56aa5b
Add HomeKit Television functionality ( #22968 )
2019-05-05 17:51:47 +02:00
UgaitzEtxebarria and Joakim Sørensen
8da600adff
Add Bizkaibus, Biscays (Spain) bus service component ( #22934 )
...
* Updated to the current version of dev
* Added the component to .coveragerc
* Added __init__.py and manifest.json
* Changed the manifest to comply the json format
* Changes in for complete the PEP8 Code
* Fixed the api call to use PyPI package
* Fixed API correrct call
* Fixes for complete the requirements
* Added dependencies in manifest.json
* Changed the __init__.py to complete PEP8
* Simplified the __init__.py
* Runned codeowner script
* executed gen_requirements_all.py
* Direct call for dicts and unit changed to minutes
* Fixed the optional dict call, sorry, my bad, I did not that
* Deleted unused vars
* Changed optional parameter to required
* Remove blank first line
2019-05-05 11:00:15 +02:00
Fabian Affolter and Anders Melchiorsen
9712bbc91c
Upgrade spotcrime to 1.0.4 ( fixes #13189 ) ( #23679 )
2019-05-05 07:29:04 +02:00
Fabian Affolter and Anders Melchiorsen
fca0891320
Upgrade pysnmp to 4.4.9 ( #23677 )
2019-05-05 07:26:13 +02:00
Aaron Bach and GitHub
1d2c5cb53c
Remove extraneous update call in SimpliSafe ( #23680 )
2019-05-04 17:32:33 -06:00
Fabian Affolter and cgtobi
c309bd9ff0
Upgrade sqlalchemy to 1.3.3 ( #23674 )
2019-05-05 01:06:47 +02:00
Fabian Affolter and Martin Hjelmare
2f416b15c5
Upgrade tapsaff to 0.2.1 ( #23676 )
2019-05-05 00:07:55 +02:00
Fabian Affolter and Martin Hjelmare
85cd4ad022
Upgrade slacker to 0.13.0 ( #23672 )
2019-05-05 00:06:39 +02:00
Fabian Affolter and Martin Hjelmare
c8690865ec
Upgrade shodan to 1.13.0 ( #23675 )
2019-05-05 00:05:01 +02:00
Fabian Affolter and Martin Hjelmare
8d8d2b6de9
Upgrade psutil to 5.6.2 ( #23671 )
2019-05-05 00:04:04 +02:00
SNoof85 and Fabian Affolter
97b5a38cb1
Bump pyteleloisirs version ( #23661 )
...
* Bump pyteleloisirs version
* requirements update
2019-05-04 12:53:06 +02:00
Geert van Horrik and Paulus Schoutsen
8fc30569a9
Fix bad request for some IP ONVIF camera ( #22972 )
...
* Onvif camera improvements using zeep
* Fix static code checks
* Make obtain_input_uri async
* Convert several methods to async
* Fix static checks
* Fix static checks
* Fix requirements_all.txt
* Lint improvements
* Async services
* Use onvif-zeep-async and check if PTZ service is available before creating it
* Remove some hacks that are now defined in onvif-zeep-async
* Don't log input, it might contain sensitive information
* Static code analysis fixes
* Run requirements stuff
* Fix
* Remove suds requirement
* Onvif camera improvements using zeep
* Fix static code checks
* Make obtain_input_uri async
* Convert several methods to async
* Fix static checks
* Fix static checks
* Fix requirements_all.txt
* Lint improvements
* Async services
* Use onvif-zeep-async and check if PTZ service is available before creating it
* Remove some hacks that are now defined in onvif-zeep-async
* Don't log input, it might contain sensitive information
* Static code analysis fixes
* Run requirements stuff
* Fix
* Remove suds requirement
* Use dt_util.utcnow
* Platform setup should not have a return value
* Remove explicit dependency to zeep[async]
* Bump onvif-zeep-async to 0.1.2
* Update requirements_all.txt
* Add exception handling
* Fix static checks
* Don't catch generic exceptions
* Update camera.py
2019-05-03 10:01:12 -07:00
ThaStealth and Fabian Affolter
0702407fac
Added option to select photoblack cartridge ( #23433 )
...
* Added option to select photoblack cartridge
* Update sensor.py
* Name change
2019-05-03 18:57:41 +02:00
Robert Svensson and GitHub
6e34015420
deCONZ - Retry on BridgeBusy errors ( #23436 )
2019-05-03 17:55:42 +02:00
Philippe Delodder and Fabian Affolter
df9a9a1fec
Add "soc-thermal 1" as CPU Temp label to Glances ( #23635 )
2019-05-03 15:43:51 +02:00
Daniel Høyer Iversen and Charles Garwood
9761c504eb
update switchbot library ( #23643 )
2019-05-03 08:46:19 -04:00
Andrew Sayre and GitHub
b30afde8ab
Extend play_media support ( #23580 )
2019-05-02 19:54:36 -05:00
David Bonnes and Martin Hjelmare
6130831a43
Refactor evohome to prepare for water_heater ( #23489 )
...
* refactor - add const.py, change order of propertys, methods
* import client at top of file
* remove debug line
* de-lint
* delint
* add me as CODEOWNER
* remove lint hint
* delint
2019-05-03 01:43:19 +02:00
Penny Wood and Paulus Schoutsen
3338f5c9b4
Further patch to fix of #22890 ( #23627 )
2019-05-02 14:05:16 -07:00
Paulus Schoutsen and GitHub
592e99947d
Convert frontend to do client-side modern JS detection ( #23618 )
...
* Convert frontend to do client-side async pick
* Further cleanup
* Updated frontend to 20190502.0
* Fix template caching
* Remove es5 test
* Lint
* Update description
2019-05-02 13:59:24 -07:00
Max and Charles Garwood
7331eb1f71
Allow removing Telegram reply keyboard ( #23467 )
...
* Allow removing telegram reply keyboard by setting `keyboard` to an empty list
* Telegram keyboard: [] clearing in services.yaml
2019-05-02 15:14:40 -04:00
Ville Skyttä and GitHub
f434e24252
Upgrade mypy ( #23586 )
...
* Upgrade mypy to 0.701
* Enable strict equality checks
* Strict equality error fixes
* StateMachine.is_state docstring fix
2019-05-02 21:18:20 +03:00
Ville Skyttä and GitHub
b79d71065c
Upgrade pytest to 4.4.1 ( #23584 )
2019-05-02 21:17:36 +03:00
Ville Skyttä and GitHub
0a75a2c080
Clean up redundant same-package ..package imports ( #23587 )
2019-05-02 20:11:37 +03:00
Pascal Vizeli
41357965de
Update azure-pipelines.yml for Azure Pipelines
2019-05-02 19:00:39 +02:00
Jc2k and Martin Hjelmare
1e6babe796
Loosen discovery config validation to avoid breaking changes ( #23625 )
...
* Allow optional service handlers to be promoted to config flow without a breaking change
* Updated wording
* Remove period
2019-05-02 16:57:42 +02:00
Daniel Høyer Iversen and GitHub
04b680d9d0
Updgrade Tibber library ( #23630 )
...
* update tibber library
* update tibber library
2019-05-02 16:03:51 +02:00
Fabian Affolter and Pascal Vizeli
5267635d2c
Polling is default ( #23622 )
2019-05-02 16:00:32 +02:00