-
-
Notifications
You must be signed in to change notification settings - Fork 34.2k
0.112.3 #37586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
- Move logbook continuous domain filtering to sql (@bdraco - #37115) (logbook docs)
- Ensure logbook performs well when filtering is configured (@bdraco - #37292) (logbook docs)
- Ensure removed entities are not displayed in logbook (@bdraco - #37395) (logbook docs) (recorder docs)
- Stop Speedtest sensors update on startup if manual option is enabled (@engrbm87 - #37403) (speedtestdotnet docs)
- Fix base topic for 'topic' (@emontnemery - #37475) (mqtt docs)
- Fix base class for ViCare binary sensor to remove warning (@crazyfx1 - #37478) (vicare docs)
- Fix braviatv authentication refresh (@dcnielsen90 - #37482) (braviatv docs)
- Fix default icon for Withings sleep sensor (@SeanPM5 - #37502) (withings docs)
- Update frontend to 20200702.1 (@bramkragten - #37566) (frontend docs)
- Suppress spurious homekit warning about media player sources when the device is off (@bdraco - #37567) (homekit docs)
- Ensure homekit tv names can be saved (@bdraco - #37571) (homekit docs)
- Fix Plex client controls when connected via plex.tv resource (@jjlawren - #37572) (plex docs)
- Ignore HEOS 1, 3, 5 and 7 for DenonAvr ssdp discovery (@starkillerOG - #37579) (denonavr docs)
* 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
…37403) Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
- 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.
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/
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.