Paulus Schoutsen and GitHub
a773534809
Merge pull request #37586 from home-assistant/rc
0.112.3
2020-07-06 16:42:07 -07: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 and Paulus Schoutsen
3bd5d83c9c
Ignore HEOS 1, 3, 5 and 7 for DenonAvr ssdp discovery ( #37579 )
2020-07-06 22:21:13 +00:00
jjlawren and Paulus Schoutsen
0f3b7b73af
Fix Plex client controls when connected via plex.tv resource ( #37572 )
2020-07-06 22:21:13 +00:00
J. Nick Koston and Paulus Schoutsen
38d2410156
Ensure homekit tv names can be saved ( #37571 )
2020-07-06 22:21:12 +00:00
J. Nick Koston and Paulus Schoutsen
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 and Paulus Schoutsen
a88ac1e1fc
Update frontend to 20200702.1 ( #37566 )
2020-07-06 22:21:11 +00:00
Sean Mooney and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
16b59220f3
Fix base class for ViCare binary sensor to remove warning ( #37478 )
2020-07-06 22:19:58 +00:00
Erik Montnemery and Paulus Schoutsen
050a558243
Fix base topic for 'topic' ( #37475 )
2020-07-06 22:19:57 +00:00
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 and Paulus Schoutsen
891640972b
Ensure removed entities are not displayed in logbook ( #37395 )
2020-07-06 22:19:56 +00:00
J. Nick Koston and Paulus Schoutsen
2e824f3fa5
Ensure logbook performs well when filtering is configured ( #37292 )
2020-07-06 22:19:55 +00:00
J. Nick Koston and Paulus Schoutsen
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 and GitHub
b76d7edf74
Merge pull request #37443 from home-assistant/rc
0.112.2
2020-07-03 22:14:46 -07:00
Paulus Schoutsen
18c16c464e
Bumped version to 0.112.2
2020-07-03 22:43:02 +00:00
Alan Tse and Paulus Schoutsen
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 and Paulus Schoutsen
e3d3b87f2e
Bump python-miio to 0.5.2.1 ( #37422 )
2020-07-03 22:42:53 +00:00
Aaron Bach and Paulus Schoutsen
032a6f3143
Bump pytile to 4.0.0 ( #37398 )
2020-07-03 22:42:52 +00:00
J. Nick Koston and Paulus Schoutsen
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 and Paulus Schoutsen
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 and Paulus Schoutsen
08ebc4ce62
Don't print MQTT credentials to log ( #37364 )
2020-07-03 22:42:50 +00:00
Paulus Schoutsen and GitHub
460bd2b3bb
Merge pull request #37377 from home-assistant/rc
0.112.1
2020-07-02 14:46:19 -07:00
Paulus Schoutsen
ec690bb369
Bumped version to 0.112.1
2020-07-02 20:15:44 +00:00
starkillerOG and Paulus Schoutsen
16dae8457a
Add DenonAvr missing error message ( #37370 )
2020-07-02 20:11:54 +00:00
Bram Kragten and Paulus Schoutsen
38599d2970
Update frontend to 20200702.0 ( #37369 )
2020-07-02 20:11:53 +00:00
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 and Paulus Schoutsen
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 and Paulus Schoutsen
69a5c63b71
Fix gogogate2 issue where non-admin users could not login ( #37353 )
2020-07-02 20:11:51 +00:00
Markus Bong and Paulus Schoutsen
9b854bdcd3
Fix devolo sensor subscriber ( #37337 )
2020-07-02 20:11:50 +00:00
bsmappee and Paulus Schoutsen
f335127750
Smappee dependency update ( #37331 )
2020-07-02 20:11:49 +00:00
Courtenay and Paulus Schoutsen
9131f5fa69
Change log url in config check error notification ( #37311 )
2020-07-02 20:11:49 +00:00
John Hollowell and Paulus Schoutsen
976d375a33
Update proxmoxve integration to correctly renew authentication ( #37016 )
2020-07-02 20:11:48 +00:00
Franck Nijhof and GitHub
dc8bfb76dc
Merge pull request #37280 from home-assistant/rc
0.112.0
2020-07-01 16:47:17 +02:00
Franck Nijhof
96d0ee3153
Bumped version to 0.112.0
2020-07-01 14:38:24 +02:00
Bram Kragten and Franck Nijhof
20c66b1fa3
Updated frontend to 20200701.0 ( #37279 )
2020-07-01 14:37:20 +02:00
Bram Kragten and Franck Nijhof
3c260c91c8
Revert "Update fritzconnection to 1.3.0" ( #37278 )
...
This reverts commit 2f46a81e3e .
2020-07-01 14:37:16 +02:00
Paulus Schoutsen
cce95312a9
Bumped version to 0.112.0b4
0.112.0b4
2020-06-30 19:43:05 +00:00
Sven-Hendrik Haase and Paulus Schoutsen
a7be7bcd0a
Update fritzconnection to 1.3.0 ( #37212 )
...
This effectively fixes an important bug where the graph would go negative because 1.2.0 used the 32-bit counters and 1.3.0 uses 64-bit counters will not realistically go negative any time soon.
2020-06-30 19:42:58 +00:00
J. Nick Koston and Paulus Schoutsen
a8e86a62a4
Update myq for latest client version requirement ( #37104 )
2020-06-30 19:42:57 +00:00
Paulus Schoutsen
4c052643ca
Bumped version to 0.112.0b3
0.112.0b3
2020-06-30 00:25:44 +00:00
Paulus Schoutsen
b7a071b23f
Updated frontend to 20200629.0 ( #37240 )
2020-06-30 00:25:37 +00:00
David F. Mulcahey and Paulus Schoutsen
f0a8e8ea04
Bump ZHA Quirks to 0.0.41 ( #37235 )
2020-06-30 00:25:36 +00:00
caf306799b
Fix Tile location accuracy bug ( #37233 )
...
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2020-06-30 00:25:35 +00:00
definitio and Paulus Schoutsen
d9a2cc93ba
Fixes after PR #36479 ( #37230 )
2020-06-30 00:25:34 +00:00
Franck Nijhof and Paulus Schoutsen
dbdd4f0e39
Ensure recorder data integrity and MySQL lock error handling ( #37228 )
2020-06-30 00:25:34 +00:00
MatthewFlamm and Paulus Schoutsen
edc44230b4
Fix wind speed change in NWS ( #37222 )
2020-06-30 00:25:33 +00:00
Rami Mosleh and Paulus Schoutsen
4d7a468c0e
Fix updating ping sensor ( #37220 )
2020-06-30 00:25:32 +00:00