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
J. Nick Koston
f6b0f8d6de
Update logbook to use async_add_executor_job ( #38217 )
2020-07-26 10:42:28 +02: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 d7624c5bff
.
* 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
HomeAssistant Azure
a1ebb52813
[ci skip] Translation update
2020-07-25 00:04:22 +00:00
Markus Korbel
b55d1127de
Added 2020 version Aqara double wall switch ( #38164 )
...
Added support for new 2020 version of the Aqara D1 double wall switch (lumi.remote.b286acn02)
Confirmed that all button press events use the same codes after updating deconz rest api to add support for this switch.
A contributor of the API currently has the working version @ git clone --branch Legrand-teleruptor https://github.com/Smanar/deconz-rest-plugin.git
2020-07-24 23:17:39 +02:00
Maciej Bieniek
581c4a4edd
Add AccuWeather integration ( #37166 )
...
* Initial commit
* Fix strings
* Fix unit system
* Add config_flow tests
* Simplify tests
* More tests
* Update comment
* Fix pylint error
* Run gen_requirements_all
* Fix pyline error
* Round precipitation and precipitation probability
* Bump backend library
* Bump backend library
* Add undo update listener on unload
* Add translation key for invalid_api_key
* Remove entity_registry_enabled_default property
* Suggested change
* Bump library
2020-07-24 15:59:15 -05:00
Daniel Hjelseth Høyer
9fe142a114
Prevent unnecessary updates of sun component ( #38169 )
2020-07-24 10:46:05 -10:00
Daniel Hjelseth Høyer
8943954b18
Prevent unnecessary updates of zone component ( #38167 )
2020-07-24 10:45:34 -10:00
Eugene Prystupa
69203b5373
Gracefully handle bond API errors and timeouts through available state ( #38137 )
...
* Gracefully handle API errors and timeouts through available state
* Gracefully handle API errors and timeouts through available state
2020-07-24 15:14:47 -05:00
Heiko Rothe
21db4a4160
Fix Xbox Live integration ( #38146 )
...
* Fix Xbox Live component
The API moved to a different domain, so the integration was broken.
The library upgrade contains the required fixes.
* Fix API connectivity check
* Access dict values directly
2020-07-24 21:45:59 +02:00
Joakim Plate
632a36d819
Support rfxtrx smoke detectors, motion sensors as binary_sensors ( #38000 )
...
* Add binary sensor support to motion sensors and smoke detectors
* Add support for new sensor events as binary sensors
Adds a default device_class for motion sensors and smoke detector
* Use device type instead of event to set class
* Add some additional binary values
2020-07-24 17:16:41 +02:00
Kevin Fronczak
3149cf6849
Bump python-slugify to 4.0.1 ( #38140 )
...
* Bump python-slugify to 4.0.1
* Dummy commit to re-trigger tests
2020-07-24 16:55:54 +02:00
Philipp Schmitt
027ece52e6
Fix Nuki Locks and Openers not being available after some time ( #38159 )
2020-07-24 16:42:42 +02:00
Tomasz
19e06c613b
convert_until isn't returning anything ( #38157 )
2020-07-24 15:24:19 +01:00
Thomas Delaet
3ff5c17009
Support unavailable state in template fan ( #38114 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-07-24 15:48:07 +02:00
Joakim Plate
5d28e109e8
Asyncify rfxtrx startup and event handling ( #38155 )
...
* Asyncify startup and event handling
* Adjust linting error
* Must use the thread safe add_job function
* Switch to correct async function
2020-07-24 14:40:10 +02:00
Rob Bierbooms
c76b11f9d7
Write device_id to ConfigEntry of rfxtrx integration ( #38064 )
...
* Write device_id to ConfigEntry
* Rework based on review comment
* Add hass add job
* Cleanup
2020-07-24 11:49:48 +02:00
Franck Nijhof
0b9663a23b
Fix incorrect mesurement in Toon for meter low ( #38149 )
2020-07-24 11:00:17 +02:00
Phil Bruckner
2f87da8aa9
Fix script repeat variable lifetime ( #38124 )
2020-07-23 23:11:21 -07:00
J. Nick Koston
a7459b3126
Log which task is blocking startup when debug logging is on ( #38134 )
...
* Log which task is blocking startup when debug logging for homeassistant.core is on
* test needs to go one level deeper now
2020-07-23 20:03:42 -06:00
Aaron Bach
a5b7a2c228
Fix SimpliSafe to work with new MFA ( #38097 )
...
* Fix SimpliSafe to work with new MFA
* Code review (part 1)
* Input needed from Martin
* Code review
* Code review
* Restore YAML
* Tests
* Code review
* Remove JSON patching in tests
* Add reauth test
* One more reauth test
* Don't abuse the word "conf"
* Update homeassistant/components/simplisafe/config_flow.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Test coverage
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-07-23 20:02:29 -06:00
Eugene Prystupa
2dfd767b8c
Upgrade bond-api to 0.1.7 ( #38121 )
2020-07-23 19:55:27 -05:00
HomeAssistant Azure
124ea04e57
[ci skip] Translation update
2020-07-24 00:02:30 +00:00
Rob Bierbooms
0e0f61764a
Fix updates of Rssi for control devices in rfxtrx ( #38131 )
...
* Change entity to entity_info
* Fix bug in RSSI for Control devices
2020-07-24 01:49:46 +02:00