Aaron Bach
19f48e180c
Remove YAML config for Tile ( #43064 )
2020-11-11 09:44:14 +01:00
jjlawren
39cdf61c2d
Fix Plex auth issues by setting header ( #43081 )
2020-11-11 09:40:25 +01:00
Rob Bierbooms
930866bad5
Add MIN_TIME_BETWEEN_UPDATES to dsmr integration ( #43057 )
2020-11-11 09:21:07 +01:00
David Nielsen
11a9aa3956
Update bravia-tv to 1.0.8 ( #43069 )
2020-11-11 09:18:14 +01:00
Matthew Donoughe
9771ac1169
Upgrade pylutron-caseta to 0.7.2 ( #43075 )
2020-11-11 09:15:18 +01:00
Shay Levy
0ddf14a98a
Cleanup and naming schema fixes for Shelly ( #42987 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-11 09:05:08 +01:00
J. Nick Koston
94bf55e29b
Limit concurrency of async_get_integration to avoid creating extra threads ( #43085 )
...
* Limit concurrency of async_get_integration to avoid creating extra threads
Since async_get_integration is waiting on the disk most of the time
it would end up creating many new threads because the disk could
not deliver the data in time.
* pylint
2020-11-10 21:34:54 -10:00
Aaron Bach
518e462e9a
Streamline Tile CoordinatorEntity ( #43065 )
2020-11-10 18:00:19 -07:00
Aaron Bach
9b58b24b17
Fix API change with Notion batteries ( #43073 )
2020-11-10 18:00:04 -07:00
HomeAssistant Azure
4b9ba79584
[ci skip] Translation update
2020-11-11 00:10:27 +00:00
Paulus Schoutsen
ec1b9c2099
Fix mfi test ( #43067 )
2020-11-11 00:03:16 +01:00
Paulus Schoutsen
7745408440
System health improvement ( #43066 )
2020-11-10 23:56:50 +01:00
rajlaud
55a6d37f2c
Add proxy support for browse media images ( #42193 )
...
Co-authored-by: Chris Talkington <chris@talkingtontech.com>
2020-11-10 23:51:58 +01:00
Allen Porter
94db07ca8c
Update nest sdm camera to refresh in background ( #42865 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-10 23:48:02 +01:00
Paulus Schoutsen
9f4480a634
Add system health streaming updates ( #42831 )
2020-11-10 22:45:59 +01:00
Erik Montnemery
8a7febcfbe
Improve restore of deleted devices ( #42703 )
...
* Improve restore of deleted devices
* Simplify
2020-11-10 22:14:39 +01:00
Rob Bierbooms
1fe93b4ec9
Remove setting log level of dsmr_parser inside dsmr integration ( #43059 )
2020-11-10 22:13:26 +01:00
Paulus Schoutsen
b1c78554f2
Fix mfi test ( #43060 )
2020-11-10 22:09:38 +01:00
Sébastien RAMAGE
0eb473769f
Update zigpy-zigate to 0.7.0 ( #43043 )
2020-11-10 16:02:44 -05:00
Erik Montnemery
4e49bd0596
Correct handling of existing MQTT subscriptions ( #43056 )
2020-11-10 21:55:26 +01:00
Pawel
d7bcf4a3b4
Add available state for Epson integration ( #43038 )
2020-11-10 12:58:00 +01:00
9R
0c9189af0a
Add set and check repeat mode to mpd component ( #42808 )
...
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-11-10 12:56:04 +01:00
Paulus Schoutsen
3af1771616
Include device_id in ZHA event ( #43037 )
2020-11-10 12:43:15 +01:00
Elena Rogleva
c029d29f11
Rewrite the pilight/test_sensor.py tests to use async pytest functions ( #42418 )
2020-11-10 11:11:56 +01:00
Felipe Martins Diel
48e954e038
Change instructions for unlocking Broadlink devices ( #42023 )
2020-11-10 10:42:59 +01:00
Peter Epley
b099726854
Add function to remove holidays from workday sensor ( #41988 )
2020-11-10 10:26:55 +01:00
springstan
1366354725
Clean up yaml configurations for all fritz integrations ( #39995 )
2020-11-10 10:08:49 +01:00
Felipe Martins Diel
2b83af856f
Set an appropriate SCAN_INTERVAL for Broadlink A1 sensor ( #41309 )
2020-11-10 10:02:37 +01:00
Paulus Schoutsen
1fba245ff1
Catch correct error when Spotify has a request error ( #43032 )
2020-11-10 09:58:52 +01:00
Pawel
3d4c530dd0
Address review feedback for Epson ( #43012 )
...
* Martin review
* Update homeassistant/components/epson/__init__.py
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
* fix STATE_UNAVAILABLE
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>
2020-11-10 09:55:42 +01:00
JJdeVries
537c0c41eb
Bump aioasuswrt version to handle telnet asus routers ( #43031 )
2020-11-10 09:50:03 +01:00
Thibaut
7ba373e74b
Bump pymfy to 0.9.1 ( #43021 )
2020-11-10 09:38:14 +01:00
Aaron Bach
49b4f9d2c6
Streamline Notion CoordinatorEntity ( #43027 )
2020-11-10 09:24:27 +01:00
Aaron Bach
244bfb2096
Deprecate YAML config for Notion (0.119 removal) ( #43026 )
2020-11-09 23:47:38 -06:00
HomeAssistant Azure
95c9880c52
[ci skip] Translation update
2020-11-10 00:04:21 +00:00
Rob Bierbooms
f09004acf5
Increase timeout for setup of rfxtrx ( #43003 )
...
* Increase timeout and remove reload
* Use asyncio.TimeoutError
* Remove import
* Add logging
* Minor tweak
* Fix black
* Update homeassistant/components/rfxtrx/__init__.py
Co-authored-by: Joakim Plate <elupus@ecce.se>
2020-11-10 00:30:15 +01:00
Aaron Bach
5541721899
Migrate Recollect Waste integration to use aiorecollect library ( #43022 )
2020-11-09 23:31:48 +01:00
Charles Garwood
0d203da854
Bump python-openzwave-mqtt to 1.3.2 ( #43020 )
2020-11-09 23:26:42 +01:00
epenet
7716740c18
Update inheritance for onewire entities ( #43019 )
2020-11-09 23:21:16 +01:00
Aaron Bach
6f4219d709
Add support for additional SimpliSafe sensors ( #43017 )
2020-11-09 23:18:18 +01:00
Diego Elio Pettenò
6b21df9053
Expose Dyson PureCool filter life remaining percentage ( #42765 )
2020-11-09 23:01:13 +01:00
ollo69
ebc26c70b9
Remove Tuya climate ext. temperature entity option ( #42546 )
2020-11-09 22:57:04 +01:00
dmonego
dc89bfe9ce
Remove stale fixture from mqtt-statestream tests ( #42233 )
2020-11-09 22:55:00 +01:00
ZzetT
d8f2d04b4f
Fix volume calculation of Onkyo MediaPlayer ( #42236 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-11-09 22:43:55 +01:00
J. Nick Koston
c7f35b20fb
Make all translations cacheable ( #42892 )
2020-11-09 22:36:45 +01:00
Oncleben31
3187c7cc9d
Add missing device class strings (binary sensor) ( #42326 )
...
`battery_charging`, `light`, `moving`, `plug` were missing.
Developer documentation was used for states text:
https://developers.home-assistant.io/docs/core/entity/binary-sensor
2020-11-09 22:09:44 +01:00
J. Nick Koston
add50cb33a
Add services to log and dump objects to the profiler to help track down memory leaks ( #42951 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-11-09 10:54:18 -10:00
Hmmbob
2d6a12ea34
Bump gTTS-token to 1.1.4 ( #43015 )
2020-11-09 20:17:57 +01:00
Erik Montnemery
5694e4190c
Extend WS API result when enabling an entity ( #42667 )
...
* Extend WS API result when enabling an entity
* Fix tests
* Fix tests
* Move updated registry entry to sub dict
* Address review comments
* Increase test coverage
2020-11-09 19:47:45 +01:00
Thomas
94182a9443
Fix vasttrafik sensor displaying incorrect departure times ( #43011 )
2020-11-09 18:45:36 +01:00