J. Nick Koston
f06ae1fa95
Prevent kodi from blocking startup ( #38257 )
...
* Prevent kodi from blocking startup
* Update homeassistant/components/kodi/media_player.py
* isort
* ignore args
* adjustments per review
* asyncio
2020-07-28 07:43:42 +02:00
Chris
5fef9653a8
Fix ozw dimming duration ( #38254 )
...
* Dimming duration fix
Fixes #38068 - allows dimming duration to 7620 (default of 7621)
* Forgot to commit my test updates
* Added backwards compatibility with pre-150+ builds
Added tests for backwards compatibility
* Upped the build number cut off
* Add check for major.minor version as well
* Fix major.minor detection
* Adjust variable name
* Adjust version checking logic
* Math is hard
* Rename files, adjust test names
* Update doc string
2020-07-28 07:37:09 +02:00
Eugene Prystupa
c29f412a70
Add debug logging for bond ( #38304 )
2020-07-27 21:53:56 -05:00
Teemu R
213496095f
Bump python-miio to 0.5.3 ( #38300 )
2020-07-27 21:26:29 -05:00
Eugene Prystupa
020dd39c08
Apply changes from bond code review ( #38303 )
2020-07-27 21:18:24 -05:00
Marcio Granzotto Rodrigues
02e2c40c48
Bond - Make assumed state conditional ( #38209 )
2020-07-27 20:39:23 -05:00
HomeAssistant Azure
e6e3517a94
[ci skip] Translation update
2020-07-28 00:04:53 +00:00
Joakim Plate
0bcee21333
Restore rfxtrx state to off when delay off is in effect ( #38239 )
2020-07-28 01:45:41 +02:00
Jeroen Van den Keybus
a1e2bce1b9
Fix detection of zones 2 and 3 in Onkyo/Pioneer amplifiers ( #38234 )
2020-07-28 01:40:21 +02:00
Joakim Plate
c93fc8af4a
Clean up commands generation for rfxtrx ( #38236 )
2020-07-28 00:44:30 +02:00
Joakim Plate
c3966a5ef2
Setup rfxtrx event listener directly ( #38298 )
2020-07-28 00:29:35 +02:00
Phil Bruckner
1158925b53
Fix repeat action when variables present ( #38237 )
2020-07-27 16:51:34 -05:00
David Bonnes
bea1570354
Delint recent change to evohome ( #38294 )
2020-07-27 23:17:07 +02:00
Marcio Granzotto Rodrigues
561e4b537a
Fix #38289 issue with xboxapi lib ( #38293 )
2020-07-27 14:56:39 -04:00
J. Nick Koston
ddf7ceecd4
Prevent harmony from resetting state with multiple turn ons ( #38183 )
...
Automations or HomeKit may turn the device on multiple times
when the current activity is already active which will cause
harmony to lose state. This behavior is unexpected as turning
the device on when its already on isn't expected to reset state.
2020-07-27 06:31:30 -10:00
Greg Dowling
f38e1ae2c0
Don't set up callbacks until entity is created. ( #38251 )
2020-07-27 17:15:28 +02:00
David Bonnes
26bb604243
Remove evohome hvac_action as it is inaccurate ( #38244 )
2020-07-27 15:20:18 +02:00
James Callaghan
818949abd9
Corrected typo ( #38278 )
2020-07-27 15:19:10 +02:00
Phil Bruckner
1a760c63d0
Fix parallel script containing repeat or choose action with max_runs > 10 ( #38243 )
2020-07-27 10:43:58 +02:00
Markus Bong
569caf9e40
Change devolo Home Control entity naming ( #38275 )
...
* adding suffix after the entity name just in case the device class is not known
* remove if else
2020-07-27 10:17:45 +02:00
On Freund
b226a7183f
Add config flow to Volumio ( #38252 )
2020-07-27 09:19:19 +02:00
J. Nick Koston
8b06d1d4bd
Prevent onvif from blocking startup ( #38256 )
2020-07-27 08:51:53 +02:00
MikeTsenatek
da30ed06d8
Update holidays to 0.10.3 ( #38246 )
2020-07-27 08:17:40 +02:00
Mister Wil
8fec0da5be
Fix Skybell useragent ( #38245 )
2020-07-27 08:08:01 +02:00
J. Nick Koston
56186a3d75
Improve setup retry logic to handle inconsistent powerview hub availability ( #38249 )
2020-07-26 17:01:29 -10:00
Maciej Bieniek
2b0914994d
Add changes from comments after merging AccuWeather ( #38227 )
...
* Fix documentation url
* Return None instead STATE_UNKNOWN
* Invert forecast check
* Patch async_setup_entry in test_create entry
* Improve test name, docstring and add comment
2020-07-26 20:00:47 -05:00
HomeAssistant Azure
8abdc2c969
[ci skip] Translation update
2020-07-27 00:02:58 +00:00
Eugene Prystupa
4d73f107c4
Implement resilient startup for bond integration with ConfigEntryNotReady support ( #38253 )
2020-07-26 18:27:18 -05:00
David Bonnes
455ac1cadf
fix issue #34559 ( #38241 )
2020-07-26 21:13:10 +01:00
shred86
36cb818cd0
Add Abode camera on and off support ( #35164 )
...
* Add Abode camera controls
* Add tests for camera turn on and off service
* Bump abodepy version
* Bump abodepy version and updates to reflect changes
* Update manifest
2020-07-26 08:59:11 -10:00
Alan Tse
093bd863ba
Add update available binary sensor to Tesla ( #37991 )
...
* Add update available binary sensor to Tesla
* Bump teslajsonpy to 0.10.1
* Add check for DEVICE_CLASS
* Change to relative import
2020-07-26 08:00:07 -10:00
Eugene Prystupa
2d6eb5c05d
Refactor bond unit tests to reduce boilerplate ( #38177 )
...
* Refactor bond unit tests to reduce boilerplate
* Refactor bond unit tests to reduce boilerplate (PR feedback)
* Refactor bond unit tests to reduce boilerplate (PR feedback, nullcontext)
2020-07-26 12:15:21 -05:00
Ville Skyttä
34ac4e78af
Fix libav install in Travis CI ( #38221 )
2020-07-26 15:56:00 +02:00
J. Nick Koston
f6b0f8d6de
Update logbook to use async_add_executor_job ( #38217 )
2020-07-26 10:42:28 +02:00
J. Nick Koston
a39aec862e
Attempt to fix islamic prayer times tests ( #38220 )
...
* Attempt to fix islamic_prayer_times tests
* adj
2020-07-26 10:26:32 +02:00
J. Nick Koston
34d01d5e47
Mark event tests to run as callbacks ( #38212 )
...
* Mark event tests to run as callbacks
* revert change to same state check that is expected to run in a thread
2020-07-25 17:52:48 -10:00
HomeAssistant Azure
d1464211a6
[ci skip] Translation update
2020-07-26 00:04:14 +00:00
Aidan Timson
dcba45e67d
Add Azure DevOps Integration ( #33765 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com >
2020-07-26 00:04:10 +02:00
Joakim Plate
fd11748a1a
Make rfxtrx RfyDevices have sun automation switches ( #38210 )
...
* RfyDevices have sun automation
* We must accept sun automation commands for switch
* Add test for Rfy sun automation
2020-07-25 22:56:58 +02:00
Emil Stjerneman
85c856cfa3
Volvo on call updates ( #38142 )
...
* Add "doors_tailgate_open" and "average_speed" to resource list
* Bump volvooncall from 0.8.7 to 0.8.12
* Bump volvooncall in requirements_all.txt
2020-07-25 14:48:19 -05:00
Robert Van Gorkom
da380d89c2
Removing gogogate2 emulated cover transitional states. ( #38199 )
2020-07-25 21:43:45 +02:00
Joakim Plate
1776540757
Rfxtrx fixup config entry creation ( #38185 )
...
* Make sure import flow completely replace existing config
* Make sure added device contain correct config data
* Revert change to directly run init
2020-07-25 19:13:10 +02:00
J. Nick Koston
3206f4dc83
Support multiple camera streams in HomeKit ( #37968 )
...
* Support multiple camera stream in HomeKit
* Update homeassistant/components/homekit/type_cameras.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Revert "Update homeassistant/components/homekit/type_cameras.py"
This reverts commit d7624c5bffcd9d6cecd9e096ea7ae34b29c21e74.
* Update homeassistant/components/homekit/type_cameras.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* Update homeassistant/components/homekit/type_cameras.py
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
* black
* bump pyhap
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-07-25 07:12:14 -10:00
Phil Bruckner
bbc8748e3b
Stop automation runs when turned off or reloaded ( #38174 )
...
* Add automation turn off / reload test
* Stop automation runs when turned off or reloaded
2020-07-25 12:19:55 +02:00
Daniel Hjelseth Høyer
662d79eb86
Prevent unnecessary updates of met component ( #38168 )
2020-07-25 11:18:30 +02:00
J. Nick Koston
a07f4e0986
Ignore harmony hubs ips that are already configured during ssdp discovery ( #38181 )
...
We would connect to the hub via discovery and via setup
around the same time. This put additional load on the hub
which can increase the risk of timeouts.
2020-07-25 11:13:47 +02:00
J. Nick Koston
973688d87e
Bump netdisco to 2.8.1 ( #38173 )
...
* Bump netdisco to 2.8.1
* bump ssdp
2020-07-24 21:00:08 -10:00
Nick Whyte
7599997a46
Enable Homekit remote support for devices without play/pause ( #37180 )
...
* Enable Homekit remote support for devices without play/pause
* linting
* Update tests
* code review
* code review
2020-07-24 18:20:29 -10:00
J. Nick Koston
b868f13591
Ensure all track time change tests mock a specific start time ( #38178 )
...
* Ensure all track time change tests mock a specific start time
* make sure tests calling async_track_utc_time_change fire time in utc
2020-07-24 19:04:36 -07:00
HomeAssistant Azure
a1ebb52813
[ci skip] Translation update
2020-07-25 00:04:22 +00:00