0.112 Release notes (#13874)

This commit is contained in:
Franck Nijhof 2020-07-01 15:30:20 +02:00 committed by GitHub
parent 6d9c63f850
commit d0a88e58cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 170 additions and 39 deletions

View File

@ -100,9 +100,9 @@ social:
# Home Assistant release details
current_major_version: 0
current_minor_version: 111
current_patch_version: 4
date_released: 2020-06-17
current_minor_version: 112
current_patch_version: 0
date_released: 2020-07-01
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -1,22 +1,39 @@
---
layout: post
title: "0.112: Beta release notes"
description: "0.112: Beta release notes"
date: 2020-06-24 00:00:00
title: "0.112: Making things faster; Logbook & History"
description: "0.112: Performance improvements for the logbook and history, conditions enhancements, automatically disconnecting UI and some things moved around in the UI"
date: 2020-07-01 00:00:00
date_formatted: "July 1, 2020"
author: Franck Nijhof
author_twitter: frenck
comments: true
categories: Release-Notes
og_image: /images/blog/2020-06-0.112/social.png
og_image: /images/blog/2020-07-0.112/social.png
---
<a href='/integrations/#version/0.112'><img src='/images/blog/2020-06-0.112/social.png' style='border: 0;box-shadow: none;'></a>
<a href='/integrations/#version/0.112'><img src='/images/blog/2020-07-0.112/social.png' style='border: 0;box-shadow: none;'></a>
And another 3 week passed! Home Assistant Core 0.112.0!
And another three weeks passed! Home Assistant Core 0.112!
Please note, these are the beta release notes and might still change during
the beta week.
At this point, I almost feel like "Making things easier" as the motto for our
current development is replaced by: **Making things faster!** 🚀
The last couple of releases, tons of performance improvements where made, most
notably the frontend starting sooner in the previous
[0.111 release](/blog/2020/06/10/release-111/).
This release is no exception, bringing absolutely game-changing performance
improvements to the logbook and history panels. Honestly, I avoided using the
logbook in the past because of the slowness it had.
Personally, I feel like Home Assistant is growing up. Slowly things become more
reliable, faster, easier to use, slick, more fine-grained?
I might be biased a bit... What do you think? What is your favorite improvement
that was made lately?
Enjoy the release!
../Frenck
## Important upgrade notice!
@ -27,9 +44,9 @@ it will be migrated to the new format.
Depending on the size of your database and the performance of the hardware you
run Home Assistant on, this migration process could add additional time to the
first time starting after the upgrade. For most of us, this add just a couple of
minutes, but if you have an enormous database (for example, 30+ GiB), it might
take an hour or maybe even two.
first time starting after the upgrade. For most of us, this adds just a couple
of minutes, but if you have an enormous database (for example, 30+ GiB),
it might take an hour or maybe even two.
So, don't panic if Home Assistant doesn't come up immediately.
@ -39,7 +56,7 @@ The reason for the above-mentioned database change can be found in the
Logbook & History. Thanks to [@bdraco], who has been improving this part
of Home Assistant the past weeks.
As a result of his effort, this History & Logbook are now lightning fast. ⚡️
As a result of his effort, the History & Logbook are now lightning fast. ⚡️
Not a tiny bit faster, but a whole new experience compared to how it used to
be. Fantastic work there [@bdraco]!
@ -50,12 +67,12 @@ So, [@bramkragten] stepped on the Logbook & History train and made the logbook
and history panels a lot more flexible.
You no longer have to choose between a fixed period to show, but can define
the period you want to see data from yourself.
the period you want to see data for yourself.
Select a start and end date and time window and it will show just that data.
<p class='img'>
<img src='/images/blog/2020-06-0.112/datetime-picker.png' alt='Screenshot of the new date/time picker'></a>
<img src='/images/blog/2020-07-0.112/datetime-picker.png' alt='Screenshot of the new date/time picker'></a>
Screenshot of the new date/time picker.
</p>
@ -69,7 +86,7 @@ Talking about the logbook, you can now also see who made a change in the
logbook! No more discussion about who changed the temperature!
<p class='img'>
<img src='/images/blog/2020-06-0.112/logbook-who.png' alt='Screenshot of the logbook showing who made the change'></a>
<img src='/images/blog/2020-07-0.112/logbook-who.png' alt='Screenshot of the logbook showing who made the change'></a>
Screenshot of the logbook showing who made the change.
</p>
@ -155,20 +172,20 @@ because the integration settings would be on the integrations page. ZHA also had
a lot of device settings in its own panel, resulting in a lot of duplicate
functionality spread across the Home Assistant interface.
These panels and tools now moved to the integrations pages, directly with
These panels and tools are now moved to the integrations pages, directly within
the integration that provides those. You can find them on the card of the
integration at the `Configure` button.
<p class='img'>
<img src='/images/blog/2020-06-0.112/configure-mqtt.png' alt='Screenshot of the MQTT configure button'></a>
<img src='/images/blog/2020-07-0.112/configure-mqtt.png' alt='Screenshot of the MQTT configure button'></a>
Screenshot of the MQTT configure button.
</p>
The device-specific settings are now available on the device page, so we now
have 1 place to go for information and setting for devices.
have 1 place to go for information and settings for devices.
<p class='img'>
<img src='/images/blog/2020-06-0.112/zha-device.png' alt='Screenshot of a ZHA device'></a>
<img src='/images/blog/2020-07-0.112/zha-device.png' alt='Screenshot of a ZHA device'></a>
Screenshot of a ZHA device.
</p>
@ -179,14 +196,14 @@ IDs are named accordingly.
## New home for the logs and information pages
More moving this release, the logs and information pages used to be in the
development tools panel. But they didn't really belong there. They aren't
development tools panel, but they didn't really belong there. They aren't
really tools for developing, they provide information on your set up.
We moved them to the configuration page where they are joined with server
management and the general configuration.
<p class='img'>
<img src='/images/blog/2020-06-0.112/new-home.png' alt='Screenshot of the new home for logs & information'></a>
<img src='/images/blog/2020-07-0.112/new-home.png' alt='Screenshot of the new home for logs & information'></a>
Screenshot of the new home for logs & information.
</p>
@ -216,6 +233,14 @@ release, this attribute has been completely removed from the system.
- [@balloob] has shaved of a couple of seconds from the Home Assistant startup
again.
- Entities that originate from MQTT will now become "unavailable" when the
integration is not connected to the MQTT broker. Thanks [@elupus]!
- If you have a Xiaomi vacuum cleaner, [@jthure] added a service to send
it to specific places using a new goto service.
- The Smappee integration has been fully rewritten, by [@bsmappee] themselves!
- Auto discovery has been added to the NUT integration. Please note that
some NAS devices might be discovered as they support adding an external
battery.
## New Integrations
@ -227,13 +252,14 @@ release, this attribute has been completely removed from the system.
## New Platforms
- Add devolo binary_sensor devices ([@2Fake] - [#36370]) ([devolo_home_control docs]) (new-platform)
- Add sensor platform for ViCare integration (heatpump) ([@crazyfx1] - [#34385]) ([ViCare docs]) (breaking-change) (new-platform)
- Add sensor platform for vicare integration (heatpump) ([@crazyfx1] - [#34385]) ([vicare docs]) (breaking-change) (new-platform)
- Add Withings webhooks ([@vangorra] - [#34447]) ([withings docs]) (new-platform)
- Light control support to Axis devices ([@Kane610] - [#36611]) ([Axis docs]) (new-platform)
- Fix/Rewrite of Toon integration ([@frenck] - [#36952]) ([Toon docs]) (breaking-change) (new-platform)
- Part 2: Add signal sensor ([@ocalvo] - [#34406]) ([SMS docs]) (new-platform)
- Part 3: Add support for incoming SMS events ([@ocalvo] - [#37015]) ([SMS docs]) (new-platform)
- Light control support to Axis devices ([@Kane610] - [#36611]) ([axis docs]) (new-platform)
- Fix/Rewrite of Toon integration ([@frenck] - [#36952]) ([toon docs]) (breaking-change) (new-platform)
- Part 2: Add signal sensor ([@ocalvo] - [#34406]) ([sms docs]) (new-platform)
- Part 3: Add support for incoming sms events ([@ocalvo] - [#37015]) ([sms docs]) (new-platform)
- Add smappee binary_sensor platform ([@bsmappee] - [#37023]) ([smappee docs]) (new-platform)
- Add devolo sensor devices ([@2Fake] - [#37049]) ([devolo_home_control docs]) (new-platform)
## Integrations now available to set up from the UI
@ -441,8 +467,12 @@ Previously the `autobypass` configuration option only worked for `home` and `awa
Context ids are no longer duplicated in the `states` table. Join the `events` table on `state.event_id` to `events.event_id` to find the context_id instead.
For more information about our database structure and how to query it, check out our [Data Science Portal][data-portal].
([@bdraco] - [#36938], [#37036]) ([history docs]) ([plant docs]) ([recorder docs]) ([statistics docs])
[data-portal]: https://data.home-assistant.io/
- **Denon AVR Network Receivers**
This is now available for configuration via the integrations UI. Please remove the previous Denon AVR platform from your `configuration.yaml` file. Denon and Marantz receivers are discovered automatically and show up under "Configuration"-> "Integrations", from there, click on configure and go through the steps. All previous setting options are still available during this setup.
@ -502,7 +532,7 @@ Previously the `autobypass` configuration option only worked for `home` and `awa
- **Toon**
The Toon integration has been rewritten to support the new authentication methods from Eneco/Electrabel and Viesgo. After upgrading, go to the integrations panel, to re-authenticate the integration.
The Toon integration has been rewritten to support the new authentication methods from Eneco/Electrabel and Viesgo. After upgrading, go to the integrations panel, to re-authenticate the integration. Please note, that you might need to update your Toon App with a new redirect URL in the Toon Developer portal. Make sure to check the Toon integration documentation for information about the URL to use.
The `scan_interval` YAML configuration option has been deprecated. It is no longer used, as this integration is now push-based. If you have it configured, please remove it from your configuration.
@ -557,6 +587,20 @@ Previously the `autobypass` configuration option only worked for `home` and `awa
([@Tho85] - [#36789]) ([alexa docs])
- **remote_rpi_gpio**
A double inversion happening on the `remote_rpi_gpio` platform has been removed. This might inverse your switches behavior for this platform.
([@auchter] - [#34390]) ([remote_rpi_gpio docs])
- **Custom integrations/components**
This is more a breaking change for developers of custom integration for Home Assistant.
Custom components depending on `helpers.entityfilter` for filtering may need an adjustment. Imports of `FILTER_SCHEMA` or `BASE_FILTER_SCHEMA` will be fine but any components directly depending on the `convert_filter` method will need to ensure the dictionary they are passing in has `include_entity_globs` or `exclude_entity_globs` fields specified.
([@mdegat01] - [#36913]) ([logbook docs]) ([recorder docs])
## Farewell to the following
The integrations below have been removed:
@ -672,7 +716,7 @@ The integrations below have been removed:
- mobile_app: Camera Stream Webhook ([@zacwest] - [#36839]) ([mobile_app docs])
- Add support for Dyson Pure HP04 purifying heater + fan ([@etheralm] - [#34537]) ([dyson docs])
- Add blink tests ([@fronzbot] - [#36672]) ([blink docs])
- Fix remote_rpi_gpio switch inversion ([@auchter] - [#34390]) ([remote_rpi_gpio docs])
- Fix remote_rpi_gpio switch inversion ([@auchter] - [#34390]) ([remote_rpi_gpio docs]) (breaking-change)
- Use MDI CPU icon for glances ([@spacegaier] - [#36736]) ([glances docs])
- DenonAVR Config Flow ([@starkillerOG] - [#35255]) ([denonavr docs]) (breaking-change)
- Fix Plugwise schema name display and non_device_class icons ([@CoMPaTech] - [#36815]) ([plugwise docs])
@ -750,7 +794,7 @@ The integrations below have been removed:
- Support guest events in UniFi device tracker ([@Kane610] - [#37008]) ([unifi docs])
- Use pytest for more MQTT tests ([@emontnemery] - [#36859]) ([mqtt docs])
- Drop use of async_mock_mqtt_component ([@emontnemery] - [#37011])
- Remove lockitron integration ([@frenck] - [#37012]) ([lockitron docs]) (breaking-change)
- Remove lockitron integration ([@frenck] - [#37012]) (breaking-change)
- Handle ArmDisarm execute without arm level ([@balloob] - [#36942]) ([google_assistant docs])
- Part 1: Support for config flow on SMS integration ([@ocalvo] - [#35995])
- Make generic camera stream_source a template ([@zvldz] - [#36123]) ([generic docs])
@ -761,7 +805,7 @@ The integrations below have been removed:
- Add attribute templates to template vacuum ([@firstof9] - [#36518]) ([template docs])
- Optimize recorder MySQL tables when repacking ([@alex3305] - [#36762]) ([recorder docs])
- Support reconfiguring MQTT config entry ([@emontnemery] - [#36537]) ([config docs]) ([mqtt docs])
- Add new humidifier entity integration ([@Shulyaka] - [#28693]) ([humidity docs]) (new-integration)
- Add new humidifier entity integration ([@Shulyaka] - [#28693]) ([humidifier docs]) (new-integration)
- Fix/Rewrite of Toon integration ([@frenck] - [#36952]) ([toon docs]) (breaking-change) (new-platform)
- Retry failed Amcrest commands that change settings ([@pnbruckner] - [#36917]) ([amcrest docs])
- Add "seconds" as a valid unit_of_measurement ([@Leapo] - [#36811]) ([uptime docs])
@ -775,7 +819,7 @@ The integrations below have been removed:
- Avoid Home connect test doing I/O ([@balloob] - [#37017]) ([home_connect docs])
- Bump cloud to 0.34.7 ([@balloob] - [#37018]) ([cloud docs])
- Remove loading of legacy translations ([@ludeeus] - [#37021]) (breaking-change)
- Fix alexa flash briefings after removal of api_password auth ([@Tho85] - [#36789]) ([alexa docs])
- Fix alexa flash briefings after removal of api_password auth ([@Tho85] - [#36789]) ([alexa docs]) (breaking-change)
- Add service to trigger roku search ([@ctalkington] - [#37014]) ([roku docs])
- Add new Solaredge sensors ([@terminet85] - [#34525]) ([solaredge docs])
- Remove embedded MQTT broker ([@emontnemery] - [#37032]) ([mqtt docs]) (breaking-change)
@ -790,7 +834,7 @@ The integrations below have been removed:
- Toon translation updates + tweaks ([@frenck] - [#37043]) ([toon docs])
- Complete deprecation of hidden attribute (ATTR_HIDDEN) ([@bdraco] - [#37041]) ([alert docs]) ([datadog docs]) ([zone docs]) (breaking-change)
- Add resource_template to rest binary_sensor ([@Hedgehog57] - [#30703]) ([rest docs])
- Remove fortigate integration ([@kifeo] - [#34586]) ([fortigate docs]) (breaking-change)
- Remove fortigate integration ([@kifeo] - [#34586]) (breaking-change)
- Add humidifier reproduce state ([@Shulyaka] - [#36799]) ([humidifier docs])
- Updated frontend to 20200623.3 ([@balloob] - [#37045]) ([frontend docs])
- Part 3: Add support for incoming sms events ([@ocalvo] - [#37015]) ([sms docs]) (new-platform)
@ -800,6 +844,43 @@ The integrations below have been removed:
- Add smappee binary_sensor platform ([@bsmappee] - [#37023]) ([smappee docs]) (new-platform)
- Fix rest to use BinarySensorEntity ([@frenck] - [#37054]) ([rest docs])
- Fix LCN cover behavior when using output ports ([@alengwenus] - [#37034]) ([lcn docs])
- Fix asuswrt spamming logs with exceptions ([@RogerSelwyn] - [#37063]) ([asuswrt docs])
- Handle mysql index/column already exists during migration ([@bdraco] - [#37064]) ([recorder docs])
- Avoid creating a column in v8 schema that is removed in v9 schema ([@bdraco] - [#37062]) ([recorder docs])
- Raise slow startup timeout to 3h for large db migrations. ([@bdraco] - [#37061])
- Squeezebox dispatch helper ([@rajlaud] - [#37030]) ([squeezebox docs])
- Add devolo sensor devices ([@2Fake] - [#37049]) ([devolo_home_control docs]) (new-platform)
- Handle Centralite Pearl thermostat modes ([@Adminiuga] - [#37065]) ([zha docs]) (beta fix)
- Don't reset multiplier/divisor on failures ([@Adminiuga] - [#37066]) ([zha docs]) (beta fix)
- Fix geniushub spamming log with exceptions ([@RogerSelwyn] - [#37067]) ([geniushub docs]) (beta fix)
- Use cached values for divisor/multiplier ([@Adminiuga] - [#37070]) ([zha docs]) (beta fix)
- Clean up plum_lightpad ([@prystupa] - [#37077]) ([plum_lightpad docs]) (beta fix)
- Add logbook platforms ([@balloob] - [#37078]) ([alexa docs]) ([automation docs]) ([homekit docs]) ([logbook docs]) ([script docs]) (beta fix)
- Ensure history states can be copied ([@bdraco] - [#37081]) ([history docs]) (beta fix)
- Remove invalidation version from ZHA deprecated config options ([@frenck] - [#37089]) ([zha docs]) (beta fix)
- Fix missing service call context in multiple locations ([@frenck] - [#37094]) (beta fix)
- Fix Plex when using local tokenless authentication ([@jjlawren] - [#37096]) ([plex docs]) (beta fix)
- Bump frontend ([@balloob] - [#37113]) ([frontend docs]) (beta fix)
- Fix recorder purging by batch processing purges ([@frenck] - [#37140]) ([recorder docs]) (beta fix)
- Fix repack when using pymysql ([@bdraco] - [#37142]) ([recorder docs]) (beta fix)
- Catch additional exception for Plex account login failures ([@jjlawren] - [#37143]) ([plex docs]) (beta fix)
- Updated frontend to 20200626.1 ([@balloob] - [#37150]) ([frontend docs]) (beta fix)
- Fix speedtest blowing up ([@balloob] - [#37151]) ([speedtestdotnet docs]) (beta fix)
- Fix OwnTracks race condition ([@balloob] - [#37152]) ([owntracks docs]) (beta fix)
- Fix issue with Insteon devices not responding to device changes ([@teharris1] - [#37160]) ([insteon docs]) (beta fix)
- Bump teslajsonpy to 0.9.0 ([@alandtse] - [#37162]) ([tesla docs]) (beta fix)
- Fix bug where Tile session would expire ([@bachya] - [#37185]) ([tile docs]) (beta fix)
- Fix updating ping sensor ([@engrbm87] - [#37220]) ([speedtestdotnet docs]) (beta fix)
- Fix wind speed change in NWS ([@MatthewFlamm] - [#37222]) ([nws docs]) (beta fix)
- Ensure recorder data integrity and MySQL lock error handling ([@frenck] - [#37228]) ([recorder docs]) (beta fix)
- Fixes after PR #36479 ([@definitio] - [#37230]) ([mqtt docs]) (beta fix)
- Fix Tile location accuracy bug ([@bachya] - [#37233]) ([tile docs]) (beta fix)
- Bump ZHA Quirks to 0.0.41 ([@dmulcahey] - [#37235]) ([zha docs]) (beta fix)
- Updated frontend to 20200629.0 ([@balloob] - [#37240]) ([frontend docs]) (beta fix)
- Update myq for latest client version requirement ([@bdraco] - [#37104]) ([myq docs]) (beta fix)
- Update fritzconnection to 1.3.0 ([@svenstaro] - [#37212]) ([fritzbox_netmonitor docs]) (beta fix)
- Revert "Update fritzconnection to 1.3.0" ([@bramkragten] - [#37278]) ([fritz docs]) ([fritzbox_callmonitor docs]) ([fritzbox_netmonitor docs]) (beta fix)
- Updated frontend to 20200701.0 ([@bramkragten] - [#37279]) ([frontend docs]) (beta fix)
</details>
@ -1021,6 +1102,7 @@ The integrations below have been removed:
[#37018]: https://github.com/home-assistant/core/pull/37018
[#37021]: https://github.com/home-assistant/core/pull/37021
[#37023]: https://github.com/home-assistant/core/pull/37023
[#37030]: https://github.com/home-assistant/core/pull/37030
[#37032]: https://github.com/home-assistant/core/pull/37032
[#37033]: https://github.com/home-assistant/core/pull/37033
[#37034]: https://github.com/home-assistant/core/pull/37034
@ -1032,8 +1114,44 @@ The integrations below have been removed:
[#37042]: https://github.com/home-assistant/core/pull/37042
[#37043]: https://github.com/home-assistant/core/pull/37043
[#37045]: https://github.com/home-assistant/core/pull/37045
[#37049]: https://github.com/home-assistant/core/pull/37049
[#37053]: https://github.com/home-assistant/core/pull/37053
[#37054]: https://github.com/home-assistant/core/pull/37054
[#37061]: https://github.com/home-assistant/core/pull/37061
[#37062]: https://github.com/home-assistant/core/pull/37062
[#37063]: https://github.com/home-assistant/core/pull/37063
[#37064]: https://github.com/home-assistant/core/pull/37064
[#37065]: https://github.com/home-assistant/core/pull/37065
[#37066]: https://github.com/home-assistant/core/pull/37066
[#37067]: https://github.com/home-assistant/core/pull/37067
[#37070]: https://github.com/home-assistant/core/pull/37070
[#37077]: https://github.com/home-assistant/core/pull/37077
[#37078]: https://github.com/home-assistant/core/pull/37078
[#37081]: https://github.com/home-assistant/core/pull/37081
[#37089]: https://github.com/home-assistant/core/pull/37089
[#37094]: https://github.com/home-assistant/core/pull/37094
[#37096]: https://github.com/home-assistant/core/pull/37096
[#37104]: https://github.com/home-assistant/core/pull/37104
[#37113]: https://github.com/home-assistant/core/pull/37113
[#37140]: https://github.com/home-assistant/core/pull/37140
[#37142]: https://github.com/home-assistant/core/pull/37142
[#37143]: https://github.com/home-assistant/core/pull/37143
[#37150]: https://github.com/home-assistant/core/pull/37150
[#37151]: https://github.com/home-assistant/core/pull/37151
[#37152]: https://github.com/home-assistant/core/pull/37152
[#37160]: https://github.com/home-assistant/core/pull/37160
[#37162]: https://github.com/home-assistant/core/pull/37162
[#37185]: https://github.com/home-assistant/core/pull/37185
[#37212]: https://github.com/home-assistant/core/pull/37212
[#37220]: https://github.com/home-assistant/core/pull/37220
[#37222]: https://github.com/home-assistant/core/pull/37222
[#37228]: https://github.com/home-assistant/core/pull/37228
[#37230]: https://github.com/home-assistant/core/pull/37230
[#37233]: https://github.com/home-assistant/core/pull/37233
[#37235]: https://github.com/home-assistant/core/pull/37235
[#37240]: https://github.com/home-assistant/core/pull/37240
[#37278]: https://github.com/home-assistant/core/pull/37278
[#37279]: https://github.com/home-assistant/core/pull/37279
[@2Fake]: https://github.com/2Fake
[@Adminiuga]: https://github.com/Adminiuga
[@BKPepe]: https://github.com/BKPepe
@ -1045,8 +1163,10 @@ The integrations below have been removed:
[@Leapo]: https://github.com/Leapo
[@MarBra]: https://github.com/MarBra
[@MartinHjelmare]: https://github.com/MartinHjelmare
[@MatthewFlamm]: https://github.com/MatthewFlamm
[@MrHarcombe]: https://github.com/MrHarcombe
[@Quentame]: https://github.com/Quentame
[@RogerSelwyn]: https://github.com/RogerSelwyn
[@ShaneQi]: https://github.com/ShaneQi
[@Shulyaka]: https://github.com/Shulyaka
[@StevenLooman]: https://github.com/StevenLooman
@ -1057,6 +1177,7 @@ The integrations below have been removed:
[@adaamz]: https://github.com/adaamz
[@ahayworth]: https://github.com/ahayworth
[@ajschmidt8]: https://github.com/ajschmidt8
[@alandtse]: https://github.com/alandtse
[@alengwenus]: https://github.com/alengwenus
[@alex3305]: https://github.com/alex3305
[@auchter]: https://github.com/auchter
@ -1078,6 +1199,7 @@ The integrations below have been removed:
[@damienlevin]: https://github.com/damienlevin
[@definitio]: https://github.com/definitio
[@dingusdk]: https://github.com/dingusdk
[@dmulcahey]: https://github.com/dmulcahey
[@ehendrix23]: https://github.com/ehendrix23
[@elupus]: https://github.com/elupus
[@emontnemery]: https://github.com/emontnemery
@ -1132,6 +1254,8 @@ The integrations below have been removed:
[@sqldiablo]: https://github.com/sqldiablo
[@squishykid]: https://github.com/squishykid
[@starkillerOG]: https://github.com/starkillerOG
[@svenstaro]: https://github.com/svenstaro
[@teharris1]: https://github.com/teharris1
[@terminet85]: https://github.com/terminet85
[@thomasloven]: https://github.com/thomasloven
[@timvancann]: https://github.com/timvancann
@ -1155,6 +1279,7 @@ The integrations below have been removed:
[amcrest docs]: /integrations/amcrest/
[androidtv docs]: /integrations/androidtv/
[arcam_fmj docs]: /integrations/arcam_fmj/
[asuswrt docs]: /integrations/asuswrt/
[automation docs]: /integrations/automation/
[avri docs]: /integrations/avri/
[awair docs]: /integrations/awair/
@ -1185,9 +1310,12 @@ The integrations below have been removed:
[esphome docs]: /integrations/esphome/
[fitbit docs]: /integrations/fitbit/
[forked_daapd docs]: /integrations/forked_daapd/
[fortigate docs]: /integrations/fortigate/
[fritz docs]: /integrations/fritz/
[fritzbox_callmonitor docs]: /integrations/fritzbox_callmonitor/
[fritzbox_netmonitor docs]: /integrations/fritzbox_netmonitor/
[frontend docs]: /integrations/frontend/
[generic docs]: /integrations/generic/
[generic docs]: /integrations/generic_ip_camera/
[geniushub docs]: /integrations/geniushub/
[glances docs]: /integrations/glances/
[gogogate2 docs]: /integrations/gogogate2/
[google_assistant docs]: /integrations/google_assistant/
@ -1204,11 +1332,11 @@ The integrations below have been removed:
[honeywell docs]: /integrations/honeywell/
[huawei_lte docs]: /integrations/huawei_lte/
[humidifier docs]: /integrations/humidifier/
[humidity docs]: /integrations/humidity/
[hvv_departures docs]: /integrations/hvv_departures/
[hydrawise docs]: /integrations/hydrawise/
[ihc docs]: /integrations/ihc/
[influxdb docs]: /integrations/influxdb/
[insteon docs]: /integrations/insteon/
[intesishome docs]: /integrations/intesishome/
[iqvia docs]: /integrations/iqvia/
[isy994 docs]: /integrations/isy994/
@ -1217,7 +1345,6 @@ The integrations below have been removed:
[konnected docs]: /integrations/konnected/
[lametric docs]: /integrations/lametric/
[lcn docs]: /integrations/lcn/
[lockitron docs]: /integrations/lockitron/
[logbook docs]: /integrations/logbook/
[lutron_caseta docs]: /integrations/lutron_caseta/
[manual_mqtt docs]: /integrations/manual_mqtt/
@ -1227,14 +1354,17 @@ The integrations below have been removed:
[mqtt docs]: /integrations/mqtt/
[mqtt_eventstream docs]: /integrations/mqtt_eventstream/
[mqtt_statestream docs]: /integrations/mqtt_statestream/
[myq docs]: /integrations/myq/
[netdata docs]: /integrations/netdata/
[notify_events docs]: /integrations/notify_events/
[numato docs]: /integrations/numato/
[nut docs]: /integrations/nut/
[nws docs]: /integrations/nws/
[nx584 docs]: /integrations/nx584/
[onboarding docs]: /integrations/onboarding/
[opencv docs]: /integrations/opencv/
[opentherm_gw docs]: /integrations/opentherm_gw/
[owntracks docs]: /integrations/owntracks/
[panel_custom docs]: /integrations/panel_custom/
[pi_hole docs]: /integrations/pi_hole/
[pjlink docs]: /integrations/pjlink/
@ -1268,6 +1398,7 @@ The integrations below have been removed:
[tahoma docs]: /integrations/tahoma/
[template docs]: /integrations/template/
[tensorflow docs]: /integrations/tensorflow/
[tesla docs]: /integrations/tesla/
[tile docs]: /integrations/tile/
[toon docs]: /integrations/toon/
[trend docs]: /integrations/trend/

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB