HomeAssistant Azure
ae51331d49
[ci skip] Translation update
2019-12-31 00:32:20 +00:00
Andrew Sayre
914aea9446
Bump pysmartthings 0.7.0 ( #30302 )
2019-12-30 14:49:56 -06:00
Robert Svensson
41d2d1f309
Handle wired bug on restart ( #30276 )
2019-12-30 12:40:52 -06:00
Tais Hedegaard Holland
bad35577cb
Bump ihcsdk to 2.4.0 ( #30279 )
...
* Update requirements_all.txt
update ihcsdk to version 2.4.0
* Update manifest.json
upgrade to version 2.4.0 of ihcsdk
2019-12-30 12:38:17 -06:00
Andy Grunwald
3b9f48b51d
Contributing: Add note about feature suggestions and bug tracking ( #30225 )
2019-12-30 17:54:16 +01:00
Alan Tse
40e3d6f773
Change default icons for Tesla components ( #30288 )
2019-12-30 17:52:34 +01:00
Fabian Affolter
d0c9a42b81
Add custom validator for countries ( #30280 )
2019-12-30 17:51:25 +01:00
Fabian Affolter
33738cc83a
Upgrade beautifulsoup4 to 4.8.2 ( #30274 )
2019-12-30 17:51:11 +01:00
Jc2k
fccb13b762
Add homekit_controller service.sensor.smoke ( #30269 )
2019-12-30 08:05:49 +00:00
Jc2k
8a22a38353
Accept homekit_controller pairing codes both with and without dashes ( #30273 )
...
* Handle MalformedPinError from homekit_python
* Handle both formats of pin codes
2019-12-30 07:36:01 +00:00
HomeAssistant Azure
13116d8d3f
[ci skip] Translation update
2019-12-30 00:32:19 +00:00
Ville Skyttä
9892564ab5
Upgrade rflink to 0.0.50, ignore_devices now supports * and ? anywhere ( #30268 )
...
https://github.com/aequitas/python-rflink/releases/tag/0.0.50
https://github.com/aequitas/python-rflink/releases/tag/0.0.49
https://github.com/aequitas/python-rflink/releases/tag/0.0.48
https://github.com/aequitas/python-rflink/releases/tag/0.0.47
2019-12-29 21:12:49 +02:00
François
85624e8031
Fix creating smappee sensors when remote is not active ( #30270 )
2019-12-29 17:18:23 +01:00
LE LAY Olivier
a91b005822
Fix ble_tracker randomly pygatt thrown error ( #28671 )
...
* fix(ble_tracker): catch randomly pygatt thrown error
* fix(ble_tracker): merge except errors
2019-12-29 09:26:43 +02:00
HomeAssistant Azure
5d8dda4f68
[ci skip] Translation update
2019-12-29 00:32:14 +00:00
Alexei Chetroi
36585558a5
Refactor ZHA channel logging ( #30259 )
...
Add channel.id property -- id unique for this the device only.
2019-12-28 15:41:55 -05:00
Robert Van Gorkom
08af989658
Fixing timezone issue which caused wrong selection of data to be used. ( #30011 )
2019-12-28 21:25:37 +01:00
Paulus Schoutsen
5a9e543087
Whitelist Android/iOS auth callbacks ( #30082 )
...
* Whitelist Android/iOS
* Add iOS alternate flavor URLs
* Update indieauth.py
Co-authored-by: Robbie Trencheny <me@robbiet.us>
2019-12-28 21:20:18 +01:00
Maikel Punie
e1e8d6a562
Bump python-velbus library to 2.0.32 to fix problems with the glaspanels ( #30257 )
2019-12-28 21:16:52 +01:00
Ville Skyttä
4e50a402c7
Note Huawei LTE notify service change requires restart ( #30223 )
...
Refs https://github.com/home-assistant/home-assistant/issues/30222
2019-12-28 16:31:42 +01:00
SukramJ
658ec309aa
Add HmIP-MOD_TM to HomematicIP Cloud ( #30255 )
2019-12-28 16:29:14 +01:00
Ville Skyttä
c5a280c064
Huawei LTE: Fix YAML options overriding ones set from GUI ( #30249 )
...
Closes https://github.com/home-assistant/home-assistant/issues/30221
2019-12-28 16:27:49 +01:00
Felix Barbalet
0323b246bd
Bump libpurecool to 0.6.0 ( #30247 )
...
* bump libpurecool to 0.6.0 - fixes home-assistant/home-assistant#26367
* update manifest too
2019-12-28 16:19:18 +01:00
SukramJ
134dc45b77
Bump dependency for HomematicIp cloud ( #30237 )
...
* Bump dependency for HomematicIp cloud
* Update test_data
2019-12-28 13:46:04 +01:00
Ville Skyttä
e4cda9ae0b
Fix Huawei LTE error message on service call without URL and routers ( #30250 )
2019-12-28 12:55:45 +01:00
Marcelo Moreira de Mello
59fee12b45
Bump ring to 0.2.8 to fix Oauth issues ( #30245 )
2019-12-28 10:15:35 +01:00
springstan
cf7b70dd8c
Bump python-qbittorrent to 0.4.1 ( #30239 )
2019-12-28 10:09:42 +01:00
HomeAssistant Azure
2e07902999
[ci skip] Translation update
2019-12-28 00:32:22 +00:00
Kerwood
9d6f3654ad
DECONZ - Added support for Aqara single switch WXKG03LM ( #30240 )
2019-12-27 21:47:45 +01:00
Franck Nijhof
9159da6583
Bump shodan to 1.21.1 ( #30234 )
2019-12-27 20:35:25 +01:00
HomeAssistant Azure
39d38923b7
[ci skip] Translation update
2019-12-27 00:32:13 +00:00
David F. Mulcahey
05a0922dc0
Bump ZHA dependencies ( #30228 )
...
* bump dependencies
* requirement files
* bump quirks to 0.0.30
2019-12-26 17:08:14 -05:00
Josh Bendavid
d6744fbc4e
Fix handling of symlinked device descriptors in keyboard_remote and move remaining sync io to executor thread pool ( #30206 )
...
* fix handling of symlinked device decriptors
* make check for symlinked paths more efficient
* make variable names pylint compliant
* move sync io during setup and device connect/disconnect to executor thread pool
* move remaining sync io during setup to executor thread pool
* remove unnecessary lambda functions
2019-12-26 19:06:57 +01:00
Paul Annekov
b2753b7578
bump tuyaha 0.0.5 ( #30213 )
2019-12-26 13:27:59 +01:00
Alan Tse
e58ef36adc
Bump teslajsonpy to 0.2.1 ( #30217 )
...
Closes #29922
2019-12-26 13:25:49 +01:00
HomeAssistant Azure
169c4089ff
[ci skip] Translation update
2019-12-26 00:32:16 +00:00
Ville Skyttä
50a87bbe18
Add Huawei LTE integration suspend and resume services ( #30207 )
...
Useful e.g. if accessing the router web interface from another source
such as a web browser is temporarily required.
2019-12-25 12:43:51 +01:00
Ville Skyttä
a5c4508571
Make Huawei LTE notify service name configurable ( #30208 )
...
* Default Huawei LTE notify service name to notify.huawei_lte, make configurable
Closes https://github.com/home-assistant/home-assistant/issues/29409
* Set default notify service name for uninvoked options flow
2019-12-25 13:42:28 +02:00
Kevin McCormack
f56797e413
Update Vivotek camera component ( #30191 )
...
- Bump libpyvivotek version to 0.4.0
- Add digest authentication
2019-12-25 11:45:49 +01:00
rhadamantys
89450f405c
Add support for enocean window handle FA 10 00 (Hoppe) ( #29968 )
...
* Added support for Somfy RTS wireless power socket and
Somfy Temperature Sensore Thermos Wirefree io
* Added code formatting fixes for commit 5faaf9c
* added support for RollerShutterRTSComponent from Somfy
* Added support for RTS roller shutter in set_cover_position
* added support for enocean window handle FA 10 00 (Hoppe)
* removed spaces in empty lines
* removal of rawdata attribute / code style
* isort fix
* PyLint fixes
* Improvements after review suggestions: rename device class to sensor type to avoid ambiguousness
* added import for DEVICE_CLASS_POWER from const.py
* removed window handle unit
2019-12-25 11:41:00 +01:00
Niall Donegan
5e3102b2d6
Pull track position from MPD status ( #28579 )
...
* Pull track position from MPD status()
This allows the progress bar to work when using the media-control card in lovelace.
* Actually commit flake8 fix!
* Extra documentation.
Mainly to trigger CI rerun.
* Updated to use self._media_position
2019-12-25 11:09:03 +01:00
Josef Schlehofer
217b974cef
Upgrade youtube_dl to 2019.12.25 ( #30203 )
2019-12-25 10:18:10 +01:00
HomeAssistant Azure
bb35d93fde
[ci skip] Translation update
2019-12-25 00:32:06 +00:00
ochlocracy
25f78dd1a9
Implement EqualizerController in Alexa for media_player. ( #30159 )
2019-12-24 17:06:39 -05:00
springstan
4ea42c2479
Bump datapoint to 0.9.5 ( #30185 )
2019-12-24 12:00:32 -07:00
springstan
482ff4061e
Bump importlib-metadata to 1.3.0 ( #30196 )
...
* Bump importlib-metadata to 1.3.0
* Include setup.py and package_constraints.txt
2019-12-24 12:00:05 -07:00
Tim Rightnour
f32eaa2fdd
Add onewire devices and owserver remote host support ( #29948 )
...
* Add support for HobbyBoards sensors: Hub, Humidity, Moisture, PulseCounter
Add support for an owserver running on a remote host
* Cleanup and fixes for style/etc
* Forgot to convert to f-strings.
* Update with changes requested by @MartinHjelmare
* Pylint
* Fix to None
* Reverse logic for hobbyboard test to eliminate pylint complaint
* Modified manifest to list myself as codeowner
* Move some functions down into OneWireProxy instead of the top OneWire
* Oops, missed some decode()'s
* And another!
2019-12-24 14:41:29 +01:00
Quentame
2113d65c06
Fix AdGuard Home safe search sensor name ( #30171 )
...
* Fix AdGuard Home safe search sensor name
* Fix typo
2019-12-24 14:14:58 +01:00
Fabian Affolter
783672d305
Upgrade zeroconf to 0.24.3 ( #30187 )
2019-12-24 14:11:01 +01:00
HomeAssistant Azure
8add6c5f2e
[ci skip] Translation update
2019-12-24 00:32:12 +00:00