Robert Svensson
738d3a13e1
UniFi - Handle session expiration ( #37782 )
2020-07-14 01:11:23 +00:00
Kevin Fronczak
2c58d860b6
Bump blinkpy version to fix connection errors ( #37755 )
...
* Bump blinkpy version to fix connection errors
* Bump blinkpy version to fix connection errors
* Rebased, re-ran gen_requirements_all
2020-07-14 01:11:23 +00:00
Rohan Kapoor
d0e26c3dee
Add support for the DataUpdateCoordinator to not automatically update ( #37734 )
2020-07-14 01:11:22 +00:00
J. Nick Koston
6eca0b2a39
Fix homekit_controller discovery via zeroconf ( #37725 )
2020-07-14 01:11:21 +00:00
Erik Montnemery
502f0cd2ce
Fix MQTT availability startup race ( #37718 )
2020-07-14 01:10:42 +00:00
Erik Montnemery
114fbb1278
Tweak MQTT availability ( #37719 )
2020-07-14 01:10:25 +00:00
Erik Montnemery
5d26f5d01d
Support multiple MQTT availability topics ( #37418 )
...
* Support multiple MQTT availability topics
* Make availability list and availability_topic exclusive
* Make availability list and availability_topic exclusive
* Add missing abbreviation
2020-07-14 01:10:15 +00:00
Rami Mosleh
0d58048cea
Properly set update_interval during Speedtest setup ( #37708 )
...
* Properly set update_interval during setup
* implement new update_interval method
2020-07-14 01:04:47 +00:00
bsmappee
39d5fb82e5
Smappee dependency update ( #37680 )
2020-07-14 01:04:47 +00:00
Paulus Schoutsen
81af0e2ada
Bumped version to 0.112.4
2020-07-09 00:18:38 +00:00
J. Nick Koston
9be06d8be4
Increase slow setup logging to warning level ( #37635 )
...
When I fixed verbose logging in #36444 , I did not
realize this would mean almost nobody would
see this now.
2020-07-09 00:18:31 +00:00
Robert Van Gorkom
2da64b03f3
Remove withings use of deprecated classes ( #37611 )
...
Adjusting in bed device class to occupancy.
2020-07-09 00:18:31 +00:00
Bas Nijholt
3ede54def9
Bump aiokef to v0.2.13 which fixes the device from becoming "Unavailable" ( #37607 )
2020-07-09 00:18:30 +00:00
Maciej Bieniek
3b56e75e1d
Bump backend library for Dune HD integration ( #37594 )
2020-07-09 00:18:03 +00:00
starkillerOG
8f77cc2f7b
Fix DenonAvr discovery of Denon DN-500AV ( #37529 )
...
* fix discovery of Denon DN-500AV
* fix discovery of Denon DN-500AV
* fix discovery of Denon DN-500AV
* fix typo
* bump denonavr to 0.9.4
* add ignored model test
* fix mistake in branch
2020-07-09 00:18:02 +00:00
bsmappee
cdb283319d
Update Smappee integration with proper solar, voltage and reactive entities ( #37407 )
2020-07-09 00:18:01 +00:00
bsmappee
a30b5690f8
Place smappee supported configurations after device class ( #37595 )
2020-07-09 00:17:51 +00:00
therealryanbonham
aac65416ff
Upgrade sonar to 0.2.3 ( #37392 )
...
Co-authored-by: Ryan Bonham <ryan@transparent-tech.com >
2020-07-09 00:16:44 +00:00
Sava Tshontikidis
af87168ca3
Add kwargs to send_magic_packet() service individually ( #37387 )
2020-07-09 00:16:43 +00:00
Paulus Schoutsen
e5a2b0d2d8
Bumped version to 0.112.3
2020-07-06 22:36:05 +00:00
Paulus Schoutsen
7ba9bcebed
Fix CODEOWNERS
2020-07-06 22:35:38 +00:00
starkillerOG
3bd5d83c9c
Ignore HEOS 1, 3, 5 and 7 for DenonAvr ssdp discovery ( #37579 )
2020-07-06 22:21:13 +00:00
jjlawren
0f3b7b73af
Fix Plex client controls when connected via plex.tv resource ( #37572 )
2020-07-06 22:21:13 +00:00
J. Nick Koston
38d2410156
Ensure homekit tv names can be saved ( #37571 )
2020-07-06 22:21:12 +00:00
J. Nick Koston
82693d9dca
Suppress spurious homekit warning about media player sources when the device is off ( #37567 )
2020-07-06 22:21:11 +00:00
Bram Kragten
a88ac1e1fc
Update frontend to 20200702.1 ( #37566 )
2020-07-06 22:21:11 +00:00
Sean Mooney
37bef01f67
Fix default icon for Withings sleep sensor ( #37502 )
...
The icon for Withings sleep sensor was using `mdi:bed` (which is correct for MDI v5.0.45 and later). However Home Assistant still uses an older version of Material Design Icons (4.9.95), so this `mdi:bed` icon was not displaying at all. It should be`mdi:hotel` instead, which you can see here: https://cdn.materialdesignicons.com/4.9.95/
2020-07-06 22:21:10 +00:00
David Nielsen
7c3e64673f
Fix braviatv authentication refresh ( #37482 )
...
- Bumps bravia-tv lib to 1.0.6 which fixes is_connected() to actually
return True only when API is connected, instead of just returning whether
or not cookies are cached (regardless if they actually worked).
- Wrap is_connected() because it now performs io.
- Remove unnecessary logic to refresh cookies. Now that
is_connected() works, the bravia instance only needs to be
reconnected when is_connected is False and TV is not off.
2020-07-06 22:20:57 +00:00
Martin
16b59220f3
Fix base class for ViCare binary sensor to remove warning ( #37478 )
2020-07-06 22:19:58 +00:00
Erik Montnemery
050a558243
Fix base topic for 'topic' ( #37475 )
2020-07-06 22:19:57 +00:00
Rami Mosleh
ddb049e884
Stop Speedtest sensors update on startup if manual option is enabled ( #37403 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-07-06 22:19:57 +00:00
J. Nick Koston
891640972b
Ensure removed entities are not displayed in logbook ( #37395 )
2020-07-06 22:19:56 +00:00
J. Nick Koston
2e824f3fa5
Ensure logbook performs well when filtering is configured ( #37292 )
2020-07-06 22:19:55 +00:00
J. Nick Koston
4ca643342e
Move logbook continuous domain filtering to sql ( #37115 )
...
* Move logbook continuous domain filtering to sql
sensors tend to generate a significant amount of states
that are filtered out by logbook. In testing 75% of
states can be filtered away in sql to avoid the
sqlalchemy ORM overhead of creating objects that will
be discarded.
* remove un-needed nesting
2020-07-06 22:19:54 +00:00
Paulus Schoutsen
18c16c464e
Bumped version to 0.112.2
2020-07-03 22:43:02 +00:00
Alan Tse
30e980d389
Bump teslajsonpy to 0.9.2 ( #37434 )
...
* Bump teslajsonpy to 0.9.1
closes #37340
* Bump teslajsonpy to 0.9.2
2020-07-03 22:42:54 +00:00
Teemu R
e3d3b87f2e
Bump python-miio to 0.5.2.1 ( #37422 )
2020-07-03 22:42:53 +00:00
Aaron Bach
032a6f3143
Bump pytile to 4.0.0 ( #37398 )
2020-07-03 22:42:52 +00:00
J. Nick Koston
d7ecbb8ebe
Ensure logbook entries appear when the logbook.log ( #37388 )
...
service without a domain or entity_id
2020-07-03 22:42:51 +00:00
J. Nick Koston
ed086e5200
Handle index already existing on db migration with MySQLdb backend ( #37384 )
...
_create_index needed the same check as _add_columns since
the MySQLdb backend throws OperationalError instead
of InternalError in this case
2020-07-03 22:42:51 +00:00
Erik Montnemery
08ebc4ce62
Don't print MQTT credentials to log ( #37364 )
2020-07-03 22:42:50 +00:00
Paulus Schoutsen
ec690bb369
Bumped version to 0.112.1
2020-07-02 20:15:44 +00:00
starkillerOG
16dae8457a
Add DenonAvr missing error message ( #37370 )
2020-07-02 20:11:54 +00:00
Bram Kragten
38599d2970
Update frontend to 20200702.0 ( #37369 )
2020-07-02 20:11:53 +00:00
Robert Van Gorkom
5013b7e049
Fix withings bug that grabbed oldest value instead of the newest ( #37362 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-07-02 20:11:52 +00:00
uvjustin
b21c81656f
Use entry.data.get() in forked_daapd config_flow as some entries miss… ( #37359 )
2020-07-02 20:11:52 +00:00
Robert Van Gorkom
69a5c63b71
Fix gogogate2 issue where non-admin users could not login ( #37353 )
2020-07-02 20:11:51 +00:00
Markus Bong
9b854bdcd3
Fix devolo sensor subscriber ( #37337 )
2020-07-02 20:11:50 +00:00
bsmappee
f335127750
Smappee dependency update ( #37331 )
2020-07-02 20:11:49 +00:00
Courtenay
9131f5fa69
Change log url in config check error notification ( #37311 )
2020-07-02 20:11:49 +00:00