The server must be version 1.7 or higher, since older versions don't expose any information.
diff --git a/source/_integrations/my.markdown b/source/_integrations/my.markdown
index 3b100eb6cc9..c7d78ac0b86 100644
--- a/source/_integrations/my.markdown
+++ b/source/_integrations/my.markdown
@@ -8,7 +8,7 @@ ha_domain: my
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: system
---
This integration handles redirects from the [My Home Assistant](https://my.home-assistant.io) service.
diff --git a/source/_integrations/nanoleaf.markdown b/source/_integrations/nanoleaf.markdown
index 7ee4ae33e86..a81707f1e7a 100644
--- a/source/_integrations/nanoleaf.markdown
+++ b/source/_integrations/nanoleaf.markdown
@@ -22,7 +22,7 @@ ha_integration_type: integration
The Nanoleaf integration allows you to control and monitor Nanoleaf Light Panels, Canvas, Shapes, Elements, and Lines.
-This integration does not support the Nanoleaf Remote and Essentials lights.
+This integration does not support the Nanoleaf Remote and Essentials lights. Controlling Nanoleaf Essentials lights is possible over Thread and Bluetooth through the HomeKit Controller integration.
{% include integrations/config_flow.md %}
diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown
index ac12be83ece..b329958513f 100644
--- a/source/_integrations/nest.markdown
+++ b/source/_integrations/nest.markdown
@@ -1,5 +1,5 @@
---
-title: Nest
+title: Google Nest
description: Instructions on how to integrate Nest into Home Assistant.
ha_category:
- Binary Sensor
@@ -397,7 +397,7 @@ data:
{% details "Example Action: Snapshot (jpg) attachment for Android or iOS %}
-Example for cameras that support Snaphot (jpg) on either Android or iOS.
+Example for cameras that support Snapshot (jpg) on either Android or iOS.
{% raw %}
@@ -467,7 +467,7 @@ If the *Nest* integration does not have an Alert then you probably used *Web Aut
1. Visit the [Device Access Console](https://console.nest.google.com/device-access/)
1. Select the *Device Access Project* used by *Home Assistant*
-1. You need to then delete the old *OAuth Client ID* by clicking the Trash icon to unlick your Nest project from the deprecated Auth method.
+1. You need to then delete the old *OAuth Client ID* by clicking the Trash icon to unlink your Nest project from the deprecated Auth method.
1. Click the overflow menu `...` then *Add Client ID*
1. Enter the new *OAuth Client ID* for *Web App Auth* credentials
1. Back in Home Assistant confirm your *Device Access Project ID*
@@ -528,7 +528,7 @@ The *OAuth Client ID* used must be consistent, so check these:
{% enddetails %}
-- *Reauthentication required often*: If you are getting logged out every 7 days, this means an OAuth Consent Screen misconfiugration or your authentication token was revoked by Google for some other reason.
+- *Reauthentication required often*: If you are getting logged out every 7 days, this means an OAuth Consent Screen misconfiguration or your authentication token was revoked by Google for some other reason.
{% details "Details about reauthentication issues" %}
@@ -557,7 +557,7 @@ The *OAuth Client ID* used must be consistent, so check these:
- *Error: invalid_client no application name* means the [OAuth Consent Screen](https://console.developers.google.com/apis/credentials/consent) has not been fully configured for the project. Enter the required fields (App Name, Support Email, Developer Email) and leave everything else as default.
-- *Subscriber error* means that `configuration.yaml` has an incorrect `subscriber_id` or the subscription is misconfiugred. It is recommended to delete this from the configuration, then delete and re-add the integration to let it create a subscription for you.
+- *Subscriber error* means that `configuration.yaml` has an incorrect `subscriber_id` or the subscription is misconfigured. It is recommended to delete this from the configuration, then delete and re-add the integration to let it create a subscription for you.
- *Not receiving updates* typically means a problem with the subscriber configuration. Make sure to check the logs for any error messages. Changes for things like sensors or thermostat temperature set points should be instantly published to a topic and received by the Home Assistant subscriber when everything is configured correctly.
@@ -583,7 +583,7 @@ logger:
google_nest_sdm.event: debug
```
-- It is recommended to let Home Assistant create the Pub/Sub subscription for you. However, if you would like more control you can enter a `susbcriber_id` in the configuration. See [Subscribe to Events](https://developers.google.com/nest/device-access/subscribe-to-events) for more instructions on how to manually create a subscription and use the full subscription name in the Home Assistant configuration e.g. `projects/gcp-project-name/subscriptions/subscription-id`
+- It is recommended to let Home Assistant create the Pub/Sub subscription for you. However, if you would like more control you can enter a `subscriber_id` in the configuration. See [Subscribe to Events](https://developers.google.com/nest/device-access/subscribe-to-events) for more instructions on how to manually create a subscription and use the full subscription name in the Home Assistant configuration e.g. `projects/gcp-project-name/subscriptions/subscription-id`
# Works With Nest API
diff --git a/source/_integrations/netatmo.markdown b/source/_integrations/netatmo.markdown
index 07d7538f209..29a13b07cca 100644
--- a/source/_integrations/netatmo.markdown
+++ b/source/_integrations/netatmo.markdown
@@ -55,7 +55,7 @@ To edit an existing area, enter its name and follow the dialog.
## Camera
-The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/en-gb/security/cam-indoor), [Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/en-gb/security/doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell).
+The `netatmo` camera platform is consuming the information provided by a [Netatmo Smart Indoor](https://www.netatmo.com/en-gb/security/cam-indoor), [Outdoor](https://www.netatmo.com/en-gb/security/cam-outdoor) and [Netatmo Smart Video Doorbell](https://www.netatmo.com/en-gb/security/doorbell) camera. This integration allows you to view the current live stream created by the camera (exception: video doorbell). The doorbell is currently not supported with Home Assistant Cloud link, please use a [Netatmo dev account](#development--testing-with-your-own-client-id).
## Climate
diff --git a/source/_integrations/network.markdown b/source/_integrations/network.markdown
index 4374c32b3a2..2fd4134e2e1 100644
--- a/source/_integrations/network.markdown
+++ b/source/_integrations/network.markdown
@@ -9,7 +9,7 @@ ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: system
---
This integration provides network configuration for integrations such as [Zeroconf](/integrations/zeroconf/). It is managed by going to **{% my network title="Settings >> System >> Network" %}** and is only available to users that have "Advanced Mode" enabled on their {% my profile title="user profile" %}.
diff --git a/source/_integrations/nibe_heatpump.markdown b/source/_integrations/nibe_heatpump.markdown
index 06a9f3cbbd8..7366a552e0e 100644
--- a/source/_integrations/nibe_heatpump.markdown
+++ b/source/_integrations/nibe_heatpump.markdown
@@ -11,11 +11,12 @@ ha_codeowners:
ha_domain: nibe_heatpump
ha_ssdp: false
ha_platforms:
- - sensor
+ha_platforms:
- binary_sensor
- number
- - switch
- select
+ - sensor
+ - switch
ha_integration_type: integration
---
@@ -75,4 +76,4 @@ An Arduino-based solution has been tested by OpenHAB community with Arduino uno
A standard Linux application for running the Nibe Gateway software is also available.
- [Documentation from OpenHAB](https://www.openhab.org/addons/bindings/nibeheatpump/#raspberry-pi-or-other-linux-unix-based-boards)
-- [Source code in OpenHAB Contrib](https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/RasPi)
\ No newline at end of file
+- [Source code in OpenHAB Contrib](https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.nibeheatpump/contrib/NibeGW/RasPi)
diff --git a/source/_integrations/nilu.markdown b/source/_integrations/nilu.markdown
index 8cabd854f21..b2309e500a3 100644
--- a/source/_integrations/nilu.markdown
+++ b/source/_integrations/nilu.markdown
@@ -13,7 +13,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `nilu` air quality platform shows measurements of current air quality from NILU (Norsk Institutt for luftforskning/Norwegian Institute for Air Research) sensor stations within Norway. Makes data from the open API at [luftkvalitet.info](http://luftkvalitet.info/) and [nilu.no](https://nilu.no/) available in Home Assistant.
+The `nilu` air quality platform shows measurements of current air quality from NILU (Norsk Institutt for luftforskning/Norwegian Institute for Air Research) sensor stations within Norway. Makes data from the open API at [luftkvalitet.info](https://www.luftkvalitet.info) and [nilu.no](https://nilu.no/) available in Home Assistant.
## Configuration
diff --git a/source/_integrations/nobo_hub.markdown b/source/_integrations/nobo_hub.markdown
index 1d6f2fc68ae..b8ce9632dc9 100644
--- a/source/_integrations/nobo_hub.markdown
+++ b/source/_integrations/nobo_hub.markdown
@@ -1,26 +1,27 @@
---
title: Nobø Ecohub
description: Instructions on how to integrate Nobø Ecohub into Home Assistant.
-ha_category: Climate
-ha_release: 2021.10
+ha_category:
+ - Climate
+ha_release: '2022.10'
ha_iot_class: Local Push
ha_config_flow: true
ha_codeowners:
-- '@echoromeo'
-- '@oyvindwe'
+ - '@echoromeo'
+ - '@oyvindwe'
ha_domain: nobo_hub
ha_platforms:
-- climate
-- sensor
+ - climate
+ - sensor
+ha_integration_type: integration
---
Integrates [Nobø Ecohub](https://www.glendimplex.no/produkter/varmestyring/11123610/noboe-hub/c-77/p-330)
into Home Assistant. This integration is not officially supported or endorsed by Glen Dimplex Nordic AS,
and the authors/maintainers are not official partners of Glen Dimplex Nordic AS.
-To configure the integration, you need the 3 last digits of the serial number of your hub. These are located
-on the back of the hub. If the hub is on a different local network than Home Assistant, you also need the
-IP address of the hub.
+To configure the integration, you need the 3 last digits of the serial number of your hub. The serial number is located
+on the back of the hub. If the hub is on a different network than Home Assistant (i.e., IoT VLAN or another routable network from Home Assistant), you also need to provide the IP address of the hub.
{% include integrations/config_flow.md %}
@@ -30,29 +31,28 @@ Each zone containing floor or wall mounted heaters is represented as an HVAC ent
## Operation modes
-As for now you can see and change operation and preset for zones and set eco/comfort temperatures if you have
+Currently, you can see and change operation and preset for zones and set eco/comfort temperatures if you have
a supported thermostat.
The possible operation modes are as follows:
-- "Auto" - In this mode, the zone is in the normal setting and preset shows which state the zone is in right now
+- "Auto" - In this mode, the zone is in the default setting and preset shows which state the zone is in right now
(according to calendar setup).
-- "Heat" - In this mode the zone is the override setting and in the state selected by preset ("Away", "Eco"
+- "Heat" - In this mode the zone is overridden and in the state selected by the preset ("Away", "Eco"
or "Comfort").
This can be utilized the following ways:
-- Changing preset to "Away", "Eco", or "Comfort" will automatically change operation to "Heat".
+- Changing preset to "Away", "Eco", or "Comfort" will automatically change operation mode to "Heat".
- Changing preset to none will automatically change operation to "Auto" and update preset.
- Changing operation to "Auto" will automatically update preset.
- Changing operation to "Heat" will set preset to "Comfort".
### No preset "Off"
-Nobø heaters does not support preset "Off". This is not a limitation in the integration, but a safety mechanism in the
-Nobø system (maybe they don't want you to accidentally turn off all your heaters and get frozen pipes). "Away"
-temperature is fixed to 7°C in the heaters and cannot be altered. On/off receivers will be off when the zone is in
-"Away" status.
+Nobø heaters does not support preset "Off". This is not a limitation of the integration, but a safety mechanism in the
+Nobø system (perhaps related to frozen pipes due to frost in Nordic regions).
+"Away" temperature is fixed to 7°C and cannot be altered. On/off receivers will be off when the zone is in "Away" status.
For more information, see the [Nobø Ecohub manual](https://help.nobo.no/en/user-manual/before-you-start/what-is-a-weekly-program/).
diff --git a/source/_integrations/notify.markdown b/source/_integrations/notify.markdown
index cb7a13af816..4fe50b792a7 100644
--- a/source/_integrations/notify.markdown
+++ b/source/_integrations/notify.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: notify
-ha_integration_type: integration
+ha_integration_type: entity
---
The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.
diff --git a/source/_integrations/number.markdown b/source/_integrations/number.markdown
index 79e5c426f8f..718b8624f74 100644
--- a/source/_integrations/number.markdown
+++ b/source/_integrations/number.markdown
@@ -9,7 +9,7 @@ ha_domain: number
ha_codeowners:
- '@home-assistant/core'
- '@Shulyaka'
-ha_integration_type: integration
+ha_integration_type: entity
---
Keeps track on `number` entities in your environment, their state, and allows you to control them. This integration allows other integrations to get a value input from user within a range.
diff --git a/source/_integrations/nutrichef.markdown b/source/_integrations/nutrichef.markdown
index 79a5f31a5f0..4aa03dd3ad2 100644
--- a/source/_integrations/nutrichef.markdown
+++ b/source/_integrations/nutrichef.markdown
@@ -1,6 +1,6 @@
---
title: Nutrichef
-description: Instructions on how to integrate Nutrichef devices into Home Assistant.
+description: Connect and control your Nutrichef devices using the INKBIRD integration
ha_category:
- Sensor
ha_bluetooth: true
diff --git a/source/_integrations/octoprint.markdown b/source/_integrations/octoprint.markdown
index 64634070862..3366fefe87f 100644
--- a/source/_integrations/octoprint.markdown
+++ b/source/_integrations/octoprint.markdown
@@ -89,8 +89,20 @@ If the OctoPrint host is equipped with a web camera it is possible to add this a
## Buttons
-The OctoPrint integration provides the following buttons.
+The OctoPrint integration provides the following buttons:
- Pause Job
- Resume Job
- Stop Job
+
+## Troubleshooting
+
+### Device is already configured for a second instance
+
+This is typically caused by copying/backup/restoring part of the config files between OctoPrint instances.
+
+1. SSH into the OctoPrint instance that is being added.
+2. Edit the `config.yaml` for the instance (Typically `/home/pi/.octoprint`)
+3. Under `plugins/discovery`, change the value of `upnpUuid` to have a different uuid.
+4. Restart the OctoPrint service
+5. Attempt to add the instance once again.
diff --git a/source/_integrations/onboarding.markdown b/source/_integrations/onboarding.markdown
index a0cb0e27486..a6db35bcc19 100644
--- a/source/_integrations/onboarding.markdown
+++ b/source/_integrations/onboarding.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: onboarding
-ha_integration_type: integration
+ha_integration_type: system
---
This integration creates the endpoints for the onboarding that is built into Home Assistant. There are no configuration options for this integration directly.
diff --git a/source/_integrations/owntracks.markdown b/source/_integrations/owntracks.markdown
index dbed6b62e30..2e5bb2335bf 100644
--- a/source/_integrations/owntracks.markdown
+++ b/source/_integrations/owntracks.markdown
@@ -12,7 +12,7 @@ ha_platforms:
ha_integration_type: integration
---
-[OwnTracks](https://owntracks.org/) (and its Android fork [NextTracks](https://codeberg.org/nexttracks/android)) is a free and open source application for iOS and Android that allow you to track your location and send it directly to Home Assistant. It can be set up via the integrations panel in the configuration screen.
+[OwnTracks](https://owntracks.org/) is a free and open source application for iOS and Android that allow you to track your location and send it directly to Home Assistant. It can be set up via the integrations panel in the configuration screen.
By default the integration will listen for incoming messages from OwnTracks via HTTP. It will also listen for MQTT messages if Home Assistant is configured to use MQTT. When a location is submitted via HTTP, Home Assistant will return all [Persons](/integrations/person/)' last known locations and they will be displayed within the OwnTracks app.
@@ -24,17 +24,17 @@ To configure OwnTracks, you must set it up via the integrations panel in the con
### Configuring the app - Android
-Install [OwnTracks](https://play.google.com/store/apps/details?id=org.owntracks.android) or [NextTracks](https://codeberg.org/nexttracks/android/releases) (Available from [F-Droid](https://f-droid.org/packages/org.nexttracks.android)) application for Android.
+Install [OwnTracks](https://play.google.com/store/apps/details?id=org.owntracks.android) application for Android. If you need a version of OwnTracks without Google Play Services, the "OSS" flavour is available [here](https://github.com/owntracks/android/releases).
In the app, open the sidebar and click on preferences, then on the connection. Change the following settings:
- - Mode: Private HTTP
- - Host: `
`
- - Identification:
- - Username: ``
- - Password: Can be left blank.
- - Device ID: ``
- - Tracker ID: `` Two character tracker ID. (can be left blank)
+- Mode: Private HTTP
+- Host: ``
+- Identification:
+ - Username: ``
+ - Password: Can be left blank.
+ - Device ID: ``
+ - Tracker ID: `` Two character tracker ID. (can be left blank)
Your tracker device will be known in Home Assistant as `_`. If you entered a Tracker ID the tid attribute will be set to that ID.
@@ -44,10 +44,10 @@ Your tracker device will be known in Home Assistant as `_
In the OwnTracks app, tap the (i) in the top left and click on settings. Change the following settings:
- - Mode: HTTP
- - URL: ``
- - Turn on authentication
- - User ID: ``
+- Mode: HTTP
+- URL: ``
+- Turn on authentication
+- User ID: ``
## Advanced configuration
diff --git a/source/_integrations/person.markdown b/source/_integrations/person.markdown
index 899769b8276..2409e047824 100644
--- a/source/_integrations/person.markdown
+++ b/source/_integrations/person.markdown
@@ -7,7 +7,7 @@ ha_release: 0.88
ha_quality_scale: internal
ha_domain: person
ha_iot_class: Calculated
-ha_integration_type: integration
+ha_integration_type: system
---
The `person` integration allows connecting [device tracker](/integrations/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order:
diff --git a/source/_integrations/pilight.markdown b/source/_integrations/pilight.markdown
index 4ebcb3b3b45..b30f78bc9a8 100644
--- a/source/_integrations/pilight.markdown
+++ b/source/_integrations/pilight.markdown
@@ -83,7 +83,7 @@ pilight:
## Binary Sensor
-The `pilight` binary sensor platform implement the [pilight hub](#configuration) binary sensor functionality. Two type of Pilight binary sensor configuration available. A normal sensor which send the on and off state cyclical and a trigger sensor which send only a trigger when an event happened (for example lots of cheap PIR motion detector).
+The `pilight` binary sensor platform implements the [pilight hub](#configuration) binary sensor functionality. There are two types of Pilight binary sensor configuration: a normal sensor which sends the on and off cyclical state and a trigger sensor which sends only a trigger when an event happened (for example lots of cheap PIR motion detectors).
To enable a Pilight binary sensor in your installation, add the following to your `configuration.yaml` file:
@@ -152,7 +152,7 @@ binary_sensor:
This `pilight` sensor platform for 433 MHz devices uses a value in the message payload as the sensor value. Unique identifiers (e.g., _uuid_) can be set to distinguish between multiple pilight devices. To use a pilight sensor the pilight Home Assistant hub has to be set up.
-To use your sensor via pilight, make sure it is [supported](https://wiki.pilight.org/doku.php/protocols) and add the following to your `configuration.yaml` file:
+To use your sensor via pilight, make sure it is [supported](https://wiki.pilight.org/protocols) and add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/proliphix.markdown b/source/_integrations/proliphix.markdown
index 06508a43a29..500187b8f9e 100644
--- a/source/_integrations/proliphix.markdown
+++ b/source/_integrations/proliphix.markdown
@@ -11,7 +11,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `proliphix` climate platform let you control [Proliphix](http://www.proliphix.com) thermostat from Home Assistant.
+The `proliphix` climate platform let you control Proliphix thermostats from Home Assistant.
Currently supported and tested thermostats:
diff --git a/source/_integrations/prusalink.markdown b/source/_integrations/prusalink.markdown
index 3e60e8eefdc..1da1383e8d4 100644
--- a/source/_integrations/prusalink.markdown
+++ b/source/_integrations/prusalink.markdown
@@ -11,6 +11,7 @@ ha_codeowners:
ha_domain: prusalink
ha_integration_type: integration
ha_platforms:
+ - button
- camera
- sensor
ha_dhcp: true
diff --git a/source/_integrations/pvpc_hourly_pricing.markdown b/source/_integrations/pvpc_hourly_pricing.markdown
index e792b558f47..fe2187f5a63 100644
--- a/source/_integrations/pvpc_hourly_pricing.markdown
+++ b/source/_integrations/pvpc_hourly_pricing.markdown
@@ -15,27 +15,22 @@ ha_platforms:
ha_integration_type: integration
---
-This sensor uses the official API to get the hourly price of electricity in Spain from https://www.esios.ree.es/en/pvpc.
+This sensor uses the official API to get the hourly price of electricity in Spain from .
-Specifically, it shows the current __active energy invoicing price (FEU)__ in €/kWh,
-which is the energy term hourly price applied in the consumers' electrical bill
-with a contracted power not exceeding 15 kW and which are under the PVPC
-(Voluntary Price for Small Consumer).
+Specifically, it shows the current __active energy invoicing price (FEU)__ in €/kWh, which is the energy term hourly price applied in the consumers' electrical bill with a contracted power not exceeding 15 kW and which are under the PVPC (Voluntary Price for Small Consumer).
-It includes the energy term of the access tolls, the charges and the production cost. It does not include taxes.
-The hourly prices and energy periods are the same throughout the Spanish territory regardless of the time zone,
-except for the cities of Ceuta and Melilla, where they are slightly different.
+It includes the energy term of the access tolls, the charges and the production cost. It does not include taxes. The hourly prices and energy periods are the same throughout the Spanish territory regardless of the time zone, except for the cities of Ceuta and Melilla, where they are slightly different.
-More information available at http://www.cnmc.es/en/ and http://www.omie.es/en/
+More information available at and
## Configuration
To configure PVPC Hourly Pricing, set it up via the integrations panel in the configuration screen.
Set a name for the price sensor (default is `sensor.pvpc`), and select one of the two available tariffs,
-according to your geographic position in Spain:
+according to your geographic position in Spain:
- `2.0TD`, for the Peninsula, the Balearic Islands and the Canary Islands.
- `2.0TD (Ceuta/Melilla)`, for the cities of Ceuta and Melilla.
@@ -50,7 +45,7 @@ and you can change the sensor configuration anytime by going to the integration'
### Advanced configuration
-PVPC Hourly Pricing allows manual configuration by adding a section to your `configuration.yaml`.
+PVPC Hourly Pricing allows manual configuration by adding a section to your `configuration.yaml`.
```yaml
# Set up electricity price sensors as a component:
@@ -88,10 +83,11 @@ power_p3:
The sensor provides an hourly price for energy consumed, but the variable cost of energy is only one of the factors that add up to the electricity bill:
-* Fixed cost of contracted power
-* Fixed cost of energy consumed
-* Variable cost of energy consumed (the sensor's value)
-* Other fixed expenses, such as the rental of the electric meter
-* Multiple taxes applied
+
+- Fixed cost of contracted power
+- Fixed cost of energy consumed
+- Variable cost of energy consumed (the sensor's value)
+- Other fixed expenses, such as the rental of the electric meter
+- Multiple taxes applied
diff --git a/source/_integrations/qingping.markdown b/source/_integrations/qingping.markdown
index f0e8a5d1d74..7a502ec9dd4 100644
--- a/source/_integrations/qingping.markdown
+++ b/source/_integrations/qingping.markdown
@@ -9,6 +9,7 @@ ha_release: 2022.9
ha_iot_class: Local Push
ha_codeowners:
- '@bdraco'
+ - '@skgsergio'
ha_domain: qingping
ha_config_flow: true
ha_platforms:
diff --git a/source/_integrations/rainmachine.markdown b/source/_integrations/rainmachine.markdown
index e25eb4a867a..cb5fa3f4f1d 100644
--- a/source/_integrations/rainmachine.markdown
+++ b/source/_integrations/rainmachine.markdown
@@ -17,6 +17,7 @@ ha_platforms:
- binary_sensor
- button
- diagnostics
+ - select
- sensor
- switch
- update
diff --git a/source/_integrations/recorder.markdown b/source/_integrations/recorder.markdown
index 5b162a7be8d..f2342556d76 100644
--- a/source/_integrations/recorder.markdown
+++ b/source/_integrations/recorder.markdown
@@ -9,7 +9,7 @@ ha_domain: recorder
ha_iot_class: Local Push
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: system
---
The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history`](/integrations/history/) integration.
diff --git a/source/_integrations/remote.markdown b/source/_integrations/remote.markdown
index a47f1880965..a6adec6984a 100644
--- a/source/_integrations/remote.markdown
+++ b/source/_integrations/remote.markdown
@@ -8,7 +8,7 @@ ha_category:
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
Keeps track which remotes are in your environment, their state and allows you to control them.
diff --git a/source/_integrations/repairs.markdown b/source/_integrations/repairs.markdown
index 25ceb1df7a2..31b0111ccff 100644
--- a/source/_integrations/repairs.markdown
+++ b/source/_integrations/repairs.markdown
@@ -7,7 +7,8 @@ ha_category:
ha_codeowners:
- '@home-assistant/core'
ha_domain: repairs
-ha_integration_type: integration
+ha_integration_type: system
+ha_quality_scale: internal
---
The Home Assistant Repairs integration will inform you about issues it has found
diff --git a/source/_integrations/rest.markdown b/source/_integrations/rest.markdown
index 18133c729eb..ff29cdb4bf0 100644
--- a/source/_integrations/rest.markdown
+++ b/source/_integrations/rest.markdown
@@ -1,6 +1,6 @@
---
-title: "RESTful"
-description: "Instructions on how to integrate REST sensors and binary sensors into Home Assistant."
+title: RESTful
+description: Instructions on how to integrate REST sensors and binary sensors into Home Assistant.
ha_category:
- Binary Sensor
- Sensor
diff --git a/source/_integrations/rfxtrx.markdown b/source/_integrations/rfxtrx.markdown
index 8bd0cc0aa70..3aba968e093 100644
--- a/source/_integrations/rfxtrx.markdown
+++ b/source/_integrations/rfxtrx.markdown
@@ -344,11 +344,22 @@ action:
event: 0b1111e003af16aa10000060
```
+Alternatively:
+
+- Go to: {% my developer_call_service title="Developer tools -> Services" service="rfxtrx.send" %}
+- Select: `RFXCOM RFXtrx: Send` from the Service drop-down menu.
+
+```yaml
+service: rfxtrx.send
+data:
+ event: "0b1111e003af16aa10000060"
+```
+
## Generate codes
If you need to generate codes for switches and lights, you can use a template (useful, for example, COCO switches).
-- Go to home-assistant-IP:8123/dev-template
+- Go to: {% my developer_template title="Developer tools -> Template" %}
- Use the following codes to generate an event:
### Switch: ARC
diff --git a/source/_integrations/ring.markdown b/source/_integrations/ring.markdown
index d7cc419e06e..9d673036b1c 100644
--- a/source/_integrations/ring.markdown
+++ b/source/_integrations/ring.markdown
@@ -88,8 +88,8 @@ You may consider some modifications in the subdirectory and the filename to suit
```yaml
data:
url: "{{ state_attr('camera.front_door', 'video_url') }}"
- subdir: "{{ state_attr('camera.front_door', 'friendly_name') }}/{{ now().strftime("%m.%Y") }}"
- filename: "{{ now().strftime("%Y-%m-%d-at-%H-%M-%S") }}.mp4"
+ subdir: "{{ state_attr('camera.front_door', 'friendly_name') }}/{{ now().strftime('%m.%Y') }}"
+ filename: "{{ now().strftime('%Y-%m-%d-at-%H-%M-%S') }}.mp4"
```
{% endraw %}
diff --git a/source/_integrations/rocketchat.markdown b/source/_integrations/rocketchat.markdown
index bef2918b5d5..4dc05d4e6c9 100644
--- a/source/_integrations/rocketchat.markdown
+++ b/source/_integrations/rocketchat.markdown
@@ -49,6 +49,6 @@ rocketchat_notification:
#### Message variables
- **message** (*Required*): Message to be displayed.
-- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://docs.rocket.chat/api/rest-api/methods/chat/postmessage)
+- **data** (*Optional*): Dictionary containing any of the variables defined in the [Rocket.Chat documentation](https://developer.rocket.chat/reference/api/rest-api/endpoints/core-endpoints/chat-endpoints/postmessage)
To use notifications, please see the [getting started with automation page](/getting-started/automation/).
diff --git a/source/_integrations/rpi_camera.markdown b/source/_integrations/rpi_camera.markdown
index dca849a1b31..972b3dec592 100644
--- a/source/_integrations/rpi_camera.markdown
+++ b/source/_integrations/rpi_camera.markdown
@@ -76,7 +76,7 @@ overlay_metadata:
type: integer
default: none
overlay_timestamp:
- description: Helper to add date/time onto the picture. Format as used by [`strftime`](http://man7.org/linux/man-pages/man3/strftime.3.html).
+ description: Helper to add date/time onto the picture. Format as used by [`strftime`](https://man7.org/linux/man-pages/man3/strftime.3.html).
required: false
type: string
default: none
diff --git a/source/_integrations/safe_mode.markdown b/source/_integrations/safe_mode.markdown
index 17c9a75d0af..3c810ee3d7d 100644
--- a/source/_integrations/safe_mode.markdown
+++ b/source/_integrations/safe_mode.markdown
@@ -7,7 +7,7 @@ ha_codeowners:
- '@home-assistant/core'
ha_domain: safe_mode
ha_quality_scale: internal
-ha_integration_type: integration
+ha_integration_type: system
---
The `safe_mode` integration is an internally used integration by the
diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown
index 1f2f65f6b37..0dd2331ad6d 100644
--- a/source/_integrations/scene.markdown
+++ b/source/_integrations/scene.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: scene
-ha_integration_type: integration
+ha_integration_type: entity
---
You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red.
diff --git a/source/_integrations/scrape.markdown b/source/_integrations/scrape.markdown
index 1d6c0744e3e..cf55b2029ea 100644
--- a/source/_integrations/scrape.markdown
+++ b/source/_integrations/scrape.markdown
@@ -137,13 +137,13 @@ sensor:
### Get a value out of a tag
-The German [Federal Office for Radiation protection (Bundesamt für Strahlenschutz)](http://www.bfs.de/) is publishing various details about optical radiation including an UV index. This example is getting the index for a region in Germany.
+The German [Federal Office for Radiation protection (Bundesamt für Strahlenschutz)](https://www.bfs.de/) is publishing various details about optical radiation including an UV index. This example is getting the index for a region in Germany.
```yaml
# Example configuration.yaml entry
sensor:
- platform: scrape
- resource: http://www.bfs.de/DE/themen/opt/uv/uv-index/prognose/prognose_node.html
+ resource: https://www.bfs.de/DE/themen/opt/uv/uv-index/prognose/prognose_node.html
name: Coast Ostsee
select: "p"
index: 19
diff --git a/source/_integrations/script.markdown b/source/_integrations/script.markdown
index 446d3d9cfac..a3d9c46d570 100644
--- a/source/_integrations/script.markdown
+++ b/source/_integrations/script.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: script
-ha_integration_type: integration
+ha_integration_type: system
---
The script integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services.
diff --git a/source/_integrations/search.markdown b/source/_integrations/search.markdown
index fec43baad91..1389cc60905 100644
--- a/source/_integrations/search.markdown
+++ b/source/_integrations/search.markdown
@@ -8,7 +8,7 @@ ha_codeowners:
- '@home-assistant/core'
ha_domain: search
ha_quality_scale: internal
-ha_integration_type: integration
+ha_integration_type: system
---
The `search` integration is an internally used integration by the
diff --git a/source/_integrations/select.markdown b/source/_integrations/select.markdown
index 28aaef459c4..16af11e944e 100644
--- a/source/_integrations/select.markdown
+++ b/source/_integrations/select.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: select
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
Keeps track on `select` entities in your environment, their state, and allows
diff --git a/source/_integrations/sensibo.markdown b/source/_integrations/sensibo.markdown
index 3dbeeef59c3..96f73750c55 100644
--- a/source/_integrations/sensibo.markdown
+++ b/source/_integrations/sensibo.markdown
@@ -34,7 +34,7 @@ ha_integration_type: integration
ha_quality_scale: platinum
---
-Integrates [Sensibo](https://sensibo.com) Air Conditioning controller into Home Assistant.
+Integrates [Sensibo](https://sensibo.com) devices into Home Assistant.
## Prerequisites
@@ -57,7 +57,7 @@ For motion sensors (supported by Sensibo Air devices), this integration provides
For climate devices, these sensors are available:
-- Room presence
+- Room presence (for Air devices with an attached motion sensor)
For Pure devices, these sensors are available:
@@ -66,7 +66,7 @@ For Pure devices, these sensors are available:
- Pure Boost linked with Presence
- Pure Boost linked with Outdoor Air Quality
-For climate devices, these sensors are available:
+For all devices, these sensors are available:
- Filter Clean Required
@@ -76,6 +76,12 @@ You can reset your filter check by using the button available on climate devices
By pressing the button, you tell your device that you have cleaned or replaced the filter.
+## Number Entities
+
+By using the number entities you can calibrate the temperature and hunmidity of your device.
+
+These entities are disabled by default.
+
## Select Entities
For supported devices, this integration provides support to set the following modes by the select entity:
@@ -85,13 +91,18 @@ For supported devices, this integration provides support to set the following mo
## Sensor Entities
+For all devices, these sensors are available:
+
+- Filter last reset
+- Feels Like
+- Timer end time
+
For motion sensors (supported by Sensibo Air devices), this integration provides the following sensors:
- Temperature
-- Feels Like
- Humidity
-For diagnostics, not automatically displayed on dashboards, these sensors are available:
+For diagnostics, not automatically displayed on dashboards, these sensors are available for motion sensors:
- Voltage
- Rssi
@@ -106,10 +117,6 @@ For AirQ device, these sensors are available:
- TVOC
- CO2
-For climate devices, these sensors are available:
-
-- Filter last reset
-
## Switch Entities
For climate devices, this integration provides support to enable/disable a timer to delay a start or stop (depending on the current state) of your device.
@@ -122,6 +129,12 @@ To customize the settings of Pure Boost, you can use the custom `sensibo.enable_
## Custom Services
+### Assume state
+
+For devices which are also controlled in other ways or often goes out of sync with Sensibo there is a `sensibo.assume_state` service.
+
+With this service you can tell Sensibo if your device is currently running or not without sending a new command to you device.
+
### Pure Boost
You can configure your Pure Boost settings using the services `sensibo.enable_pure_boost`.
diff --git a/source/_integrations/sensor.markdown b/source/_integrations/sensor.markdown
index 5f7c4077555..3ccbfec0ea5 100644
--- a/source/_integrations/sensor.markdown
+++ b/source/_integrations/sensor.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_domain: sensor
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
Sensors are a basic platform component in Home Assistant. They monitor the states and conditions of a variety of entities. An entity can be many things. This can include a physical device like a motion sensor that reports the battery level, a web service that retrieves the weather temperature, a built-in function that calculates the sun's elevation relative to your GPS position, or even a custom sensor you may have created to report the free space on your laptop. These are all *things* reporting different types of information.
diff --git a/source/_integrations/sensorblue.markdown b/source/_integrations/sensorblue.markdown
index 0fc5455faa4..5aa323fae4e 100644
--- a/source/_integrations/sensorblue.markdown
+++ b/source/_integrations/sensorblue.markdown
@@ -1,6 +1,6 @@
---
title: SensorBlue
-description: Instructions on how to integrate SensorBlue devices into Home Assistant.
+description: Connect and control your SensorBlue devices using the ThermoBeacon integration
ha_category:
- Sensor
ha_bluetooth: true
diff --git a/source/_integrations/serial.markdown b/source/_integrations/serial.markdown
index 1ae0984e102..41d648a4542 100644
--- a/source/_integrations/serial.markdown
+++ b/source/_integrations/serial.markdown
@@ -13,7 +13,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `serial` sensor platform is using the data provided by a device connected to the serial port of the system where Home Assistant is running. With [`ser2net`](http://ser2net.sourceforge.net/) and [`socat`](http://www.dest-unreach.org/socat/) would it also work for sensors connected to a remote system.
+The `serial` sensor platform is using the data provided by a device connected to the serial port of the system where Home Assistant is running. With [`ser2net`](https://ser2net.sourceforge.net/) and [`socat`](http://www.dest-unreach.org/socat/) would it also work for sensors connected to a remote system.
To check what kind of data is arriving at your serial port, use a command-line tool like `minicom` or `picocom` on Linux, on a macOS you can use `screen` or on Windows `putty`.
diff --git a/source/_integrations/shelly.markdown b/source/_integrations/shelly.markdown
index b4008ebae4b..2e6b81708f4 100644
--- a/source/_integrations/shelly.markdown
+++ b/source/_integrations/shelly.markdown
@@ -9,6 +9,7 @@ ha_category:
- Number
- Sensor
- Switch
+ - Update
ha_release: 0.115
ha_codeowners:
- '@balloob'
@@ -30,6 +31,7 @@ ha_platforms:
- number
- sensor
- switch
+ - update
ha_integration_type: integration
---
diff --git a/source/_integrations/sia.markdown b/source/_integrations/sia.markdown
index d30e2d25a48..577ff63bb3d 100644
--- a/source/_integrations/sia.markdown
+++ b/source/_integrations/sia.markdown
@@ -60,7 +60,7 @@ The port used with this component must be a port no other processes use on the m
### Entities
-In the initial version, after setup you will see one alarm_control_panel per account and zone combination. This entity will have 5 attributes that reflect all messages that came in for that account and zone, it includes fields for `last_code`, `zone`, `last_message`, `last_id`, `last_timestamp`. The alarm_control_panel state itself is changed based on a subset of values, including but not limited to codes: `CA`, `CB`, `CG`, `BA`, `TA`, `OA`, `NC`, `NL`, for the full list check the code on GitHub. If you expected the state to change then please log which code it was and create an issue on GitHub as well.
+In the initial version, after setup you will see one alarm_control_panel per account and zone combination. This entity will have 5 attributes that reflect all messages that came in for that account and zone, it includes fields for `last_code`, `last_zone`, `last_message`, `last_id`, `last_timestamp`. The alarm_control_panel state itself is changed based on a subset of values, including but not limited to codes: `CA`, `CB`, `CG`, `BA`, `TA`, `OA`, `NC`, `NL`, for the full list check the code on GitHub. If you expected the state to change then please log which code it was and create an issue on GitHub as well.
### Events
diff --git a/source/_integrations/siren.markdown b/source/_integrations/siren.markdown
index 0652ccfa25e..7c74ec7a537 100644
--- a/source/_integrations/siren.markdown
+++ b/source/_integrations/siren.markdown
@@ -9,7 +9,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
- '@raman325'
-ha_integration_type: integration
+ha_integration_type: entity
---
The Siren integration is built for the controlling and monitoring of siren/chime devices.
diff --git a/source/_integrations/smarther.markdown b/source/_integrations/smarther.markdown
new file mode 100644
index 00000000000..3bd187365cd
--- /dev/null
+++ b/source/_integrations/smarther.markdown
@@ -0,0 +1,36 @@
+---
+title: Smarther
+description: Connect and control your Smarther devices using the Netatmo integration
+ha_category:
+ - Camera
+ - Climate
+ - Cover
+ - Environment
+ - Hub
+ - Light
+ - Media Source
+ - Sensor
+ - Switch
+ - Weather
+ha_domain: smarther
+ha_codeowners:
+ - '@cgtobi'
+ha_integration_type: integration
+ha_config_flow: true
+ha_platforms:
+ - camera
+ - climate
+ - cover
+ - diagnostics
+ - light
+ - select
+ - sensor
+ - switch
+ha_iot_class: Cloud Polling
+ha_homekit: true
+ha_supporting_domain: netatmo
+ha_supporting_integration: Netatmo
+ha_release: '0.20'
+---
+
+{% include integrations/supported_brand.md %}
diff --git a/source/_integrations/smartthings.markdown b/source/_integrations/smartthings.markdown
index 9d26e422f95..5d26886aec6 100644
--- a/source/_integrations/smartthings.markdown
+++ b/source/_integrations/smartthings.markdown
@@ -64,7 +64,7 @@ The PAT is used to create a Home Assistant SmartApp in your SmartThings account
This integration requires an internet accessible incoming webhook to receive push updates from SmartThings. The preferred approach is to subscribe to [Home Assistant Cloud (Nabu Casa)](https://www.nabucasa.com/) and the integration will configure and use a cloudhook automatically. Alternatively, you will have to configure and setup an internet accessible webhook in Home Assistant as described below:
1. Setup [remote access](/docs/configuration/remote/) via a domain name secured with SSL. *Self-signed SSL certificates are not supported by the SmartThings Cloud API.*
-1. Set the external URL in the Home Assistant [configuration](/docs/configuration/basic) to the URL that Home Assistant is available on the internet (this must start with `https://`). This must be port 443. If you do not use Nabu Casa you must configure your network to allow TCP traffic from the internet on port 443 to reach the IP address of the device running Home Assistant.
+2. Set the external URL in the Home Assistant [configuration](/docs/configuration/basic) to the URL that Home Assistant is available on the internet (this must start with `https://`). If you do not use Nabu Casa you must configure your network to allow TCP traffic from the internet to reach the IP address and port of the device running Home Assistant.
## Setup instructions
@@ -111,7 +111,7 @@ The integration will trigger an event when a device with the [button](https://de
| Attribute | Description |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `component_id` | Describes which integration of the device triggered the event. `main` represents the parent device. For devices with child-devices, this attribute identifies the child that raised the event. |
+| `component_id` | Describes which integration of the device triggered the event. `main` represents the parent device. For devices with child-devices, this attribute identifies the child that raised the event. For multi-button devices, the current SmartThings API will no longer pass the ButtonNumber but use a child component_id for each button. The device handler installed on SmartThings must be able to create those child components. |
| `device_id` | The unique id of the device in SmartThings. This can be located in the Home Assistant device registry or in the [SmartThings Developer Workspace](https://smartthings.developer.samsung.com/workspace/). |
| `location_id` | The unique id of the location the device is part of. This can be found in the configuration entry registry or in the [SmartThings Developer Workspace](https://smartthings.developer.samsung.com/workspace/). |
| `value` | Describes the action taken on the button. See the [button](https://developer-preview.smartthings.com/docs/devices/capabilities/capabilities-reference#button) capability reference for a list of possible values (not all are supported by every device). |
diff --git a/source/_integrations/snmp.markdown b/source/_integrations/snmp.markdown
index 6c624feff86..19eb14ff199 100644
--- a/source/_integrations/snmp.markdown
+++ b/source/_integrations/snmp.markdown
@@ -20,7 +20,7 @@ A lot of Wi-Fi access points and Wi-Fi routers support the Simple Network Manage
There is currently support for the following device types within Home Assistant:
-- [Presence Detection](#precense-detection)
+- [Presence Detection](#presence-detection)
- [Sensor](#sensor)
- [Switch](#switch)
@@ -424,7 +424,7 @@ switch:
baseoid: 1.3.6.1.4.1.19865.1.2.1.4.0
payload_on: 1
payload_off: 0
-
+
- platform: snmp
name: Enable PoE on Netgear switch port 2 using SNMP v3
host: 192.168.0.4
diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown
index 617bdb089c7..cec31e5f7b0 100644
--- a/source/_integrations/ssdp.markdown
+++ b/source/_integrations/ssdp.markdown
@@ -7,7 +7,7 @@ ha_iot_class: Local Push
ha_release: 0.94
ha_domain: ssdp
ha_quality_scale: internal
-ha_integration_type: integration
+ha_integration_type: system
---
The `ssdp` "Simple Service Discovery Protocol" (part of UPnP) integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel.
diff --git a/source/_integrations/stt.markdown b/source/_integrations/stt.markdown
index d979449fcdc..46ec6c89241 100644
--- a/source/_integrations/stt.markdown
+++ b/source/_integrations/stt.markdown
@@ -7,7 +7,7 @@ ha_codeowners:
ha_domain: stt
ha_quality_scale: internal
ha_category: []
-ha_integration_type: integration
+ha_integration_type: entity
---
Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back.
diff --git a/source/_integrations/surepetcare.markdown b/source/_integrations/surepetcare.markdown
index 5813835e543..d89110fd529 100644
--- a/source/_integrations/surepetcare.markdown
+++ b/source/_integrations/surepetcare.markdown
@@ -32,9 +32,15 @@ This service lets you change the locking state of a flap.
| Service data attribute | Required | Type | Description |
| ---------------------- | -------- | -------- | ----------- |
-| `flap_id` | `True` | integer | Flap ID to change - see below for instructions on finding device IDs
+| `flap_id` | `True` | integer | Flap ID to change - see below for instructions on finding device ID
| `lock_state` | `True` | string | New state to change the flap to
+The `flap_id` can be found following these instructions:
+
+- Log into [surepetcare.io](https://surepetcare.io/).
+- Open the sidebar and click your flap.
+- The `flap_id` will be at the end of the URL (i.e., `https://surepetcare.io/control/device/FLAP-ID`)
+
`lock_state` should be one of:
- `unlocked` - flap is unlocked, pets are allowed both in and out.
diff --git a/source/_integrations/switch.markdown b/source/_integrations/switch.markdown
index 74b6cc25071..b5a847ddf31 100644
--- a/source/_integrations/switch.markdown
+++ b/source/_integrations/switch.markdown
@@ -10,7 +10,7 @@ ha_platforms:
- light
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
Keeps track which switches are in your environment, their state and allows you to control them.
diff --git a/source/_integrations/switch.mqtt.markdown b/source/_integrations/switch.mqtt.markdown
index 32d027cf0fc..6ce3e75b995 100644
--- a/source/_integrations/switch.mqtt.markdown
+++ b/source/_integrations/switch.mqtt.markdown
@@ -273,7 +273,7 @@ mosquitto_pub -h 127.0.0.1 -t home/bedroom/switch1 -m "ON"
### Set the state of a device with ESPEasy
-Assuming that you have flashed your ESP8266 unit with [ESPEasy](https://github.com/letscontrolit/ESPEasy). Under "Config" is a name ("Unit Name:") set for your device (here it's "bathroom"). A configuration for a "Controller" for MQTT with the protocol "OpenHAB MQTT" is present and the entries ("Controller Subscribe:" and "Controller Publish:") are adjusted to match your needs. In this example, the topics are prefixed with "home". There is no further configuration needed as the [GPIOs](https://www.letscontrolit.com/wiki/index.php/GPIO) can be controlled with MQTT directly.
+Assuming that you have flashed your ESP8266 unit with [ESPEasy](https://github.com/letscontrolit/ESPEasy). Under "Config" is a name ("Unit Name:") set for your device (here it's "bathroom"). A configuration for a "Controller" for MQTT with the protocol "OpenHAB MQTT" is present and the entries ("Controller Subscribe:" and "Controller Publish:") are adjusted to match your needs. In this example, the topics are prefixed with "home". There is no further configuration needed as the [GPIOs](https://espeasy.readthedocs.io/en/latest/Controller/C005.html) can be controlled with MQTT directly.
Manually you can set pin 13 to high with `mosquitto_pub` or another MQTT tool:
diff --git a/source/_integrations/switchbee.markdown b/source/_integrations/switchbee.markdown
index 491c8395210..489a2ee6151 100644
--- a/source/_integrations/switchbee.markdown
+++ b/source/_integrations/switchbee.markdown
@@ -7,8 +7,8 @@ ha_category:
- Cover
- Light
- Switch
-ha_release: 2022.10
-ha_iot_class: local Polling
+ha_release: '2022.10'
+ha_iot_class: Local Polling
ha_config_flow: true
ha_codeowners:
- '@jafar-atili'
diff --git a/source/_integrations/syncthru.markdown b/source/_integrations/syncthru.markdown
index c8de5b92b4a..4e964684a17 100644
--- a/source/_integrations/syncthru.markdown
+++ b/source/_integrations/syncthru.markdown
@@ -16,16 +16,16 @@ ha_platforms:
ha_integration_type: integration
---
-The Samsung SyncThru Printer platform allows Home Asssitant to read current data from a local Samsung printer.
+The Samsung SyncThru Printer platform allows Home Assistant to read current data from a local Samsung printer.
Depending on device abilities, the following separate sensors are created if supported:
- - Whether the printer is online
- - Whether the printer is in an error state
- - Black, cyan, magenta and yellow toner fill level
- - Black, cyan, magenta and yellow drum state
- - First to fifth paper input tray state
- - First to sixth paper output tray state
+- Whether the printer is online
+- Whether the printer is in an error state
+- Black, cyan, magenta and yellow toner fill level
+- Black, cyan, magenta and yellow drum state
+- First to fifth paper input tray state
+- First to sixth paper output tray state
In order for a device to be discovered automatically, SSPD / UPnP (under Network settings) must be enabled.
diff --git a/source/_integrations/synology_srm.markdown b/source/_integrations/synology_srm.markdown
index 523c2b0b3d1..9ad193bcb40 100644
--- a/source/_integrations/synology_srm.markdown
+++ b/source/_integrations/synology_srm.markdown
@@ -65,5 +65,6 @@ List of models known to be supported:
- RT1900ac
- RT2600ac
- MR2200ac
+- RT6600ax
See the [device tracker integration page](/integrations/device_tracker/) for instructions on how to configure the people to be tracked.
diff --git a/source/_integrations/system_health.markdown b/source/_integrations/system_health.markdown
index 525a093e5f1..ee4a4ab883c 100644
--- a/source/_integrations/system_health.markdown
+++ b/source/_integrations/system_health.markdown
@@ -6,7 +6,7 @@ ha_category:
ha_release: 0.87
ha_quality_scale: internal
ha_domain: system_health
-ha_integration_type: integration
+ha_integration_type: system
---
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.
diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown
index 3c8d91cb06a..43b9ab93ea3 100644
--- a/source/_integrations/template.markdown
+++ b/source/_integrations/template.markdown
@@ -71,7 +71,7 @@ template:
## Trigger-based template binary sensors, buttons, numbers, selects and sensors
-If you want more control over when an entity updates, you can define a trigger. Triggers follow the same format and work exactly the same as [triggers in automations][trigger-doc]. This feature is a great way to create entities based on webhook data ([example](#storing-webhook-information)), or update entities based on a schedule.
+If you want more control over when an entity updates, you can define a trigger. Triggers follow the same format and work exactly the same as [triggers in automations][trigger-doc]. This feature is a great way to create entities based on webhook data ([example](#trigger-based-sensor-and-binary-sensor-storing-webhook-information)), or update entities based on a schedule.
Whenever the trigger fires, all related entities will re-render and it will have access to [the trigger data](/docs/automation/templating/) in the templates.
diff --git a/source/_integrations/thermoplus.markdown b/source/_integrations/thermoplus.markdown
index 555e046dae1..5881e64d8f8 100644
--- a/source/_integrations/thermoplus.markdown
+++ b/source/_integrations/thermoplus.markdown
@@ -1,6 +1,6 @@
---
title: ThermoPlus
-description: Instructions on how to integrate ThermoPlus devices into Home Assistant.
+description: Connect and control your ThermoPlus devices using the ThermoBeacon integration
ha_category:
- Sensor
ha_bluetooth: true
diff --git a/source/_integrations/thinkingcleaner.markdown b/source/_integrations/thinkingcleaner.markdown
index 59dabafac8d..f049c8f2d3c 100644
--- a/source/_integrations/thinkingcleaner.markdown
+++ b/source/_integrations/thinkingcleaner.markdown
@@ -20,7 +20,7 @@ There is currently support for the following device types within Home Assistant:
## Sensor
-The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner](https://www.thinkingcleaner.com/) add-on.
+The `thinkingcleaner` sensor platform simple displays information about your [Thinking Cleaner (archived website)](https://web.archive.org/web/20220802042114/https://www.thinkingcleaner.com/) add-on.
To enable this sensor in your installation, add the following to your `configuration.yaml` file:
@@ -41,7 +41,7 @@ This will automatically add sensors for each Thinking Cleaner in your network.
## Switch
-The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner](https://www.thinkingcleaner.com/) add-on.
+The `thinkingcleaner` switch platform allows you to control your [Thinking Cleaner (archived website)](https://web.archive.org/web/20220802042114/https://www.thinkingcleaner.com/) add-on.
To enable this switch in your installation, add the following to your `configuration.yaml` file:
diff --git a/source/_integrations/third_reality.markdown b/source/_integrations/third_reality.markdown
new file mode 100644
index 00000000000..14752468dd3
--- /dev/null
+++ b/source/_integrations/third_reality.markdown
@@ -0,0 +1,35 @@
+---
+title: Third Reality
+description: Connect and control your Third Reality Zigbee devices using the Zigbee integration
+ha_release: '2022.10'
+ha_iot_class: Local Push
+ha_config_flow: true
+ha_category:
+ - Cover
+ - Switch
+ - Binary Sensor
+ - Sensor
+ - Button
+ha_domain: third_reality
+ha_integration_type: integration
+works_with:
+ - zigbee
+ha_platforms:
+ - binary_sensor
+ - button
+ - sensor
+ - switch
+ - cover
+ha_iot_standard: zigbee
+ha_brand: true
+---
+
+[Third Reality](https://3reality.com) is a member of the Works with Home Assistant partner program for their Zigbee products. Third Reality is committed to making sure their products are up-to-date and ready to use in Home Assistant.
+
+Third Reality Zigbee devices work locally and integrate seamlessly with the Zigbee integration in Home Assistant (Zigbee stick required).
+
+To add Third Reality products, pair them as Zigbee devices:
+
+{% my config_zha badge %}
+
+[Learn more about Zigbee in Home Assistant.](/integrations/zha)
diff --git a/source/_integrations/tilt_ble.markdown b/source/_integrations/tilt_ble.markdown
index 84e6f28b37c..f1f90c8247d 100644
--- a/source/_integrations/tilt_ble.markdown
+++ b/source/_integrations/tilt_ble.markdown
@@ -1,10 +1,10 @@
---
-title: Tilt Hydrometer Bluetooth
+title: Tilt Hydrometer BLE
description: Instructions on how to integrate Tilt Hydrometer BLE devices into Home Assistant.
ha_category:
- Sensor
ha_bluetooth: true
-ha_release: "2022.10"
+ha_release: '2022.10'
ha_iot_class: Local Push
ha_codeowners:
- '@apt-itude'
diff --git a/source/_integrations/torque.markdown b/source/_integrations/torque.markdown
index 40abafe44b2..59362f055d9 100644
--- a/source/_integrations/torque.markdown
+++ b/source/_integrations/torque.markdown
@@ -29,7 +29,7 @@ Under the **Logging Preferences** header:
Under the **Realtime Web Upload** header:
- Check **Upload to web-server**.
-- Enter `https://HOST:PORT/api/torque` as the **Web-server URL**, where `HOST` and `PORT` are your externally accessible Home Assistant HTTP host. To use a Bearer Token, this has to be [SSL/TSL](/docs/ecosystem/certificates/).
+- Enter `https://HOST/api/torque` or `https://@/HOST:PORT/api/torque` as the **Web-server URL**, where `HOST` and `PORT` are your externally accessible Home Assistant HTTP host. To use a Bearer Token, this has to be [SSL/TSL](/docs/ecosystem/certificates/).
- Enable **Send https: Bearer Token** (available since Torque Pro 1.12.46)
- Paste a Long-Lived Access Token from any Home Assistant user in **Set Bearer Token** field.
- Enter an email address in **User Email Address** (this can be any non empty string you like).
diff --git a/source/_integrations/tplink.markdown b/source/_integrations/tplink.markdown
index de0ff29038b..decb26c26e2 100644
--- a/source/_integrations/tplink.markdown
+++ b/source/_integrations/tplink.markdown
@@ -36,46 +36,59 @@ There is currently support for the following device types within Home Assistant:
{% include integrations/config_flow.md %}
## Supported Devices
+
+See [Supported Devices in python-kasa](https://github.com/python-kasa/python-kasa#supported-devices) for an up to date list.
+
+## Supported devices
+
### Plugs
- HS100
- HS103
- HS105
-- HS110 (supports consumption sensors)
+- HS107
+- HS110
+- KP100
- KP105
-- KP115 (supports consumption sensors)
-- KP125 (supports consumption sensors)
+- KP115
+- KP125
+- KP401
+- EP10
-### Strip (Multi-Plug)
+### Power Strips
-- HS107 (indoor 2-outlet)
-- HS300 (powerstrip 6-outlet) (supports consumption sensors)
-- KP303 (powerstrip 3-outlet)
-- KP400 (outdoor 2-outlet)
-- KP200 (indoor 2-outlet)
-- KP40 (outdoor 2-outlet)
-- EP40 (outdoor 2-outlet)
+- EP40
+- HS300
+- KP303
+- KP400
-### Wall Switches
+### Wall switches
+- ES20M
- HS200
- HS210
-- HS220 (acts as a light)
+- HS220
+- KS200M
+- KS220M
+- KS230
### Bulbs
+- EP40
- LB100
- LB110
- LB120
- LB130
- LB230
+- KL50
+- KL60
- KL110
- KL120
- KL125
- KL130
-- KB130
+- KL135
-### Light Strips
+### Light strips
- KL400
- KL420
diff --git a/source/_integrations/trafikverket_weatherstation.markdown b/source/_integrations/trafikverket_weatherstation.markdown
index 9046fcfc734..27b10b6fb90 100644
--- a/source/_integrations/trafikverket_weatherstation.markdown
+++ b/source/_integrations/trafikverket_weatherstation.markdown
@@ -29,7 +29,7 @@ Please click [here](https://api.trafikinfo.trafikverket.se/) and register to obt
{% include integrations/config_flow.md %}
-## Entities provided by the integration is
+## Entities provided by the integration
- Air temperature.
- Road temperature.
- Relative humidity.
diff --git a/source/_integrations/tts.markdown b/source/_integrations/tts.markdown
index a6d7e659734..ac1f099411a 100644
--- a/source/_integrations/tts.markdown
+++ b/source/_integrations/tts.markdown
@@ -11,7 +11,7 @@ ha_domain: tts
ha_quality_scale: internal
ha_platforms:
- notify
-ha_integration_type: integration
+ha_integration_type: entity
---
Text-to-Speech (TTS) enables Home Assistant to speak to you.
diff --git a/source/_integrations/twilio_call.markdown b/source/_integrations/twilio_call.markdown
index d68d45c533b..1e045f4e41a 100644
--- a/source/_integrations/twilio_call.markdown
+++ b/source/_integrations/twilio_call.markdown
@@ -1,6 +1,6 @@
---
title: Twilio Call
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add Twilio Call notifications to Home Assistant.
ha_category:
- Notifications
ha_release: 0.37
@@ -16,6 +16,8 @@ Passed message will be read by Text-To-Speech service.
The requirement is that you have setup [Twilio](/integrations/twilio/).
+## Configuration
+
To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
@@ -40,7 +42,7 @@ name:
### Usage
-Twilio is a notify platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers.
+Twilio is a notification platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers.
```yaml
# Example automation notification entry
diff --git a/source/_integrations/twilio_sms.markdown b/source/_integrations/twilio_sms.markdown
index 173a064649e..5c5e2a1567b 100644
--- a/source/_integrations/twilio_sms.markdown
+++ b/source/_integrations/twilio_sms.markdown
@@ -1,6 +1,6 @@
---
title: Twilio SMS
-description: Instructions on how to add user notifications to Home Assistant.
+description: Instructions on how to add Twilio SMS notifications to Home Assistant.
ha_category:
- Notifications
ha_release: '0.20'
@@ -11,10 +11,12 @@ ha_platforms:
ha_integration_type: integration
---
-The `twilio` notification platform enables sending notifications via SMS, powered by [Twilio](https://twilio.com).
+The `twilio_sms` notification platform enables sending notifications via SMS, powered by [Twilio](https://twilio.com).
The requirement is that you have setup [Twilio](/integrations/twilio/).
+## Configuration
+
To use this notification platform in your installation, add the following to your `configuration.yaml` file:
```yaml
@@ -39,7 +41,7 @@ name:
### Usage
-Twilio is a notify platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers. It's also possible to use `whatsapp:+123456789` for sending notifications to a Whatsapp user.
+Twilio is a notification platform and thus can be controlled by calling the notify service [as described here](/integrations/notify/). It will send a notification to all E.164 phone numbers in the notification **target**. See the notes above regarding the `from_number` configuration variable for information about formatting phone numbers. It's also possible to use `whatsapp:+123456789` for sending notifications to a Whatsapp user.
Media can be included with messages by setting the optional `media_url` variable. Only `.gif`, `.png`, or `.jpeg` content are supported, according to the Twilio documentation and this feature is [only supported in the US and Canada.][mms]
diff --git a/source/_integrations/unifi_direct.markdown b/source/_integrations/unifi_direct.markdown
index 47567766a90..4ebb2c14ffd 100644
--- a/source/_integrations/unifi_direct.markdown
+++ b/source/_integrations/unifi_direct.markdown
@@ -1,5 +1,5 @@
---
-title: Ubiquiti UniFi AP
+title: UniFi AP
description: Instructions on how to use a Unifi WAP as a device tracker.
ha_category:
- Presence Detection
@@ -11,7 +11,7 @@ ha_platforms:
ha_integration_type: integration
---
-This platform allows you to detect presence by looking at devices connected to a [UniFi AP](https://www.ui.com/products/#unifi). This device tracker differs from [Ubiquiti UniFi](/integrations/unifi) because it doesn't require the UniFi controller software.
+This platform allows you to detect presence by looking at devices connected to a [UniFi AP](https://www.ui.com/products/#unifi). This device tracker differs from [Ubiquiti UniFi](/integrations/unifi) because it doesn't require the UniFi Network application.
To use this device tracker in your installation, add the following to your `configuration.yaml` file:
diff --git a/source/_integrations/unifiled.markdown b/source/_integrations/unifiled.markdown
index fc1aba6aa77..fb0f18dcb11 100644
--- a/source/_integrations/unifiled.markdown
+++ b/source/_integrations/unifiled.markdown
@@ -1,5 +1,5 @@
---
-title: Ubiquiti UniFi LED
+title: UniFi LED
description: Instructions on how to configure the UniFi LED integration with UniFi LED Controller by Ubiquiti.
ha_category:
- Light
diff --git a/source/_integrations/update.markdown b/source/_integrations/update.markdown
index ba4eb95d4e6..8b29b2eed39 100644
--- a/source/_integrations/update.markdown
+++ b/source/_integrations/update.markdown
@@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_domain: update
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
An update entity is an entity that indicates if an update is available for a
@@ -32,7 +32,7 @@ Update entities are here to be consumed and provided by other integrations and
are are not designed to be created manually directly.
This page, therefore, does not provide instructions on how to create update
-entities. Please see the ["Updates" category](/integrations/#updates) on the
+entities. Please see the ["Update" category](/integrations/#update) on the
integrations page to find integration offering update entities.
diff --git a/source/_integrations/usb.markdown b/source/_integrations/usb.markdown
index 7aa2493fe91..1b1afc1e5c6 100644
--- a/source/_integrations/usb.markdown
+++ b/source/_integrations/usb.markdown
@@ -9,7 +9,7 @@ ha_domain: usb
ha_quality_scale: internal
ha_codeowners:
- '@bdraco'
-ha_integration_type: integration
+ha_integration_type: system
---
The USB Discovery integration will detect newly connected USB devices. Discovered devices will show up in the discovered section on the integrations page in the configuration panel.
diff --git a/source/_integrations/vacuum.markdown b/source/_integrations/vacuum.markdown
index 107385806bd..a493e3625fd 100644
--- a/source/_integrations/vacuum.markdown
+++ b/source/_integrations/vacuum.markdown
@@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: []
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
The `vacuum` integration enables the ability to control home cleaning robots within Home Assistant.
diff --git a/source/_integrations/w800rf32.markdown b/source/_integrations/w800rf32.markdown
index a17e3c61a1f..d89b3a4de64 100644
--- a/source/_integrations/w800rf32.markdown
+++ b/source/_integrations/w800rf32.markdown
@@ -12,7 +12,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `w800rf32` integration supports W800RF32 devices by [WGL Designs](http://www.wgldesigns.com/w800.html) which
+The `w800rf32` integration supports W800RF32 devices by WGL Designs which
communicate in the frequency range of 310MHz or if you are outside Canada or the U.S., 433.92 MHz.
The W800 family of RF receivers are designed to receive X10 RF signals generated from X10 products: Palm Pad
diff --git a/source/_integrations/water_heater.markdown b/source/_integrations/water_heater.markdown
index dfad8286c51..14f5a23a6e5 100644
--- a/source/_integrations/water_heater.markdown
+++ b/source/_integrations/water_heater.markdown
@@ -7,7 +7,7 @@ ha_quality_scale: internal
ha_category: []
ha_codeowners:
- '@home-assistant/core'
-ha_integration_type: integration
+ha_integration_type: entity
---
The `water_heater` integration is built for the controlling and monitoring of hot water heaters.
diff --git a/source/_integrations/weather.markdown b/source/_integrations/weather.markdown
index c4417626f5d..827101a59fc 100644
--- a/source/_integrations/weather.markdown
+++ b/source/_integrations/weather.markdown
@@ -8,7 +8,7 @@ ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: weather
-ha_integration_type: integration
+ha_integration_type: entity
---
The `weather` platforms gather meteorological information from web services and display the conditions and other details about the weather at the given location. Read the integration documentation for your particular weather provider to learn how to set it up.
diff --git a/source/_integrations/webhook.markdown b/source/_integrations/webhook.markdown
index f1abf6b5d8c..53ff11cb9d8 100644
--- a/source/_integrations/webhook.markdown
+++ b/source/_integrations/webhook.markdown
@@ -1,11 +1,14 @@
---
-ha_release: 0.8
title: Webhook
-ha_domain: webhook
+description: Instructions on how to setup webhook triggers within Home Assistant.
+ha_category:
+ - Automation
+ha_release: 0.8
ha_quality_scale: internal
ha_category: []
ha_codeowners:
- '@home-assistant/core'
+ha_domain: webhook
ha_integration_type: integration
---
diff --git a/source/_integrations/websocket_api.markdown b/source/_integrations/websocket_api.markdown
index 163236337c3..b204001c40d 100644
--- a/source/_integrations/websocket_api.markdown
+++ b/source/_integrations/websocket_api.markdown
@@ -10,7 +10,7 @@ ha_codeowners:
ha_domain: websocket_api
ha_platforms:
- sensor
-ha_integration_type: integration
+ha_integration_type: system
---
The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/).
diff --git a/source/_integrations/worldclock.markdown b/source/_integrations/worldclock.markdown
index a3a76e7a31c..ad0115af7da 100644
--- a/source/_integrations/worldclock.markdown
+++ b/source/_integrations/worldclock.markdown
@@ -44,7 +44,7 @@ time_format:
default: "%H:%M"
{% endconfiguration %}
-For valid time zones check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module.
+For valid time zones, check the **TZ** column in the [Wikipedia overview](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), or get the full list from the [pytz](https://pypi.python.org/pypi/pytz) module.
```shell
python3 -c "import pytz;print(pytz.all_timezones)"
diff --git a/source/_integrations/xiaomi_tv.markdown b/source/_integrations/xiaomi_tv.markdown
index 0819a3b83f2..f99056084e0 100644
--- a/source/_integrations/xiaomi_tv.markdown
+++ b/source/_integrations/xiaomi_tv.markdown
@@ -13,7 +13,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `xiaomi_tv` platform allows you to control a [Xiaomi TV](https://www.mi.com/en/mitv3s/65flat/).
+The `xiaomi_tv` platform allows you to control a [Xiaomi TV](https://www.mi.com/global/mitv3s/65flat/).
You need to make sure the TV is connected to the internet, and that your Home Assistant instance is on the same network.
diff --git a/source/_integrations/yamaha.markdown b/source/_integrations/yamaha.markdown
index ccad6089aaf..23e64834fb1 100644
--- a/source/_integrations/yamaha.markdown
+++ b/source/_integrations/yamaha.markdown
@@ -22,6 +22,7 @@ Supported devices:
- [RX-V673](https://ca.yamaha.com/en/products/audio_visual/av_receivers_amps/rx-v673/specs.html)
- [RX-V685](https://ca.yamaha.com/en/products/audio_visual/av_receivers_amps/rx-v585_u/specs.html)
- [RX-V773](https://ca.yamaha.com/en/products/audio_visual/av_receivers_amps/rx-v773/specs.html)
+- [RX-V3067](https://ca.yamaha.com/en/products/audio_visual/av_receivers_amps/rx-v3067/specs.html)
- And more
To add a Yamaha Network Receiver to your installation, add the following to your `configuration.yaml` file:
diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown
index b814fb1bc78..bd269a9d337 100644
--- a/source/_integrations/zeroconf.markdown
+++ b/source/_integrations/zeroconf.markdown
@@ -9,7 +9,7 @@ ha_codeowners:
- '@bdraco'
ha_domain: zeroconf
ha_iot_class: Local Push
-ha_integration_type: integration
+ha_integration_type: system
---
The `zeroconf` integration will scan the network for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel. It will also make Home Assistant discoverable for other services in the network. Zeroconf is also sometimes known as Bonjour, Rendezvous, and Avahi.
diff --git a/source/_integrations/zha.markdown b/source/_integrations/zha.markdown
index e97fab09ca3..4b10ffe2c06 100644
--- a/source/_integrations/zha.markdown
+++ b/source/_integrations/zha.markdown
@@ -146,13 +146,14 @@ a new pop-up asking for a radio type. In the pop-up:
Press `Submit` to save radio type and you will get a new form asking for port settings specific for this
radio type. In the pop-up:
+
- Serial device path
- port speed (not applicable for all radios)
- data flow control (not applicable for all radios)
Most devices need at the very least the serial device path, like `/dev/ttyUSB0`, but it is recommended to use
device path from `/dev/serial/by-id` folder,
-e.g., `/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C0F003D3-if01-port0`
+e.g., `/dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_C0F003D3-if01-port0`
A list of available device paths can be found in {% my hardware title="Settings > System > HArdware" %} > **dot menu** > **All Hardware**.
Press `Submit`. The success dialog will appear or an error will be displayed in the popup. An error is likely if Home Assistant can't access the USB device or your device is not up to date. Refer to [Troubleshooting](#troubleshooting) below for more information.
@@ -181,7 +182,7 @@ Some devices can be auto-discovered, which can simplify the ZHA setup process. T
| [ZigStar Stick (CC2652 + CH340B variant)](https://zig-star.com/projects/zigbee-stick-v4/) | USB | 1A86:7523 |
| [Tube’s EFR32 Pro Ethernet/Serial Coordinator](https://www.tubeszb.com/) | USB| 10C4:EA60 |
| [ZigStar Coordinators](https://zig-star.com/) | USB| 1A86:7523 |
-| [ZigStar LAN/POE Coordinators ](https://zig-star.com/projects/zigbee-gw-lan/) | Zeroconf | zigstargw.local. |
+| [ZigStar LAN/POE Coordinators](https://zig-star.com/projects/zigbee-gw-lan/) | Zeroconf | zigstargw.local. |
| [Tube's CC2652P2 USB-powered Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_cc2652p2.local. |
| [Tube's CC2652P2 PoE-powered Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_cc2652p2_poe.local. |
| [Tube's EFR32 Based Zigbee to Ethernet Serial Coordinator)](https://www.tubeszb.com/) | Zeroconf | tube_zb_gw_efr32.local. |
@@ -245,7 +246,7 @@ data:
- 100
```
-Note: `cluster_id: 25` may also be `cluster_id: 0x0019`. The two are synonymous.
+Note: `cluster_id: 25` may also be `cluster_id: 0x0019`. The two are synonymous.
### Defining Zigbee channel to use
@@ -281,7 +282,7 @@ zha:
type: "switch" # corrected device type
```
-`{ieee}` is the device hardware address which can be read from the Home Assistant UI when looking at *Device info*. From device info, you can find the `{endpoint_id}` by viewing the *Zigbee device signature*.
+`{ieee}` is the device hardware address which can be read from the Home Assistant UI when looking at _Device info_. From device info, you can find the `{endpoint_id}` by viewing the _Zigbee device signature_.
## Services
@@ -306,9 +307,8 @@ from the same group:
| `qr_code` | qr_code | QR code containing IEEE and Install Code of the joining ZB3 device
-
Currently `qr_code` supports QR Install Codes from:
-
+
- Aqara
- Consciot
- Embrighten
@@ -369,20 +369,20 @@ To add a new device:
Verify that you try to follow recommended best practices to avoid pairing and/or connection issues:
-- If possible try to pair your Zigbee devices in their intended final location, (and not pair it next to the Zigbee coordinator and then need to move it after).
- - Pairing a Zigbee device next to the Zigbee coordinator and then moving it later can result in dropped/lost connections or other issues.
- - If the device you want to add is not brand new and as such never paired before then you always have to make sure to first manually reset the device to its factory default settings before you will be able to add/pair it.
-- Some battery-operated Zigbee devices are known to have problems with pairing if they have Low battery voltage.
- - Some people have reported replacing the battery on their newly received Xiaomi/Aqara devices solved pairing issues.
-- Check that you have enough Zigbee router devices (also known as Zigbee signal repeaters or range extenders) and if you do not have any, invest and add some mains-powered devices that will work as Zigbee routers.
- - Aim to start out with mains-powered devices before adding battery-operated devices as a "weak" Zigbee network mesh (e.g., the device is too far from the Zigbee coordinator or a Zigbee router) may prevent some devices from being paired. Zigbee router devices are also needed to increase the maximum of devices that can be connected to your Zigbee mesh network.
- - Note that some Zigbee devices are not fully compatible with all brands of Zigbee router devices. Xiaomi/Aqara devices are for example known not to work with Zigbee router devices from Centralite, General Electrics, Iris, Ledvance/OSRAM, LIGHTIFY/Sylvania, Orvibo, PEQ, Securifi, and SmartThings/Samsung. Better results can usually be achieved by using mains-powered devices IKEA and Nue/3A Home or dedicated DIY routing devices based on Texas Instruments CC253x/CC26x2 and XBee Series 2/3 Zigbee radios.
-- Be patient as the pairing of some Zigbee devices may require multiple attempts and you may sometimes need to try again and again.
- - Some devices, like example those from Xiaomi/Aqara, are known to not be 100% compliant with the standard Zigbee specifications and may therefore require many paring attempts over 10-20 minutes or longer.
+- If possible try to pair your Zigbee devices in their intended final location, (and not pair it next to the Zigbee coordinator and then need to move it after).
+ - Pairing a Zigbee device next to the Zigbee coordinator and then moving it later can result in dropped/lost connections or other issues.
+ - If the device you want to add is not brand new and as such never paired before then you always have to make sure to first manually reset the device to its factory default settings before you will be able to add/pair it.
+- Some battery-operated Zigbee devices are known to have problems with pairing if they have Low battery voltage.
+ - Some people have reported replacing the battery on their newly received Xiaomi/Aqara devices solved pairing issues.
+- Check that you have enough Zigbee router devices (also known as Zigbee signal repeaters or range extenders) and if you do not have any, invest and add some mains-powered devices that will work as Zigbee routers.
+ - Aim to start out with mains-powered devices before adding battery-operated devices as a "weak" Zigbee network mesh (e.g., the device is too far from the Zigbee coordinator or a Zigbee router) may prevent some devices from being paired. Zigbee router devices are also needed to increase the maximum of devices that can be connected to your Zigbee mesh network.
+ - Note that some Zigbee devices are not fully compatible with all brands of Zigbee router devices. Xiaomi/Aqara devices are for example known not to work with Zigbee router devices from Centralite, General Electrics, Iris, Ledvance/OSRAM, LIGHTIFY/Sylvania, Orvibo, PEQ, Securifi, and SmartThings/Samsung. Better results can usually be achieved by using mains-powered devices IKEA and Nue/3A Home or dedicated DIY routing devices based on Texas Instruments CC253x/CC26x2 and XBee Series 2/3 Zigbee radios.
+- Be patient as the pairing of some Zigbee devices may require multiple attempts and you may sometimes need to try again and again.
+ - Some devices, like example those from Xiaomi/Aqara, are known to not be 100% compliant with the standard Zigbee specifications and may therefore require many paring attempts over 10-20 minutes or longer.
### Using router devices
-You use routers to increase the number of Zigbee devices that can be used in a network. The total number of Zigbee devices that you have on a Zigbee network depends on a few things, but you should know that Zigbee coordinator hardware and firmware only plays a larger role in Zigbee networks with a lot of devices. More important is how many directly connected devices ("direct children") versus how many routers are connected to your Zigbee coordinator. Zigpy library which ZHA uses has an upper limit. This is 32 direct children, but if your Zigbee coordinator hardware is powerful enough then you can still have hundreds of Zigbee devices connected through routers.
+You use routers to increase the number of Zigbee devices that can be used in a network. The total number of Zigbee devices that you have on a Zigbee network depends on a few things, but you should know that Zigbee coordinator hardware and firmware only plays a larger role in Zigbee networks with a lot of devices. More important is how many directly connected devices ("direct children") versus how many routers are connected to your Zigbee coordinator. Zigpy library which ZHA uses has an upper limit. This is 32 direct children, but if your Zigbee coordinator hardware is powerful enough then you can still have hundreds of Zigbee devices connected through routers.
Even the least powerful Zigbee coordinator hardware supported by Zigpy is CC2530/2531 and its default firmware, only supports 20 devices connected directly to the coordinator. However, by having routers in your Zigbee network, the mesh network size can be extended. You can assume that most, if not all mains/AC-powered devices, e.g., wall-plugs and always powered-on lightbulbs in your Zigbee network can serve as a router. You can even use CC2530/CC2531 with router firmware, as additional routers (which in their turn have a limit of 21 devices).
@@ -395,10 +395,10 @@ An example using the default CC2531 coordinator firmware + two CC2531 routers; Y
### Binding and unbinding
-ZHA support for binding and unbinding. Binding is an action in Zigbee which defines relations between two Zigbee devices, specific endpoints, and cluster id. It provides a mechanism for attaching an endpoint on one Zigbee node to one or more endpoints on another Zigbee node or Zigbee group (a group of Zigbee devices).
+ZHA support for binding and unbinding. Binding is an action in Zigbee which defines relations between two Zigbee devices, specific endpoints, and cluster id. It provides a mechanism for attaching an endpoint on one Zigbee node to one or more endpoints on another Zigbee node or Zigbee group (a group of Zigbee devices).
Binding is a "target destination" in form of a device address or group ID, endpoint, and cluster. For example, binding a Zigbee device like a remote to a Zigbee lightbulb, switch or group of lightbulbs allows direct control of the "target" device (light, switch, shade) from the "remote" Zigbee device, bypassing ZHA. This means that the remote can control the lightbulb/group of lightbulbs even when the Zigbee coordinator is not available.
-Binding is only supported between the same cluster, for example, "output cluster id 6" (on/off cluster) of a remote, can be only bound to an "input cluster id 6" on the target device -- light, switch.
+Binding is only supported between the same cluster, for example, "output cluster id 6" (on/off cluster) of a remote, can be only bound to an "input cluster id 6" on the target device -- light, switch.
Note that not all devices support binding as it depends on the Zigbee implementation of the device itself. Also, by default ZHA bind remotes to the coordinator, so the coordinator could receive ZCL commands from the remotes and originate zha_events. However, some remotes, for example, the Philips RWL021 can only be bound to a single destination and it is not possible to make this switch to bind to other destinations like a device or groups unless you first unbind the remote from the coordinator. After you unbind the remote from the ZHA coordinator you can then bind it directly to any other Zigbee device or a group.
@@ -436,7 +436,7 @@ When reporting issues, please provide the following information in addition to i
1. Debug logs for the issue, see [debug logging](#debug-logging)
2. Model of Zigbee radio being used
-3. If issue is related to a specific Zigbee device, provide both "Zigbee Device Signature" and "Diagnostics" information.
+3. If issue is related to a specific Zigbee device, provide both "Zigbee Device Signature" and "Diagnostics" information.
* Both the "Zigbee Device Signature" and "Diagnostics" information can be found by clicking **Settings** -> **Devices & Services** -> **Zigbee Home Automation** (click **Configure**) -> **Devices** (pick your device) -> Click "**Zigbee Device Signature**" and "**Download Diagnostics**" respectively.
### Debug logging
diff --git a/source/_integrations/zhong_hong.markdown b/source/_integrations/zhong_hong.markdown
index 8c7c347cb1a..f4270bdecc0 100644
--- a/source/_integrations/zhong_hong.markdown
+++ b/source/_integrations/zhong_hong.markdown
@@ -11,7 +11,7 @@ ha_platforms:
ha_integration_type: integration
---
-The `zhong_hong` climate platform lets you control [Zhonghong HVAC Gateway Controller](http://zhonghongtech.cn/v1/index.shtml) thermostats through Home Assistant.
+The `zhong_hong` climate platform lets you control Zhonghong HVAC Gateway Controller thermostats through Home Assistant.
To set it up, add the following information to your `configuration.yaml` file:
diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown
index 22bc3a44ceb..33374625c28 100644
--- a/source/_integrations/zwave_js.markdown
+++ b/source/_integrations/zwave_js.markdown
@@ -471,14 +471,16 @@ This event can be used to trigger a refresh of values when the new state needs t
```yaml
trigger:
- platform: event
- event_type: zwave_js_value_updated
- event_data:
- entity_id: switch.in_wall_dual_relay_switch
+ - platform: event
+ event_type: zwave_js_value_updated
+ event_data:
+ entity_id: switch.in_wall_dual_relay_switch
action:
- service: zwave_js.refresh_value
- target:
- entity_id: switch.in_wall_dual_relay_switch_2, switch.in_wall_dual_relay_switch_3
+ data:
+ entity_id:
+ - switch.in_wall_dual_relay_switch_2
+ - switch.in_wall_dual_relay_switch_3
```
## Automations
diff --git a/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown b/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown
index 4da2138f562..3fef64c8dfa 100644
--- a/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown
+++ b/source/_posts/2016-02-11-classifying-the-internet-of-things.markdown
@@ -9,13 +9,13 @@ categories: Internet-of-Things
og_image: /images/blog/2016-02-classifying-internet-of-things/social.png
---
-The core of home automation is knowing what’s going on. The faster we know about a state change, the better we can serve the user. If you want to have your lights to turn on when you arrive at home, it doesn’t help if it only knows about it after you’ve already opened the door and manually (!!) turned on the light.
+The core of home automation is knowing what’s going on. The faster we know about a state change, the better we can serve the user. If you want to have your lights to turn on when you arrive at home, it doesn’t help if it only knows about it after you’ve already opened the door and manually (!!) turned on the lights.
Each smart device consists of the ‘normal’ device and the piece that makes it ‘smart’: the connectivity. The connectivity part of a device can consists of either control, state or both.
State describes what a device is up to right now. For example, a light can be on with a red color and a medium brightness.
-Control is about controlling the smart device by sending commands via an API. These commands can vary from configuring how a device works till mimicking how a user would interact with a device. A media player can allow skipping to the next track and a sensor could allow to configure its sensitivity or polling interval.
+Control is about controlling the smart device by sending commands via an API. These commands can vary from configuring how a device works to mimicking how a user would interact with a device. A media player can allow skipping to the next track and a sensor could allow to configure its sensitivity or polling interval.
The Home Assistant APIs are setup to be as convenient as possible. However, a network is always as weak as it’s weakest link. In our case these are the integrations. Take for example controlling a light that does not report state. The only state Home Assistant can report on after sending a command is the assumed state: what do we expect the state of the light to be if the command worked.
@@ -113,7 +113,7 @@ These devices will offer an API that is locally accessible. The home automation
Advantages:
- - Does not depend on the internet
+ - Does not depend on the internet.
Disadvantages:
@@ -130,7 +130,7 @@ Advantages:
Disadvantages:
- If it does not also support polling, home automation will not be made aware of the state after booting up until it changes.
- - If using deep sleep and wifi, will suffer a delay when waking up because connecting to WiFi and receiving an IP takes time.
+ - If using deep sleep and Wi-Fi, it will suffer a delay when waking up because connecting to WiFi and receiving an IP takes time.
## Control
diff --git a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown
index 4dd267d5c63..2472f0ebd13 100644
--- a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown
+++ b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown
@@ -102,4 +102,4 @@ The plan is to hire developers to work fulltime on Home Assistant. We have grown
_For more background on these topics, check out [HASS Podcast 15](https://hasspodcast.io/ha015/)._
[1]: https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/
-[2]: https://www.kennethreitz.org/essays/the-reality-of-developer-burnout
+[2]: https://kennethreitz.org/essays/2017/01/05/the-reality-of-developer-burnout
diff --git a/source/_posts/2022-10-03-short-term-solutions-save-energy-and-money-europe.markdown b/source/_posts/2022-10-03-short-term-solutions-save-energy-and-money-europe.markdown
index be31271c4b1..e7165b01752 100644
--- a/source/_posts/2022-10-03-short-term-solutions-save-energy-and-money-europe.markdown
+++ b/source/_posts/2022-10-03-short-term-solutions-save-energy-and-money-europe.markdown
@@ -90,7 +90,13 @@ Note: The vendor claims the device will support Matter in the future. It is uncl
[Buy Aqara Smart Radiator Thermostat E1](https://www.aqara.com/eu/product/radiator-thermostat-e1)
-
+
+
+## Automations that can save energy
+
+Once you're able to control your thermostat and TRVs, you can start to save energy by automating your heating. Below are 5 useful automations to help with this.
+
+
## Wrap up
diff --git a/source/_posts/2022-10-05-release-202210.markdown b/source/_posts/2022-10-05-release-202210.markdown
new file mode 100644
index 00000000000..046618d70d4
--- /dev/null
+++ b/source/_posts/2022-10-05-release-202210.markdown
@@ -0,0 +1,950 @@
+---
+layout: post
+title: "2022.10: All over the place"
+description: "Bluetooth proxies supporting active connections, subviews for your dashboards, YAML automations in the UI editor, export data to Google Sheets, and iBeacons for your trash."
+date: 2022-10-05 00:00:00
+date_formatted: "October 5 2022"
+author: Franck Nijhof
+author_twitter: frenck
+comments: true
+categories:
+- Release-Notes
+- Core
+og_image: /images/blog/2022-10/social.png
+---
+
+

+
+Happy October! October is always a special month for the project. It is the
+month everybody starts working on their home automations again, the month that
+Hacktoberfest brings in lots of new contributions and contributors to the
+project (👋 welcome!), and also this year: [the Month of "What the Heck?!"](/blog/2022/09/30/the-month-of-what-the-heck/).
+
+The Month of WTH already [looks very promising](https://community.home-assistant.io/c/what-the-heck/56),
+and many good and interesting issues, ideas, and suggestions to streamline
+have been proposed. Keep those topics and votes going ❤️.
+
+Oh! And Home Assistant Core 2022.10! 🎉
+
+Last month's release was a big one; this month's release mostly continues to
+improving on that. I guess it is no surprise that the biggest improvement can
+be found (once again) in Bluetooth! There is a lot more, though this release
+is a bit "all over the place", which is actually kinda nice.
+
+Enjoy the release!
+
+../Frenck
+
+PS: I noticed the [Home Assistant SkyConnect is now available for pre-order](/skyconnect/) 🥳
+
+
+
+- [Marcel van der Veldt joins Nabu Casa](#marcel-van-der-veldt-joins-nabu-casa)
+- [Active Bluetooth everywhere](#active-bluetooth-everywhere)
+- [Support for iBeacons](#support-for-ibeacons)
+- [Finding the right integration](#finding-the-right-integration)
+- [Subviews for dashboards](#subviews-for-dashboards)
+- [All dialogs restyled](#all-dialogs-restyled)
+- [Viewing YAML automations in the automation editor](#viewing-yaml-automations-in-the-automation-editor)
+- [Handling version numbers in templates](#handling-version-numbers-in-templates)
+- [Google Sheets](#google-sheets)
+- [Other noteworthy changes](#other-noteworthy-changes)
+- [New Integrations](#new-integrations)
+- [Integrations now available to set up from the UI](#integrations-now-available-to-set-up-from-the-ui)
+- [Release 2022.10.1 - October 6](#release-2022101---october-6)
+- [Release 2022.10.2 - October 9](#release-2022102---october-9)
+- [Release 2022.10.3 - October 10](#release-2022103---october-10)
+- [Release 2022.10.4 - October 14](#release-2022104---october-14)
+- [Release 2022.10.5 - October 20](#release-2022105---october-20)
+- [Need help? Join the community!](#need-help-join-the-community)
+- [Breaking Changes](#breaking-changes)
+- [Farewell to the following](#farewell-to-the-following)
+- [All changes](#all-changes)
+
+Don't forget to [join our release party live stream on YouTube](https://www.youtube.com/watch?v=nlbwmnLi4Ms) today at 12:00 PDT / 21:00 CET!
+
+
+
+{% comment %}
+
+
+Missed our release party live stream on YouTube? Don't worry! You can watch
+the recording of it right here!
+
+
+
+{% endcomment %}
+
+## Marcel van der Veldt joins Nabu Casa
+
+We are excited to announce that [Marcel van der Veldt](https://github.com/marcelveldt)
+has joined [Nabu Casa](https://www.nabucasa.com/)!
+
+Marcel is known for his contributions to the [Z-Wave integration](/integrations/zwave_js),
+the rewrite of the [Hue integration](/integrations/hue), the
+[Music Assistant custom integration](https://github.com/music-assistant/hass-music-assistant),
+and many more!
+
+Marcel is going to be working on [Matter](https://csa-iot.org/all-solutions/matter/)
+support in Home Assistant. Just in case you missed it, Matter [is now officially
+available/released](https://twitter.com/balloob/status/1576421490106384385) 🎉.
+
+Welcome aboard Marcel!
+
+## Active Bluetooth everywhere
+
+Two releases back, we [introduced the Bluetooth integration](/blog/2022/08/03/release-20228/#first-class-bluetooth-support).
+The previous release we brought Bluetooth everywhere in your home by adding
+support for [Bluetooth Proxies](/blog/2022/09/07/release-20229/#bluetooth-everywhere).
+Let's not stop there!
+
+In this release, those proxies now support active Bluetooth connections! 🤯
+
+To explain this quickly: Previously, we could listen for Bluetooth devices
+and only receive data via the proxies (passive connection); now, we can actively
+set up a conversation with those devices and send data (active connection). This
+adds the capability to extend the range of Bluetooth devices that can be
+controlled 💙.
+
+

+
+For this occasion, ESPHome will have an additional release, which adds this
+functionality. We have also updated our [Bluetooth proxy installer website](https://esphome.github.io/bluetooth-proxies/)
+to install with support for active connections.
+
+So, you want to control that SwitchBot Bluetooth device on the other end of your
+home that seems out of reach? Now you can by installing a proxy on
+a simple ESP32 device.
+
+Oh! Bonus: the Bluetooth performance has been improved too! Especially local
+Bluetooth adapters should be quite a bit faster. 🚀
+
+## Support for iBeacons
+
+This release also adds support for iBeacons. These are Bluetooth-enabled devices
+that send out identifiers to announce their location. Home Assistant can
+now pick those up and show an approximate distance to such an iBeacon.
+
+iBeacons can open up a lot of awesome use cases for automations. For example,
+you could attach an iBeacon to your car, so you'll know the car is at home. Or,
+on the trash can and use it to determine if the garbage is still sitting in the
+garage on pick-up day and send out a notification.
+
+[Read more about iBeacons in our documentation](/integrations/ibeacon).
+
+## Finding the right integration
+
+Recently we [introduced "Supported brands"](/blog/2022/08/03/release-20228/#finding-the-integration-supporting-your-device),
+allowing you to find integrations available under different brandings.
+Now, we are taking it a step further streamlining the experience of adding new
+devices or services.
+
+For some brands of devices, we have multiple integrations available.
+For example, we have a lot of "Google" integrations. Some brands provide devices
+that can work via Zigbee or their matching hub, meaning you'd have a choice
+of integrating their hub or using the devices directly via Zigbee
+(e.g., using [ZHA](/integrations/zha)).
+
+To make it more clear on the choices available, you can now categorize
+integrations by brand. Home Assistant will show the options available
+for that specific brand. For example, the "Google" brand:
+
+

+
+This way, you no longer have to "find out" how your device could be integrated.
+We now show if an integration uses "the cloud" or not, so you are aware upfront.
+
+We often get questions about YAML-only integrations that cannot be found in the
+user interface. While we love them to be available via the UI, we can
+understand not finding them at all can be confusing.
+
+To help with that, we now show **all** integrations when adding a new
+integration, including those only available via YAML. While they cannot be
+set up via the user interface, we now do provide links to the documentation
+with the instructions on how to set it up.
+
+## Subviews for dashboards
+
+This might be one of the coolest and most impactful features that has been
+added to our Dashboards lately: Subviews!
+
+Each view on a dashboard can now be marked as being a "Subview":
+
+

+
+Subviews won't show up in the navigation bar of your dashboard, meaning
+you can only navigate to them by using, for example, a navigation action on
+a button.
+
+When you navigate to a subview, the subview itself will not show the Dashboard
+navigation bar. Instead, it will show a back button to the previous view
+you came from.
+
+
+
+Screen recording showing a Kitchen subview in action.
+
+
+This allows for creating cool navigation concepts that are particularly helpful
+on a mobile or tablet device.
+
+## All dialogs restyled
+
+All dialogs that are shown in the Home Assistant have been slightly updated.
+
+Most notably: The dialogs are now rounder on the edges, and the action buttons
+have been styled and named more consistently. It brings Home Assistant closer
+to version 3 of the Material Design that Home Assistant follows.
+
+

+
+## Viewing YAML automations in the automation editor
+
+In the last release, we revamped our automation editor, and we are very
+happy to read how many of you loved these changes ❤️
+
+However, if you manage your automations manually in YAML, you'd always be
+served an error message when trying to open an automation in the UI. Not very
+helpful, right?
+
+This has been improved! You can now open **any** automation (or script) in the
+UI. This lets you view your automation, providing a quick glance at its
+workings.
+
+

+
+Besides, as a bonus, if you have considered moving your automation to the UI,
+you can now view and experience how it would look/work for those automations
+and import them into the UI with the click of a button in the top right.
+
+## Handling version numbers in templates
+
+A new `version()` template function/filter has been added, allowing you to do
+awesome things with version numbers in templates.
+
+It allows for getting information about a version number, comparing version
+numbers, and even checking the difference between two versions.
+
+{% raw %}
+
+- `{{ version("2022.10.0") > "2022.9.7" }}`
+ Returns true, as `2022.10.0` is newer.
+
+- `{{ (version("2022.10.1") - "2022.10.0").patch }}`
+ Returns true, as the patch number of the version changed.
+
+- `{{ (version("2022.10.1") - "2022.10.0").minor }}`
+ Returns false, as there is just a patch difference.
+
+- `{{ version("2022.10.0b0").beta }}`
+ Return true, as this is a beta version.
+
+{% endraw %}
+
+`version()` can be helpful when building automations or Blueprints for
+[update](/integrations/update) entities. You could, for example, easier
+decide to automatically upgrade or send more detailed notification messages
+in case a patch version is available.
+
+## Google Sheets
+
+This release introduces a new way to export data from Home Assistant:
+**[Google Sheets]**.
+
+With this integration, you can add new rows to a Google Sheet document
+from a service call, allowing you to export data from automations for
+further processing, visualization, or insights.
+
+
+
+Export anything you like to a sheet in Google Sheets, like your energy usage.
+
+
+Maybe you like to export your daily energy usage or keep track of the number
+of diapers you have used in your baby feeding diary spreadsheet.
+
+The possibilities with this are endless.
+
+[Google Sheets]: /integrations/google_sheets
+
+## Other noteworthy changes
+
+There is much more juice in this release; here are some of the other
+noteworthy changes this release:
+
+- The long-term statics card now uses the unit you have selected a sensor to
+ be in. So, if you've changed the sensor, it will now match! Also, more sensors
+ are now able to change/convert units. Thanks, [@emontnemery] and [@epenet]!
+- When removing integrations that use application credentials, we will now ask
+ if you want to clean up those credentials. Nice touch, [@allenporter]!
+- The [Netatmo] integration got lots of love! It now supports the Netatmo
+ Doorbell, modulating thermostats and now also supports devices from Legrand,
+ Bubendorff, BTicino and Smarther! Thank you [@cgtobi]!
+- If you have a Prusa printer, you can now use the [PrusaLink] integration
+ to control your print job using the new job control buttons available!
+ Thanks, [@balloob]!
+- [BTHome] now supports binary sensors! Thanks, [@Ernst79]!
+- The [HomeKit Controller] now supports [Thread] transport. Thanks, [@roysjosh]
+ and [@Jc2k]!
+- [forked-daapd] (OwnTone) now supports the media browser and can leverage
+ the Spotify integration. Thanks, [@uvjustin]!
+- The [Min/Max] helper now supports calculating the statistical range. For
+ example, helpful if you want to show the difference between the coolest and
+ warmest rooms. Thanks, [@jsherman256]!
+- [@holysoles] added unique ID support to the [Universal Media Player],
+ [@magic7s] added support for it to [OhmConnect]. Thanks!
+- [NETGEAR] now has a bunch of switches to control things like parental
+ controls, Wi-Fi availability, and access. Thanks, [@starkillerOG]!
+
+[@allenporter]: https://github.com/allenporter
+[@balloob]: https://github.com/balloob
+[@cgtobi]: https://github.com/cgtobi
+[@emontnemery]: https://github.com/emontnemery
+[@epenet]: https://github.com/epenet
+[@Ernst79]: https://github.com/Ernst79
+[@holysoles]: https://github.com/holysoles
+[@Jc2k]: https://github.com/Jc2k
+[@jsherman256]: https://github.com/jsherman256
+[@magic7s]: https://github.com/magic7s
+[@roysjosh]: https://github.com/roysjosh
+[@starkillerOG]: https://github.com/starkillerOG
+[@uvjustin]: https://github.com/uvjustin
+[BTHome]: /integrations/bthome
+[forked-daapd]: /integrations/forked_daapd
+[HomeKit Controller]: /integrations/homekit_controller
+[Min/Max]: /integrations/min_max
+[Netatmo]: /integrations/netatmo
+[NETGEAR]: /integrations/netgear
+[OhmConnect]: /integrations/ohmconnect
+[PrusaLink]: /integrations/prusalink
+[Thread]: https://en.wikipedia.org/wiki/Thread_(network_protocol)
+[Universal Media Player]: /integrations/universal
+
+## New Integrations
+
+We welcome the following new integrations in this release:
+
+- [Google Sheets], added by [@tkdrob]
+- [iBeacon Tracker], added by [@bdraco]
+- [Kegtron], added by [@Ernst79]
+- [Keymitt MicroBot Push], added by [@spycle]
+- [Lidarr], added by [@tkdrob]
+- [Nibe Heat Pump], added by [@elupus]
+- [Nobø Ecohub], added by [@oyvindwe]
+- [SwitchBee], added by [@jafar-atili]
+- [Tilt Hydrometer Bluetooth], added by [@apt-itude]
+
+[@apt-itude]: https://github.com/apt-itude
+[@bdraco]: https://github.com/bdraco
+[@elupus]: https://github.com/elupus
+[@Ernst79]: https://github.com/Ernst79
+[@jafar-atili]: https://github.com/jafar-atili
+[@oyvindwe]: https://github.com/oyvindwe
+[@spycle]: https://github.com/spycle
+[@tkdrob]: https://github.com/tkdrob
+[Google Sheets]: /integrations/google_sheets
+[iBeacon Tracker]: /integrations/ibeacon
+[Kegtron]: /integrations/kegtron
+[Keymitt MicroBot Push]: /integrations/keymitt_ble
+[Lidarr]: /integrations/lidarr
+[Nibe Heat Pump]: /integrations/nibe_heatpump
+[Nobø Ecohub]: /integrations/nobo_hub
+[SwitchBee]: /integrations/switchbee
+[Tilt Hydrometer Bluetooth]: /integrations/tilt_ble
+
+## Integrations now available to set up from the UI
+
+The following integrations are now available via the Home Assistant UI:
+
+- [DSMR Reader], done by [@Glodenox]
+- [Radarr], done by [@tkdrob]
+
+[@Glodenox]: https://github.com/Glodenox
+[@tkdrob]: https://github.com/tkdrob
+[DSMR Reader]: /integrations/dsmr_reader
+[Radarr]: /integrations/radarr
+
+## Release 2022.10.1 - October 6
+
+- Simplify long term statistics by always supporting unit conversion ([@emontnemery] - [#79557]) ([sensor docs])
+- ZHA radio migration: reset the old adapter ([@puddly] - [#79663]) ([zha docs])
+- Fix bluetooth diagnostics on macos ([@bdraco] - [#79680]) ([bluetooth docs])
+- Bump btsmarthub_devicelist to 0.2.3 ([@typhoon2099] - [#79705]) ([bt_smarthub docs])
+- Correct how unit used for statistics is determined ([@emontnemery] - [#79725]) ([sensor docs])
+- Update frontend to 20221006.0 ([@bramkragten] - [#79745]) ([frontend docs])
+
+[#79557]: https://github.com/home-assistant/core/pull/79557
+[#79659]: https://github.com/home-assistant/core/pull/79659
+[#79663]: https://github.com/home-assistant/core/pull/79663
+[#79680]: https://github.com/home-assistant/core/pull/79680
+[#79705]: https://github.com/home-assistant/core/pull/79705
+[#79725]: https://github.com/home-assistant/core/pull/79725
+[#79745]: https://github.com/home-assistant/core/pull/79745
+[@bdraco]: https://github.com/bdraco
+[@bramkragten]: https://github.com/bramkragten
+[@emontnemery]: https://github.com/emontnemery
+[@frenck]: https://github.com/frenck
+[@puddly]: https://github.com/puddly
+[@typhoon2099]: https://github.com/typhoon2099
+[bluetooth docs]: /integrations/bluetooth/
+[bt_smarthub docs]: /integrations/bt_smarthub/
+[frontend docs]: /integrations/frontend/
+[sensor docs]: /integrations/sensor/
+[zha docs]: /integrations/zha/
+
+## Release 2022.10.2 - October 9
+
+- 2022.10.0 ([@frenck] - [#79659])
+- 2022.10.1 ([@balloob] - [#79751]) ([zha docs]) ([frontend docs]) ([sensor docs]) ([bt_smarthub docs]) ([bluetooth docs])
+- Fix london_underground TUBE_LINES to match current API output ([@zhibek] - [#79410]) ([london_underground docs])
+- Process abbreviated availability options in mqtt discovery payload ([@bertmelis] - [#79712]) ([mqtt docs])
+- Show all valid heatpump selections ([@elupus] - [#79756]) ([nibe_heatpump docs])
+- Bump pydaikin version ([@fredrike] - [#79761]) ([daikin docs])
+- Fix Bluetooth failover when esphome device unexpectedly disconnects ([@bdraco] - [#79769]) ([esphome docs])
+- Fix state updating for crossfade switch on Sonos ([@jjlawren] - [#79776]) ([sonos docs])
+- Revert "Improve device_automation trigger validation" ([@emontnemery] - [#79778]) ([rfxtrx docs]) ([webostv docs]) ([device_automation docs])
+- Update pyoverkiz to 1.5.5 ([@cdce8p] - [#79798]) ([overkiz docs])
+- Fix realtime option for hvv_departures ([@lennart-k] - [#79799]) ([hvv_departures docs])
+- Fix keymitt_ble discovery ([@spycle] - [#79809]) ([keymitt_ble docs])
+- Fix POE control port_idx error in UniFi ([@Kane610] - [#79838]) ([unifi docs])
+- Update typing-extensions constraint to >=4.4.0 ([@cdce8p] - [#79860])
+- Bump ZHA dependencies ([@puddly] - [#79898]) ([zha docs])
+- Bump pyatmo to 7.1.1 ([@cgtobi] - [#79918]) ([netatmo docs])
+
+[#79410]: https://github.com/home-assistant/core/pull/79410
+[#79659]: https://github.com/home-assistant/core/pull/79659
+[#79712]: https://github.com/home-assistant/core/pull/79712
+[#79751]: https://github.com/home-assistant/core/pull/79751
+[#79756]: https://github.com/home-assistant/core/pull/79756
+[#79761]: https://github.com/home-assistant/core/pull/79761
+[#79769]: https://github.com/home-assistant/core/pull/79769
+[#79776]: https://github.com/home-assistant/core/pull/79776
+[#79778]: https://github.com/home-assistant/core/pull/79778
+[#79798]: https://github.com/home-assistant/core/pull/79798
+[#79799]: https://github.com/home-assistant/core/pull/79799
+[#79809]: https://github.com/home-assistant/core/pull/79809
+[#79838]: https://github.com/home-assistant/core/pull/79838
+[#79860]: https://github.com/home-assistant/core/pull/79860
+[#79898]: https://github.com/home-assistant/core/pull/79898
+[#79918]: https://github.com/home-assistant/core/pull/79918
+[@Kane610]: https://github.com/Kane610
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@bertmelis]: https://github.com/bertmelis
+[@cdce8p]: https://github.com/cdce8p
+[@cgtobi]: https://github.com/cgtobi
+[@elupus]: https://github.com/elupus
+[@emontnemery]: https://github.com/emontnemery
+[@fredrike]: https://github.com/fredrike
+[@frenck]: https://github.com/frenck
+[@jjlawren]: https://github.com/jjlawren
+[@lennart-k]: https://github.com/lennart-k
+[@puddly]: https://github.com/puddly
+[@spycle]: https://github.com/spycle
+[@zhibek]: https://github.com/zhibek
+[bluetooth docs]: /integrations/bluetooth/
+[bt_smarthub docs]: /integrations/bt_smarthub/
+[daikin docs]: /integrations/daikin/
+[device_automation docs]: /integrations/device_automation/
+[esphome docs]: /integrations/esphome/
+[frontend docs]: /integrations/frontend/
+[hvv_departures docs]: /integrations/hvv_departures/
+[keymitt_ble docs]: /integrations/keymitt_ble/
+[london_underground docs]: /integrations/london_underground/
+[mqtt docs]: /integrations/mqtt/
+[netatmo docs]: /integrations/netatmo/
+[nibe_heatpump docs]: /integrations/nibe_heatpump/
+[overkiz docs]: /integrations/overkiz/
+[rfxtrx docs]: /integrations/rfxtrx/
+[sensor docs]: /integrations/sensor/
+[sonos docs]: /integrations/sonos/
+[unifi docs]: /integrations/unifi/
+[webostv docs]: /integrations/webostv/
+[zha docs]: /integrations/zha/
+
+## Release 2022.10.3 - October 10
+
+- Bump pyhiveapi to 0.5.14 ([@KJonline] - [#79530]) ([hive docs]) (dependency)
+- Bump bluetooth-auto-recovery to 0.3.4 ([@bdraco] - [#79971]) ([bluetooth docs]) (dependency)
+- Bump pySwitchbot to 0.19.15 ([@bdraco] - [#79972]) ([switchbot docs]) (dependency)
+- Update to pygtfs 0.1.7 ([@molisani] - [#79975]) ([gtfs docs]) (dependency)
+- Update frontend to 20221010.0 ([@bramkragten] - [#79994]) ([frontend docs])
+- Remove system marker from Supervisor integration ([@frenck] - [#79997]) ([hassio docs])
+- Fix Eve Thermo always showing as heating in homekit_controller even when off ([@Jc2k] - [#80019]) ([homekit_controller docs])
+- Fix armed extra state attribute in fibaro entity ([@rappenze] - [#80034]) ([fibaro docs])
+- Bump aiounifi to v39 ([@Kane610] - [#80043]) ([unifi docs]) (dependency)
+- Fix Netatmo device trigger ([@cgtobi] - [#80047]) ([netatmo docs])
+- Bump ZHA dependencies ([@puddly] - [#80049]) ([zha docs]) (dependency)
+
+[#79530]: https://github.com/home-assistant/core/pull/79530
+[#79659]: https://github.com/home-assistant/core/pull/79659
+[#79751]: https://github.com/home-assistant/core/pull/79751
+[#79949]: https://github.com/home-assistant/core/pull/79949
+[#79971]: https://github.com/home-assistant/core/pull/79971
+[#79972]: https://github.com/home-assistant/core/pull/79972
+[#79975]: https://github.com/home-assistant/core/pull/79975
+[#79994]: https://github.com/home-assistant/core/pull/79994
+[#79997]: https://github.com/home-assistant/core/pull/79997
+[#80019]: https://github.com/home-assistant/core/pull/80019
+[#80034]: https://github.com/home-assistant/core/pull/80034
+[#80043]: https://github.com/home-assistant/core/pull/80043
+[#80047]: https://github.com/home-assistant/core/pull/80047
+[#80049]: https://github.com/home-assistant/core/pull/80049
+[@Jc2k]: https://github.com/Jc2k
+[@KJonline]: https://github.com/KJonline
+[@Kane610]: https://github.com/Kane610
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@bramkragten]: https://github.com/bramkragten
+[@cgtobi]: https://github.com/cgtobi
+[@frenck]: https://github.com/frenck
+[@molisani]: https://github.com/molisani
+[@puddly]: https://github.com/puddly
+[@rappenze]: https://github.com/rappenze
+[bluetooth docs]: /integrations/bluetooth/
+[bt_smarthub docs]: /integrations/bt_smarthub/
+[fibaro docs]: /integrations/fibaro/
+[frontend docs]: /integrations/frontend/
+[gtfs docs]: /integrations/gtfs/
+[hassio docs]: /integrations/hassio/
+[hive docs]: /integrations/hive/
+[homekit_controller docs]: /integrations/homekit_controller/
+[netatmo docs]: /integrations/netatmo/
+[sensor docs]: /integrations/sensor/
+[switchbot docs]: /integrations/switchbot/
+[unifi docs]: /integrations/unifi/
+[zha docs]: /integrations/zha/
+
+## Release 2022.10.4 - October 14
+
+- Fix state saving when sharing topics for MQTT entities ([@jbouwh] - [#79421]) ([mqtt docs])
+- Fix nobo_hub presenting temperature in zone with one decimal ([@oyvindwe] - [#79743]) ([nobo_hub docs])
+- Bump aioesphomeapi to 11.1.1 ([@jesserockz] - [#79762]) ([esphome docs])
+- Fix wallbox jwt issue ([@hesselonline] - [#79948]) ([wallbox docs])
+- Fix audio detection for IP4m-1041 Amcrest camera ([@flacjacket] - [#80066]) ([amcrest docs])
+- Fix set humidity in Tuya ([@frenck] - [#80132]) ([tuya docs])
+- Correct units for sensors in nibe heatpump ([@elupus] - [#80140]) ([nibe_heatpump docs])
+- Bump yalexs to 1.2.6 ([@bdraco] - [#80142]) ([august docs])
+- Fix incorrect deprecation year for conversion utils ([@gjohansson-ST] - [#80195])
+- Fix nexia permanent hold when cool and heat temps are within 2 degrees ([@bdraco] - [#80297]) ([nexia docs])
+- Bump HAP-python to fix pairing with iOS 16 ([@bdraco] - [#80301]) ([homekit docs])
+- Bump total_connect_client to 2022.10 ([@austinmroczek] - [#80331]) ([totalconnect docs])
+
+[#79421]: https://github.com/home-assistant/core/pull/79421
+[#79659]: https://github.com/home-assistant/core/pull/79659
+[#79743]: https://github.com/home-assistant/core/pull/79743
+[#79751]: https://github.com/home-assistant/core/pull/79751
+[#79762]: https://github.com/home-assistant/core/pull/79762
+[#79948]: https://github.com/home-assistant/core/pull/79948
+[#79949]: https://github.com/home-assistant/core/pull/79949
+[#80054]: https://github.com/home-assistant/core/pull/80054
+[#80066]: https://github.com/home-assistant/core/pull/80066
+[#80132]: https://github.com/home-assistant/core/pull/80132
+[#80140]: https://github.com/home-assistant/core/pull/80140
+[#80142]: https://github.com/home-assistant/core/pull/80142
+[#80195]: https://github.com/home-assistant/core/pull/80195
+[#80297]: https://github.com/home-assistant/core/pull/80297
+[#80301]: https://github.com/home-assistant/core/pull/80301
+[#80331]: https://github.com/home-assistant/core/pull/80331
+[@austinmroczek]: https://github.com/austinmroczek
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@elupus]: https://github.com/elupus
+[@flacjacket]: https://github.com/flacjacket
+[@frenck]: https://github.com/frenck
+[@gjohansson-ST]: https://github.com/gjohansson-ST
+[@hesselonline]: https://github.com/hesselonline
+[@jbouwh]: https://github.com/jbouwh
+[@jesserockz]: https://github.com/jesserockz
+[@oyvindwe]: https://github.com/oyvindwe
+[amcrest docs]: /integrations/amcrest/
+[august docs]: /integrations/august/
+[bluetooth docs]: /integrations/bluetooth/
+[bt_smarthub docs]: /integrations/bt_smarthub/
+[esphome docs]: /integrations/esphome/
+[frontend docs]: /integrations/frontend/
+[homekit docs]: /integrations/homekit/
+[mqtt docs]: /integrations/mqtt/
+[nexia docs]: /integrations/nexia/
+[nibe_heatpump docs]: /integrations/nibe_heatpump/
+[nobo_hub docs]: /integrations/nobo_hub/
+[sensor docs]: /integrations/sensor/
+[totalconnect docs]: /integrations/totalconnect/
+[tuya docs]: /integrations/tuya/
+[wallbox docs]: /integrations/wallbox/
+[zha docs]: /integrations/zha/
+
+## Release 2022.10.5 - October 20
+
+- Handle ReadTimeout during wolflink setup ([@jjedelsky] - [#78135]) ([wolflink docs])
+- Bump plugwise to v0.21.4 ([@bouwew] - [#79831]) ([plugwise docs])
+- Fix Intellifire UDP timeout ([@jeeftor] - [#80204]) ([intellifire docs])
+- Fix solaredge missing data value ([@rozie] - [#80321]) ([solaredge docs])
+- Fix Shelly EM negative power factor ([@thecode] - [#80348]) ([shelly docs])
+- Fix updating Amcrest binary sensors ([@flacjacket] - [#80365]) ([amcrest docs])
+- Fix stream recorder with orientation transforms ([@uvjustin] - [#80370]) ([stream docs])
+- Skip webostv trigger validation before the domain is setup ([@dn0sar] - [#80372]) ([webostv docs])
+- Fix "Unknown power_off command" for Samsung H6410 ([@definitio] - [#80386]) ([samsungtv docs])
+- Handle TimeoutError during HKC setup attempts ([@bdraco] - [#80399]) ([homekit_controller docs])
+- Bump aiohomekit to 2.0.2 ([@bdraco] - [#80402]) ([homekit_controller docs])
+- Bump ZHA quirks to 0.0.83 ([@dmulcahey] - [#80489]) ([zha docs])
+- Don't add RainMachine restriction switches if underlying data is missing ([@bachya] - [#80502]) ([rainmachine docs])
+- Add missed write state request for MQTT cover ([@jbouwh] - [#80540]) ([mqtt docs])
+- Save last target temperature in Shelly climate platform ([@bieniu] - [#80561]) ([shelly docs])
+- Bump bluetooth-auto-recovery to 0.3.6 ([@bdraco] - [#80643]) ([bluetooth docs])
+- Pin uamqp==1.6.0 ([@frenck] - [#80678])
+- Fix bluetooth calls from automations in esphome ([@bdraco] - [#80683]) ([esphome docs]) ([bluetooth docs])
+
+[#78135]: https://github.com/home-assistant/core/pull/78135
+[#79659]: https://github.com/home-assistant/core/pull/79659
+[#79751]: https://github.com/home-assistant/core/pull/79751
+[#79831]: https://github.com/home-assistant/core/pull/79831
+[#79949]: https://github.com/home-assistant/core/pull/79949
+[#80054]: https://github.com/home-assistant/core/pull/80054
+[#80204]: https://github.com/home-assistant/core/pull/80204
+[#80321]: https://github.com/home-assistant/core/pull/80321
+[#80343]: https://github.com/home-assistant/core/pull/80343
+[#80348]: https://github.com/home-assistant/core/pull/80348
+[#80365]: https://github.com/home-assistant/core/pull/80365
+[#80370]: https://github.com/home-assistant/core/pull/80370
+[#80372]: https://github.com/home-assistant/core/pull/80372
+[#80386]: https://github.com/home-assistant/core/pull/80386
+[#80399]: https://github.com/home-assistant/core/pull/80399
+[#80402]: https://github.com/home-assistant/core/pull/80402
+[#80489]: https://github.com/home-assistant/core/pull/80489
+[#80502]: https://github.com/home-assistant/core/pull/80502
+[#80540]: https://github.com/home-assistant/core/pull/80540
+[#80561]: https://github.com/home-assistant/core/pull/80561
+[#80643]: https://github.com/home-assistant/core/pull/80643
+[#80678]: https://github.com/home-assistant/core/pull/80678
+[#80683]: https://github.com/home-assistant/core/pull/80683
+[@bachya]: https://github.com/bachya
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@bieniu]: https://github.com/bieniu
+[@bouwew]: https://github.com/bouwew
+[@definitio]: https://github.com/definitio
+[@dmulcahey]: https://github.com/dmulcahey
+[@dn0sar]: https://github.com/dn0sar
+[@flacjacket]: https://github.com/flacjacket
+[@frenck]: https://github.com/frenck
+[@jbouwh]: https://github.com/jbouwh
+[@jeeftor]: https://github.com/jeeftor
+[@jjedelsky]: https://github.com/jjedelsky
+[@rozie]: https://github.com/rozie
+[@thecode]: https://github.com/thecode
+[@uvjustin]: https://github.com/uvjustin
+[amcrest docs]: /integrations/amcrest/
+[august docs]: /integrations/august/
+[bluetooth docs]: /integrations/bluetooth/
+[bt_smarthub docs]: /integrations/bt_smarthub/
+[esphome docs]: /integrations/esphome/
+[frontend docs]: /integrations/frontend/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[intellifire docs]: /integrations/intellifire/
+[mqtt docs]: /integrations/mqtt/
+[nexia docs]: /integrations/nexia/
+[plugwise docs]: /integrations/plugwise/
+[rainmachine docs]: /integrations/rainmachine/
+[samsungtv docs]: /integrations/samsungtv/
+[sensor docs]: /integrations/sensor/
+[shelly docs]: /integrations/shelly/
+[solaredge docs]: /integrations/solaredge/
+[stream docs]: /integrations/stream/
+[webostv docs]: /integrations/webostv/
+[wolflink docs]: /integrations/wolflink/
+[zha docs]: /integrations/zha/
+
+## Need help? Join the community!
+
+Home Assistant has a great community of users who are all more than willing
+to help each other out. So, join us!
+
+Our very active [Discord chat server](/join-chat) is an excellent place to be
+at, and don't forget to join our amazing [forums](https://community.home-assistant.io/).
+
+Found a bug or issue? Please report it in our [issue tracker](https://github.com/home-assistant/core/issues),
+to get it fixed! Or, check [our help page](/help) for guidance for more
+places you can go.
+
+Are you more into email? [Sign-up for our Building the Open Home Newsletter](/newsletter)
+to get the latest news about features, things happening in our community and
+other news about building an Open Home; straight into your inbox.
+
+## Breaking Changes
+
+Below is a listing of the breaking change for this release, per subject or
+integration. Click on one of those to read more about the breaking change
+for that specific item.
+
+{% details "Bayesian" %}
+
+`prob_given_false` is now a required configuration variable. Previously it had a default value of `1 - prob_given_true`; this didn't really have any mathematical basis and so has been removed. You can use this documentation to calculate what it should be, or to restore your previous functionality, set it to `1 - prob_given_true`.
+
+The logic of Bayesian sensors has been significantly corrected. Previously the configs given in the examples above would not have worked as expected. For example, if the device `device_tracker.paulus` was `home`, this would not have updated the probability that `Paulus Home` was on. This is because Bayesian ignored observations that were false, even though that *should* update our probabilities.
+
+Because of this, many users will have had to use either of two workarounds:
+
+1. Providing additional observations that evaluate to `True` when the other evaluates to `False`, effectively mirroring it. This forced Bayesian to take into account a negative observation.
+2. Tweaking `prior`, `threshold`, and even sometimes `prob_given_true` and `prob_given_false` to get the desired functionality, often with the help of a community-provided spreadsheet for iterative testing.
+
+To solve (1), all you need do is delete the mirrored entry as shown below:
+
+```yaml
+# Example of a mirrored entry used a workaround
+binary_sensor:
+ - name: "Heat On"
+ platform: bayesian
+ prior: 0.2
+ probability_threshold: 0.9
+ observations:
+ - platform: numeric_state
+ entity_id: sensor.outside_air_temperature_fahrenheit
+ prob_given_true: 0.95
+ prob_given_false: 0.05
+ below: 50
+ - platform: numeric_state # line no longer needed - delete
+ entity_id: sensor.outside_air_temperature_fahrenheit # line no longer needed - delete
+ prob_given_true: 0.05 # line no longer needed - delete
+ prob_given_false: 0.95 # line no longer needed - delete
+ above: 50 # no longer needed - delete
+ - platform: state
+ entity_id: binary_sensor.house_occupied
+ prob_given_true: 0.3
+ prob_given_false: 0.05
+ to_state: "on"
+ - platform: state # line no longer needed - delete
+ entity_id: binary_sensor.house_occupied # line no longer needed - delete
+ prob_given_true: 0.7 # line no longer needed - delete
+ prob_given_false: 0.95 # line no longer needed - delete
+ to_state: "off" # line no longer needed - delete
+```
+
+To solve (2), you need to re-estimate your probabilities using this documentation - this will likely result in better performance in the long term.
+
+A hacky and *not recommended* workaround to restore your previous functionality would be to put in a mirrored entry for each observation where `prob_given_false` is equal to `prob_given_true`. This will induce the same behavior as before - the negative, counterfactual observation is essentially ignored. Be warned - this may break or cause errors in future versions and will not work for `template` or `numeric_state` observations. For templates, instead, make them return `None` where they would have returned `False` to induce Bayesian to ignore them.
+
+```yaml
+binary_sensor:
+ - name: "Heat On"
+ platform: bayesian
+ prior: 0.2
+ probability_threshold: 0.9
+ observations:
+ - platform: state
+ entity_id: binary_sensor.house_occupied
+ prob_given_true: 0.3
+ prob_given_false: 0.05
+ to_state: "on"
+ - platform: state # not
+ entity_id: binary_sensor.house_occupied # not recommended
+ prob_given_true: 0.5 # not recommended
+ prob_given_false: 0.5 # not recommended
+ to_state: "off" # not recommended
+```
+
+([@HarvsG] - [#67631]) ([documentation](/integrations/bayesian))
+
+[@HarvsG]: https://github.com/HarvsG
+[#67631]: https://github.com/home-assistant/core/pull/67631
+
+{% enddetails %}
+
+{% details "Bluesound" %}
+
+When the player is grouped and isn't master, the state no longer reports as
+"grouped" but instead reports as "idle".
+
+([@epenet] - [#78096]) ([documentation](/integrations/bluesound))
+
+[@epenet]: https://github.com/epenet
+[#78096]: https://github.com/home-assistant/core/pull/78096
+
+{% enddetails %}
+
+{% details "Elexa Guardian" %}
+
+The previously deprecated `guardian.reboot` and
+`guardian.reset_valve_diagnostics` services have been removed and replaced
+by button entities on the guardian valve controller device.
+
+([@bachya] - [#78663]) ([documentation](/integrations/guardian))
+
+[@bachya]: https://github.com/bachya
+[#78663]: https://github.com/home-assistant/core/pull/78663
+
+{% enddetails %}
+
+{% details "Frontier Silicon" %}
+
+When the player is loading, the state no longer reports as "opening",
+but instead reports as "buffering".
+
+([@epenet] - [#78101]) ([documentation](/integrations/frontier_silicon))
+
+[@epenet]: https://github.com/epenet
+[#78101]: https://github.com/home-assistant/core/pull/78101
+
+{% enddetails %}
+
+{% details "HERE Travel Time" %}
+
+The previously deprecated YAML configuration of the HERE Travel Time
+integration has been removed.
+
+HERE Travel Time is now configured via the UI, any existing YAML
+configuration has been imported in previous releases and can now be safely
+removed from your YAML configuration files
+
+([@eifinger] - [#77959]) ([documentation](/integrations/here_travel_time))
+
+[@eifinger]: https://github.com/eifinger
+[#77959]: https://github.com/home-assistant/core/pull/77959
+
+{% enddetails %}
+
+{% details "HomeKit Controller" %}
+
+When the player is not active, the state no longer reports as "problem",
+but instead reports as "off".
+
+When the player is active, but the state doesn't match known states,
+the state no longer reports as "ok" but instead reports as "on".
+
+([@epenet] - [#78105]) ([documentation](/integrations/homekit_controller))
+
+[@epenet]: https://github.com/epenet
+[#78105]: https://github.com/home-assistant/core/pull/78105
+
+{% enddetails %}
+
+{% details "Radarr" %}
+
+Some breaking changes have been made in disabling the Movies count sensor out
+of caution. This sensor can cause problems with massive databases.
+If you still wish to use it, you may do so.
+
+Movie names are no longer included as attributes in the movies sensor. Upcoming
+has been removed. It is being modernized as calendar items should be.
+Diskspace is now split into different sensors, one for each folder.
+Status and commands have been removed as they don't appear to have real
+value for automations.
+
+([@tkdrob] - [#78965]) ([documentation](/integrations/radarr))
+
+[@tkdrob]: https://github.com/tkdrob
+[#78965]: https://github.com/home-assistant/core/pull/78965
+
+{% enddetails %}
+
+{% details "Supervisor" %}
+
+In Home Assistant 2022.4, the binary sensors for showing an update from the
+Supervisor integration were deprecated in favor of
+[update entities](/integrations/hassio/#update-entities).
+
+These binary sensors for showing an update have now been removed.
+
+([@ludeeus] - [#60677]) ([documentation](/integrations/hassio))
+
+[@ludeeus]: https://github.com/ludeeus
+[#60677]: https://github.com/home-assistant/core/pull/60677
+
+{% enddetails %}
+
+{% details "Synology DSM" %}
+
+In Home Assistant 2022.4 the binary sensor of Synology DSM for showing an
+update was deprecated in favor of the newer update entity.
+
+This binary sensor for showing an update has now been removed.
+
+([@mib1185] - [#79509]) ([documentation](/integrations/synology_dsm))
+
+[@mib1185]: https://github.com/mib1185
+[#79509]: https://github.com/home-assistant/core/pull/79509
+
+{% enddetails %}
+
+{% details "Workday" %}
+
+Due to changes in the upstream library, the following is no longer supported by
+the Workday integration:
+- UK subdivisions (Wales, Scotland, England...) can no longer be provided as
+ values to the `country` configuration key. They are still available for use as
+ values to the `province` setting.
+- `IsleOfMan` is no longer a recognized province of the UK,
+ use the `IM` code for the `country` instead.
+- The extended Portuguese holiday set (`PortugalExt`) is no longer available
+ as a separate country; instead you should use the country code `PT` and
+ the province `Ext`.
+
+([@TomBrien] - [#78832]) ([documentation](/integrations/workday))
+
+[@TomBrien]: https://github.com/TomBrien
+[#78832]: https://github.com/home-assistant/core/pull/78832
+
+{% enddetails %}
+
+{% details "Z-Wave" %}
+
+You must use `zwave-js-server` 1.24.0 or greater (schema 24).
+
+With this release, you will need to update your `zwave-js-server` instance.
+
+- If you use the `Z-Wave JS` addon, you need to have at least version 0.1.74.
+- If you use the `Z-Wave JS UI` addon, you need to have at least version 1.1.0.
+- If you use the `Z-Wave JS UI` Docker container, you need to have at least version 8.1.0.
+- If you run your own Docker container, or some other installation method, you will need to update your `zwave-js-server` instance to at least 1.24.0.
+
+([@raman325] - [#79342]) ([documentation](/integrations/zwave_js))
+
+[@raman325]: https://github.com/raman325
+[#79342]: https://github.com/home-assistant/core/pull/79342
+
+---
+
+The fan speed levels of Leviton ZW4SF fan controllers are now mapped correctly
+to corresponding percentage levels in Home Assistant.
+
+This may change which fan speed is selected at certain percentages.
+You should adjust any automations and scripts that target these devices
+as needed.
+
+([@mkowalchuk] - [#60677]) ([documentation](/integrations/zwave_js))
+
+[@mkowalchuk]: https://github.com/mkowalchuk
+[#60677]: https://github.com/home-assistant/core/pull/60677
+
+{% enddetails %}
+
+If you are a custom integration developer and want to learn about breaking
+changes and new features available for your integration: Be sure to follow our
+[developer blog][devblog]. The following are the most notable for this release:
+
+[devblog]: https://developers.home-assistant.io/blog/
+
+- [Bluetooth async_track_unavailable API changes](https://developers.home-assistant.io/blog/2022/09/16/bluetooth-unavailable-api-changes)
+- [Calendar Data Model improvements and deprecations](https://developers.home-assistant.io/blog/2022/04/18/calendar-data-model/)
+- [Deprecating media player constants](https://developers.home-assistant.io/blog/2022/09/06/media-player-repeat-mode-deprecation)
+- [Deprecating unit conversion utilities](https://developers.home-assistant.io/blog/2022/09/28/deprecate-conversion-utilities/)
+- [Long term statistics now tracks the source entity's unit](https://developers.home-assistant.io/blog/2022/09/29/statistics_refactoring)
+- [New sensor device classes](https://developers.home-assistant.io/blog/2022/09/28/new_sensor_device_classes)
+- [The issue registry has been moved to homeassistant.helpers](https://developers.home-assistant.io/blog/2022/08/25/issue_registry_moved_to_helpers)
+
+## Farewell to the following
+
+The following integrations are also no longer available as of this release:
+
+- **Ambee** as it became impossible to get API keys for private use.
+- **Climacell** has been replaced by [Tomorrow.io](/integrations/tomorrowio).
+- **Flu Near You** the resource is no longer available, causing the integration
+ no longer to work.
+- **U.S. Citizenship and Immigration Services (USCIS)** the integration relied
+ on webscraping, which is no longer allowed.
+
+## All changes
+
+Of course, there is a lot more in this release. You can find a list of
+all changes made here: [Full changelog for Home Assistant Core 2022.10](/changelogs/core-2022.10)
diff --git a/source/_posts/2022-10-13-third-reality-partner.markdown b/source/_posts/2022-10-13-third-reality-partner.markdown
new file mode 100644
index 00000000000..240868d8568
--- /dev/null
+++ b/source/_posts/2022-10-13-third-reality-partner.markdown
@@ -0,0 +1,29 @@
+---
+layout: post
+title: "Third Reality joins Works with Home Assistant"
+description: "Third Reality has become the first Works with Home Assistant partner using the Zigbee badge"
+date: 2022-10-13 00:00:00
+date_formatted: "October 13, 2022"
+author: Paulus Schoutsen
+author_twitter: balloob
+comments: true
+categories:
+- Announcements
+og_image: /images/blog/2022-10-13-third-reality-partner/social.png
+---
+
+

+
+Today we are excited to announce our next Works with Home Assistant partner: Third Reality!
+
+Third Reality, Inc. is a smart home products company that has been working with Home Assistant for quite a long time but is now making it official. As a partner, Third Reality and Nabu Casa will be working together to ensure the best experience for connecting Third Reality Zigbee devices to Home Assistant.
+
+Third Reality devices will connect and integrate into Home Assistant easily using the Zigbee Home Automation integration (Zigbee stick required). This means that the devices operate completely locally and state changes coming from the device are instantaneously picked up by Home Assistant. This allows for the best user experience when building a smart home.
+
+

+
+
+Their smart home product portfolio includes switches, motion sensors, door sensors, water leak sensors, plugs, blinds, and newly added buttons. Giving users a full catalog of smart home products. For more information and products about Third Reality, you can visit [their website](https://www.3reality.com/).
+
+If you missed the announcement of the Works with Home Assistant partner program, make sure to check out [the blog post](/blog/2022/07/12/partner-program/).
+
diff --git a/source/changelogs/core-2022.10.markdown b/source/changelogs/core-2022.10.markdown
new file mode 100644
index 00000000000..70c85937ae4
--- /dev/null
+++ b/source/changelogs/core-2022.10.markdown
@@ -0,0 +1,1849 @@
+---
+title: Full Changelog for Home Assistant Core 2022.10
+description: Detailed changelog for the Home Assistant Core 2022.10 release
+---
+
+These are all the changes included in the Home Assistant Core 2022.10 release.
+
+For a summary in a more readable format:
+[Release notes blog for this release](/blog/2022/10/05/release-202210/).
+
+## Full Changelog
+
+- Convert life360 to aiohttp ([@pnbruckner] - [#77508]) ([life360 docs])
+- Adjust temperature_unit in hisense_aehw4a1 ([@epenet] - [#77585]) ([hisense_aehw4a1 docs])
+- Adjust temperature_unit in heatmiser ([@epenet] - [#77584]) ([heatmiser docs])
+- Improve entity type hints [j-k] ([@epenet] - [#77594])
+- Improve type hints in home_connect ([@epenet] - [#77587]) ([home_connect docs])
+- Improve type hints in heatmiser ([@epenet] - [#77592]) ([heatmiser docs])
+- Improve type hints in hive ([@epenet] - [#77586]) ([hive docs])
+- Adjust Available in hisense_aehw4a1 ([@epenet] - [#77590]) ([hisense_aehw4a1 docs])
+- Implement reauth flow for volvooncall ([@y34hbuddy] - [#77328]) ([volvooncall docs])
+- 2022.10.0.dev0 ([@balloob] - [#77635])
+- Adjust notify type hints in mysensors ([@epenet] - [#77647]) ([mysensors docs])
+- Bump ci env HA_SHORT_VERSION ([@MartinHjelmare] - [#77644])
+- Improve entity type hints [l] ([@epenet] - [#77655])
+- Add device class moisture ([@Ernst79] - [#77666]) ([sensor docs])
+- Fix demo external energy statistics ([@emontnemery] - [#77665]) ([demo docs])
+- Migrate ZHA lighting to use newer zigpy ZCL request syntax ([@puddly] - [#77676]) ([zha docs])
+- Cleanup IPMA code ([@dgomes] - [#77674]) ([ipma docs])
+- Time range should be treated as open ended ([@amitfin] - [#77660]) ([schedule docs])
+- Tweak schedule test ([@emontnemery] - [#77696]) ([schedule docs])
+- Improve some device registry tests ([@emontnemery] - [#77659])
+- Remove area_id from entity_registry.async_get_or_create ([@emontnemery] - [#77700])
+- Remove unnecessary use of dunder methods from entity registry ([@emontnemery] - [#77716])
+- Remove useless device_registry test ([@emontnemery] - [#77714])
+- Add Nobø Ecohub integration ([@oyvindwe] - [#50913]) ([nobo_hub docs]) (new-integration)
+- Simplify device registry ([@emontnemery] - [#77715])
+- Add mixin class CollectionEntity for the collection helper ([@emontnemery] - [#77703])
+- Use hass.config_entries.async_setup in mqtt test ([@jbouwh] - [#77750]) ([mqtt docs])
+- Enhance operating time sensor in Overkiz integration ([@iMicknl] - [#76688]) ([overkiz docs])
+- Address late review in Overkiz (add duration device class) ([@iMicknl] - [#77778]) ([overkiz docs])
+- Add goToAlias button (my position) to Overkiz integration ([@iMicknl] - [#76694]) ([overkiz docs])
+- Add support for AtlanticHeatRecoveryVentilation to Overkiz integration ([@iMicknl] - [#74015]) ([overkiz docs])
+- Add Boost/Away mode duration to Overkiz integration ([@iMicknl] - [#76690]) ([overkiz docs])
+- Expose battery and rssi sensors in Melnor Bluetooth integration ([@vanstinator] - [#77576]) ([melnor docs]) (new-platform)
+- Mill 3. gen add support for PRECISION_HALVES ([@LaStrada] - [#73592]) ([mill docs])
+- Sensibo clean code ([@gjohansson-ST] - [#74437]) ([sensibo docs])
+- Improve type hints in kodi media player ([@epenet] - [#77653]) ([kodi docs])
+- Improve type hints in file and huawei_lte notify ([@epenet] - [#77648]) ([huawei_lte docs]) ([file docs])
+- Improve type hints in lastfm sensor ([@epenet] - [#77657]) ([lastfm docs])
+- Add set_hev_cycle_state service to LIFX integration ([@Djelibeybi] - [#77546]) ([lifx docs])
+- Add support for subscribing to config entry changes ([@bdraco] - [#77803]) ([config docs])
+- Improve type hints in kulersky light ([@epenet] - [#77652]) ([kulersky docs])
+- Remove CalendarEventDevice which was deprecated in 2022.5 ([@allenporter] - [#77809]) ([calendar docs]) ([demo docs]) (breaking-change)
+- Adjust type hint in mediaroom ([@epenet] - [#77817]) ([mediaroom docs])
+- Adjust type hint in meteoalarm ([@epenet] - [#77818]) ([meteoalarm docs])
+- Bump fritzconnection from 1.8.0 to 1.10.1 ([@mib1185] - [#77751]) ([fritz docs]) ([fritzbox_callmonitor docs]) (dependency)
+- Improve entity type hints [m] ([@epenet] - [#77816])
+- Remove auto lowercasing from async_track_entity_registry_updated_event ([@bdraco] - [#77740])
+- Improve entity type hints [n] ([@epenet] - [#77824])
+- Add reauth flow to fibaro ([@rappenze] - [#74300]) ([fibaro docs])
+- Address late review on kulersky light ([@epenet] - [#77838]) ([kulersky docs])
+- Remove google calendar configuration.yaml deprecated in 2022.6 ([@allenporter] - [#77814]) ([google docs]) (breaking-change)
+- Use attributes in nightscout ([@epenet] - [#77825]) ([nightscout docs])
+- Move Melnor Bluetooth switches to sub-services off the main device ([@vanstinator] - [#77842]) ([melnor docs])
+- Use fragmented mp4 in stream recorder ([@uvjustin] - [#77822]) ([stream docs])
+- Add orientation transforms to stream ([@uvjustin] - [#77439]) ([stream docs])
+- Improve entity type hints [q] ([@epenet] - [#77875]) ([qnap docs]) ([qbittorrent docs])
+- Improve entity type hints [r] ([@epenet] - [#77874])
+- Improve entity type hints [p] ([@epenet] - [#77871])
+- Add has_entity_name for kraken ([@eifinger] - [#77841]) ([kraken docs])
+- Improve type hint in onvif ([@epenet] - [#77833]) ([onvif docs])
+- Improve type hint in opensky ([@epenet] - [#77829]) ([opensky docs])
+- Improve entity type hints [o] ([@epenet] - [#77826])
+- Add state class total increasing to Tasmota energy today sensor ([@ollo69] - [#77140]) ([tasmota docs])
+- Add notify get_service to pylint checks ([@epenet] - [#77643])
+- Add BaseNotificationService to pylint checks ([@epenet] - [#77663])
+- Cleanup camera after late PR review ([@uvjustin] - [#77880]) ([camera docs])
+- Improve entity type hints [s] (part 1/2) ([@epenet] - [#77881])
+- Improve entity type hints [t] ([@epenet] - [#77883])
+- Improve entity type hints [s] (part 2/2) ([@epenet] - [#77882])
+- Improve entity type hints [u] ([@epenet] - [#77884]) ([unifi docs]) ([universal docs]) ([uvc docs]) ([ue_smart_radio docs])
+- Improve entity type hints [v] ([@epenet] - [#77885])
+- Improve entity type hints [w] ([@epenet] - [#77886])
+- Improve entity type hints [x] ([@epenet] - [#77887]) ([xiaomi_aqara docs]) ([xs1 docs]) ([xiaomi_miio docs]) ([xiaomi_tv docs]) ([xbox_live docs]) ([xbox docs])
+- Improve entity type hints [y] ([@epenet] - [#77888]) ([yeelight docs]) ([yamaha_musiccast docs]) ([yamaha docs]) ([yolink docs])
+- Improve entity type hints [z] ([@epenet] - [#77890]) ([zabbix docs]) ([zoneminder docs]) ([zha docs]) ([ziggo_mediabox_xl docs]) ([zhong_hong docs]) ([zamg docs]) ([zwave_me docs])
+- Add comment to life360 device tracker ([@epenet] - [#77879]) ([life360 docs])
+- Use _attr_force_update in tellstick ([@epenet] - [#77899]) ([tellstick docs])
+- Use attributes in rflink binary sensor ([@epenet] - [#77901]) ([rflink docs])
+- Introduce new StrEnums in media player ([@epenet] - [#77872]) ([media_player docs]) (deprecation)
+- Use attributes in hvv_departures ([@epenet] - [#77588]) ([hvv_departures docs])
+- Improve type hints in lw12wifi light ([@epenet] - [#77656]) ([lw12wifi docs])
+- Add protocol type for legacy notify platforms ([@cdce8p] - [#77894]) ([notify docs])
+- Drop unused property from zha ([@epenet] - [#77897]) ([zha docs])
+- Use _attr_force_update in tasmota ([@epenet] - [#77900]) ([tasmota docs])
+- Add sensors for Tuya "tdq" category switches ([@engrbm87] - [#77581]) ([tuya docs])
+- Fix shopping_list service calls not notifying event bus ([@lscheibel] - [#77794]) ([shopping_list docs])
+- Mill gen 3 cloud, support precision halves for gen 3 heaters ([@LaStrada] - [#77932]) ([mill docs]) (dependency)
+- Use attributes in rest base entity ([@epenet] - [#77903]) ([rest docs])
+- Adjust pylint checks for notify get_service ([@epenet] - [#77606])
+- Bump pyTibber to 0.25.2 ([@Danielhiversen] - [#77919]) ([tibber docs]) (dependency)
+- Adjust get_scanner pylint checks ([@epenet] - [#77944])
+- Bump aiopvapi to 2.0.1 ([@kingy444] - [#77949]) ([hunterdouglas_powerview docs])
+- Update surepy to 0.8.0 ([@cdce8p] - [#77948]) ([surepetcare docs]) (dependency)
+- Refactor distance, speed and volume utils ([@epenet] - [#77952])
+- Add initial implementation of tilt_ble integration ([@apt-itude] - [#77633]) ([tilt_ble docs]) (new-integration)
+- Introduce new MediaPlayerState StrEnum ([@epenet] - [#77941]) (deprecation)
+- Use _attr_force_update in mqtt ([@epenet] - [#77902]) ([mqtt docs])
+- Add pylint directory to black pre-commit ([@epenet] - [#78011])
+- Adjust alexa imports ([@epenet] - [#78013]) ([alexa docs])
+- Import climate constants from root [m-z] ([@epenet] - [#78020])
+- Improve type hints in apple_tv media player ([@epenet] - [#77940]) ([apple_tv docs])
+- Use new media player enums [a-d] ([@epenet] - [#77939])
+- Remove use of deprecated SUPPORT_* constants from MQTT light ([@emontnemery] - [#77828]) ([mqtt docs]) ([light docs])
+- Remove use of deprecated SUPPORT_* constants from Template light ([@emontnemery] - [#77836]) ([template docs])
+- Import climate constants from root [a-l] ([@epenet] - [#78021])
+- Use platform constants from root ([@epenet] - [#78032])
+- Improve type hints in demo and dependencies ([@epenet] - [#78022]) ([image_processing docs]) ([demo docs]) ([mailbox docs]) ([openalpr_local docs])
+- Deprecate history integration's statistics API ([@emontnemery] - [#78056]) ([recorder docs]) ([history docs])
+- Use new media player enums [i-l] ([@epenet] - [#78054]) ([lg_netcast docs]) ([lg_soundbar docs]) ([kef docs]) ([itunes docs]) ([lookin docs]) ([kaleidescape docs])
+- Use new media player enums [e-h] ([@epenet] - [#78049]) ([hdmi_cec docs]) ([enigma2 docs]) ([horizon docs]) ([epson docs]) ([gstreamer docs]) ([heos docs]) ([harman_kardon_avr docs]) ([fully_kiosk docs])
+- Use new media player enums [m-o] ([@epenet] - [#78057]) ([onkyo docs]) ([openhome docs]) ([mpd docs]) ([nad docs]) ([monoprice docs])
+- Use new media player enums [p] ([@epenet] - [#78058]) ([ps4 docs]) ([plex docs]) ([panasonic_viera docs]) ([pioneer docs]) ([philips_js docs]) ([pjlink docs]) ([panasonic_bluray docs]) ([pandora docs])
+- Use new media player enums [r] ([@epenet] - [#78062]) ([roku docs]) ([russound_rio docs]) ([russound_rnet docs]) ([roon docs])
+- Use new media player enums [s] ([@epenet] - [#78064]) ([sisyphus docs]) ([sonos docs]) ([spotify docs]) ([samsungtv docs]) ([squeezebox docs]) ([songpal docs]) ([slimproto docs])
+- Use new media player enums [u-w] ([@epenet] - [#78067])
+- Use new media player enums [x-z] ([@epenet] - [#78068]) ([yamaha_musiccast docs]) ([yamaha docs]) ([xiaomi_tv docs]) ([ziggo_mediabox_xl docs]) ([xbox docs])
+- Add iBeacon start byte to allowed Apple Bluetooth advertisements ([@apt-itude] - [#78088]) ([bluetooth docs])
+- Fix DB migration to schema version 29 ([@emontnemery] - [#78037]) ([recorder docs])
+- Use new enums in cast ([@epenet] - [#77946]) ([cast docs]) ([lovelace docs]) ([plex docs])
+- Use new constants in dlna_dmr media player ([@epenet] - [#78045]) ([dlna_dmr docs])
+- Deprecate SUPPORT_* constants for color_mode ([@epenet] - [#69269])
+- Support unique_id for Universal Media Player ([@holysoles] - [#77461]) ([universal docs]) (noteworthy)
+- Escape media_content_id in media player proxy ([@uvjustin] - [#77811]) ([media_player docs])
+- Use new media player enums in mediaroom ([@epenet] - [#78108]) ([mediaroom docs])
+- Expose climate constants at the top level ([@epenet] - [#78018]) ([climate docs])
+- Additional cleanup for Sensibo ([@gjohansson-ST] - [#78144]) ([sensibo docs])
+- Add zwave_js speed configuration for Leviton ZW4SF fans ([@mkowalchuk] - [#60677]) ([zwave_js docs]) (breaking-change)
+- Start logbook stream faster ([@bdraco] - [#77921]) ([logbook docs])
+- Add BTHome binary sensors ([@Ernst79] - [#78151]) ([bthome docs]) (new-platform)
+- Use new media player enums in esphome ([@epenet] - [#78099]) ([esphome docs])
+- Use new media player enums in frontier_silicon ([@epenet] - [#78101]) ([frontier_silicon docs]) (breaking-change)
+- Use new media player enums in group ([@epenet] - [#78104]) ([group docs])
+- Use new media player enums in kodi ([@epenet] - [#78106]) ([kodi docs])
+- Use new media player enums in snapcast ([@epenet] - [#78109]) ([snapcast docs])
+- Use new media player enums in soundtouch ([@epenet] - [#78110]) ([soundtouch docs])
+- Use new media player enums in universal ([@epenet] - [#78112]) ([universal docs])
+- Import climate constants from root [a-l] ([@epenet] - [#78177])
+- Import climate constants from root [m-z] ([@epenet] - [#78178])
+- Expose logbook constants at the top level ([@epenet] - [#78184]) ([logbook docs])
+- Use alphabetical order for platforms in pylint plugin ([@epenet] - [#78126])
+- Use new media player enums in emby ([@epenet] - [#78098]) ([emby docs])
+- Use new media player enums in demo ([@epenet] - [#78114]) ([demo docs])
+- Add is_host_valid util ([@Drafteed] - [#76589]) ([braviatv docs]) ([dunehd docs]) ([brother docs]) ([vilfo docs])
+- Import automation constants from root ([@epenet] - [#78238]) ([analytics docs])
+- Switch to new entity naming schema across zwave_js ([@raman325] - [#77434]) ([zwave_js docs])
+- Remove unused mypy ignore statements ([@epenet] - [#78292])
+- Add extra precision to ADC voltage (from 1 decimal to 2 decimals) ([@alakdae] - [#77889]) ([shelly docs])
+- Add ZigStar ZeroConf ([@mercenaruss] - [#78237]) ([zha docs])
+- Import logbook constants from root ([@epenet] - [#78236]) ([automation docs]) ([script docs]) ([mobile_app docs]) ([homeassistant docs])
+- Import trace constants from root ([@epenet] - [#78243]) ([automation docs]) ([script docs])
+- Import notify constants from root ([@epenet] - [#78244]) ([simplepush docs]) ([aws docs])
+- Expose and use lovelace constants from root ([@epenet] - [#78246]) ([websocket_api docs]) ([lovelace docs])
+- Import stt constants from root ([@epenet] - [#78247]) ([demo docs]) ([cloud docs])
+- Import number constants from root ([@epenet] - [#78248]) ([juicenet docs]) ([homekit_controller docs]) ([xiaomi_miio docs]) ([template docs])
+- Expose websocket_api constants in root ([@epenet] - [#78249]) ([websocket_api docs])
+- Import update constants from root ([@epenet] - [#78251]) ([demo docs]) ([zwave_js docs])
+- Expose device_automation constants in root ([@epenet] - [#78266]) ([device_automation docs])
+- Expose http constants in root ([@epenet] - [#78267]) ([http docs])
+- Expose constants in device_tracker root ([@epenet] - [#78240]) ([device_tracker docs])
+- Expose media-source constants in root ([@epenet] - [#78268]) ([media_source docs])
+- Expose modbus constants in root ([@epenet] - [#78269]) ([modbus docs])
+- Import constants from root ([@epenet] - [#78271])
+- Add STT checks to pylint plugin ([@epenet] - [#78284])
+- Use new media player enums ([@epenet] - [#78264])
+- Improve sun typing ([@epenet] - [#78298]) ([sun docs])
+- Add type hints to TTS provider ([@epenet] - [#78285]) ([tts docs])
+- Improve media-player typing ([@epenet] - [#78300]) ([media_player docs])
+- Adjust components to use relative imports ([@epenet] - [#78279]) ([recorder docs]) ([insteon docs]) ([zwave_js docs]) ([overkiz docs])
+- Improve zone typing ([@epenet] - [#78294]) ([zone docs])
+- Import http constants from root ([@epenet] - [#78274]) ([onboarding docs])
+- Import media source constants from root ([@epenet] - [#78275]) ([system_bridge docs])
+- Import modbus constants from root ([@epenet] - [#78273]) ([stiebel_eltron docs]) ([flexit docs])
+- Import device automation constants from root ([@epenet] - [#78272]) ([binary_sensor docs])
+- Rename zwave_js trigger helper to avoid confusion ([@cdce8p] - [#78331]) ([zwave_js docs])
+- Import device tracker constants from root ([@epenet] - [#78242])
+- Import websocket api constants from root ([@epenet] - [#78250]) ([media_player docs]) ([recorder docs]) ([config docs]) ([zwave_js docs])
+- Drop old migration code from entity registry ([@emontnemery] - [#78278])
+- Add SwitchBee Integration ([@jafar-atili] - [#70201]) ([switchbee docs]) (new-integration)
+- Update solax to 0.3.0 ([@squishykid] - [#78219]) ([solax docs]) (dependency)
+- Expose humidifier constants at the top level ([@epenet] - [#78033]) ([humidifier docs])
+- Use new media player enums in forked_daapd ([@epenet] - [#78100]) ([forked_daapd docs])
+- Bump mill-local to 0.2.0 ([@Danielhiversen] - [#78302]) ([mill docs]) (dependency)
+- Import network constants from root ([@epenet] - [#78342]) ([nmap_tracker docs])
+- Import humidifier constants from root ([@epenet] - [#78343]) ([ecobee docs]) ([homekit_controller docs]) ([generic_hygrostat docs])
+- Prevent use of deprecated media-player constants ([@epenet] - [#77937])
+- Bump home-assistant/builder from 2022.07.0 to 2022.09.0 ([@dependabot[bot]] - [#78103]) (dependency)
+- Improve type hints in image-processing ([@epenet] - [#78351]) ([image_processing docs])
+- Improve type hints in trace ([@epenet] - [#78366]) ([trace docs])
+- Fix Sensibo Pure sensitivity sensor text ([@gjohansson-ST] - [#78313]) ([sensibo docs])
+- Bump pylutron-caseta to 0.15.1 ([@bdraco] - [#78209]) ([lutron_caseta docs]) (dependency)
+- Expose SOURCE_CLOUD in google-assistant root ([@epenet] - [#78394]) ([google_assistant docs])
+- Bump aioecowitt 2022.09.2 ([@pvizeli] - [#78287]) ([ecowitt docs])
+- Improve type hints in geo-location ([@epenet] - [#78352]) ([geo_location docs])
+- Improve type hints in mailbox ([@epenet] - [#78353]) ([asterisk_mbox docs]) ([mailbox docs])
+- Use media player enums in dlna_dms ([@epenet] - [#78393]) ([dlna_dms docs])
+- Fix race in logbook websocket test ([@bdraco] - [#78390]) ([logbook docs])
+- Improve type hints in integration ([@epenet] - [#78345]) ([integration docs])
+- Improve type hints in script helpers ([@epenet] - [#78364])
+- Adjust pylint plugin for relative imports ([@epenet] - [#78277])
+- Import constants from component root ([@epenet] - [#78395]) ([alexa docs]) ([cloud docs]) ([google_assistant docs])
+- Bump fritzconnection to 1.10.3 ([@chemelli74] - [#77847]) ([fritz docs]) ([fritzbox_callmonitor docs]) (dependency)
+- Remove Ambee integration ([@frenck] - [#78427]) ([ambee docs]) (breaking-change)
+- Fix image-processing type hint ([@epenet] - [#78426]) ([image_processing docs]) ([demo docs])
+- Improve type hints in weather ([@epenet] - [#78346]) ([weather docs])
+- Improve type hints in scene ([@epenet] - [#78347]) ([scene docs])
+- Improve type hints in proximity ([@epenet] - [#78348]) ([proximity docs])
+- Improve type hints in group ([@epenet] - [#78350]) ([group docs])
+- Refactor forked_daapd to use _async_announce ([@epenet] - [#78446]) ([forked_daapd docs])
+- Binary sensor description for BTHome ([@Ernst79] - [#78408]) ([bthome docs])
+- Use async_timeout in forked_daapd ([@epenet] - [#78451]) ([forked_daapd docs])
+- Sort coveragerc ([@epenet] - [#78447])
+- Replace asyncio.wait_for with async_timeout in baf ([@bdraco] - [#78445]) ([baf docs])
+- Improve type hints in automation ([@epenet] - [#78368]) ([automation docs])
+- Add demo to strict-typing ([@epenet] - [#77596]) ([demo docs])
+- Sort constants in forked_daapd ([@uvjustin] - [#78455]) ([forked_daapd docs])
+- Make LimitedSizeDict a generic ([@epenet] - [#78440]) ([trace docs])
+- Improve type hints in light ([@epenet] - [#78349]) ([light docs])
+- Force root import of const from other components ([@epenet] - [#78014])
+- Rework Z-Wave.Me switch multilevel devices to also use light entity ([@PoltoS] - [#77969]) ([zwave_me docs])
+- Cleanup async_announce in forked_daapd ([@uvjustin] - [#78457]) ([forked_daapd docs])
+- Bump openevsewifi to 1.1.2 ([@cdce8p] - [#78460]) ([openevse docs]) (dependency)
+- Move Trace classes to separate module ([@epenet] - [#78433]) ([trace docs])
+- Pass tasks instead of coros to asyncio.wait in forked_daapd ([@uvjustin] - [#78462]) ([forked_daapd docs])
+- Support AMD SoC CPU temperature ([@agners] - [#78472]) ([systemmonitor docs])
+- Fix device_class in demo ([@epenet] - [#78463]) ([demo docs]) ([google_assistant docs])
+- Make EntityComponent generic ([@epenet] - [#78473])
+- Add Google Sheets integration ([@tkdrob] - [#77853]) ([google_drive docs]) (new-integration)
+- Improve MQTT debug log of retained messages ([@emontnemery] - [#78453]) ([mqtt docs])
+- Remove U.S. Citizenship and Immigration Services (USCIS) integration ([@frenck] - [#78432]) ([uscis docs]) (breaking-change)
+- Bump aioswitcher to 3.0.0 ([@thecode] - [#78471]) ([switcher_kis docs]) (dependency)
+- Catch up with statistics after DB migration is done ([@emontnemery] - [#78469]) ([recorder docs])
+- Deduplicate some code in scripts and automations ([@emontnemery] - [#78443]) ([automation docs]) ([script docs])
+- Allow setting number selector step size to 'any' ([@emontnemery] - [#78265]) ([threshold docs])
+- Use asyncio in XiaomiAqara instead of threading ([@starkillerOG] - [#74979]) ([xiaomi_aqara docs]) (dependency)
+- Add infrared brightness select entity for LIFX Night Vision bulbs ([@Djelibeybi] - [#77943]) ([lifx docs])
+- Add device class TV to AndroidTV ([@ollo69] - [#78487]) ([androidtv docs])
+- Update sentry-sdk to 1.9.8 ([@frenck] - [#78496]) ([sentry docs]) (dependency)
+- Update pipdeptree to 2.3.1 ([@frenck] - [#78497]) (dependency)
+- Bump ultraheat-api to 0.4.3 ([@vpathuis] - [#78295]) ([landisgyr_heat_meter docs]) (dependency)
+- Bump aioftp to 0.21.3 ([@fmarani] - [#78257]) ([yi docs]) (dependency)
+- Move mypy override for device_registry ([@epenet] - [#78493])
+- Use new media player enums in bluesound ([@epenet] - [#78096]) ([bluesound docs]) (breaking-change)
+- Use reload helper to reload rest component ([@emontnemery] - [#78491]) ([rest docs])
+- Enable disallow-any-generics in update ([@epenet] - [#78501]) ([update docs])
+- Make use of generic EntityComponent ([@epenet] - [#78492]) ([camera docs]) ([group docs]) ([automation docs]) ([remote docs]) ([person docs])
+- Update pyotp to 2.7.0 ([@frenck] - [#78500]) ([otp docs]) (dependency)
+- Update pytest to 7.1.3 ([@frenck] - [#78503]) (dependency)
+- Sort strict-typing alphabetically ([@epenet] - [#78506])
+- Update sqlalchemy to 1.4.41 ([@frenck] - [#78507]) ([recorder docs]) ([sql docs]) (dependency)
+- Enable disallow-any-generics in number ([@epenet] - [#78502]) ([number docs])
+- Use new media player enums in homekit_controller ([@epenet] - [#78105]) ([homekit_controller docs]) (breaking-change)
+- Avoid mutating globals in nina tests ([@emontnemery] - [#78513]) ([nina docs])
+- Sort some code in the search integration ([@emontnemery] - [#78519]) ([search docs])
+- Update black to 22.8.0 ([@frenck] - [#78509]) (dependency)
+- Adjust MEDIA_CLASS_MAP in dlna-dms ([@epenet] - [#78458]) ([dlna_dms docs])
+- Bump awesomeversion from 22.8.0 to 22.9.0 ([@ludeeus] - [#78525]) (dependency)
+- Use self._attr_state in vlc_telnet media player ([@epenet] - [#78517]) ([vlc_telnet docs])
+- Update requests_mock to 1.10.0 ([@frenck] - [#78510])
+- Use self._attr_state in demo media player ([@epenet] - [#78520]) ([demo docs])
+- Enable disallow-any-generics in light ([@epenet] - [#78499]) ([light docs])
+- Add version to templates ([@ludeeus] - [#78484]) (noteworthy)
+- Bump pyfritzhome to 0.6.7 ([@mib1185] - [#78324]) ([fritzbox docs]) (dependency)
+- Remove some low level calls from Fritz ([@chemelli74] - [#77848]) ([fritz docs])
+- Cleanup self._attr_state in samsungtv media player ([@epenet] - [#78518]) ([samsungtv docs])
+- Enforce MediaPlayerState in hdmi_cec media player ([@epenet] - [#78522]) ([hdmi_cec docs])
+- Improve type hints in trace ([@epenet] - [#78441]) ([trace docs])
+- Display statistics in the source's unit ([@emontnemery] - [#78031]) ([recorder docs]) ([demo docs]) ([sensor docs]) ([tibber docs])
+- crownstone-sse: bump to 2.0.4 ([@RicArch97] - [#78538]) ([crownstone docs]) (dependency)
+- Make async_extract_entities generic ([@epenet] - [#78490])
+- Bump life360 package to 5.1.1 ([@pnbruckner] - [#78550]) ([life360 docs])
+- Update LaMetric config entry using DHCP discovery data ([@frenck] - [#78527]) ([lametric docs])
+- Remove name key from config flow in Mikrotik ([@engrbm87] - [#78571]) ([mikrotik docs])
+- Reduce overhead to update passive bluetooth devices ([@bdraco] - [#78545]) ([bluetooth docs]) ([yalexs_ble docs]) (breaking-change)
+- Update pyupgrade to v2.38.0 ([@frenck] - [#78573]) (dependency)
+- Improve notify typing ([@MartinHjelmare] - [#78575]) ([notify docs])
+- Address late review of SwitchBee ([@jafar-atili] - [#78412]) ([switchbee docs])
+- Fix kira remote implementation ([@epenet] - [#77878]) ([kira docs])
+- Address late review of SwitchBee ([@jafar-atili] - [#78585]) ([switchbee docs])
+- Use commands enum in LG Netcast ([@hurzelchen] - [#78584]) ([lg_netcast docs])
+- Use vol.Coerce for notify SourceType enum ([@cdce8p] - [#77930]) ([device_tracker docs])
+- Update Awair config entry on discovery ([@frenck] - [#78521]) ([awair docs])
+- Bump pylitterbot to 2022.9.3 ([@natekspencer] - [#78590]) ([litterrobot docs]) (dependency)
+- Use attributes in demo media-player ([@epenet] - [#78461]) ([demo docs])
+- Add Airly gas sensors ([@KloudJack] - [#77908]) ([airly docs])
+- Replace SimpliSafe `clear_notifications` service with a button ([@bachya] - [#75283]) ([simplisafe docs]) (deprecation)
+- Correct unit for here_travel_time distance sensor ([@eifinger] - [#78303]) ([here_travel_time docs])
+- Switch emulated_hue to use async_timeout instead of asyncio.wait_for ([@bdraco] - [#78608]) ([emulated_hue docs])
+- Switch yeelight to use async_timeout instead of asyncio.wait_for ([@bdraco] - [#78606]) ([yeelight docs])
+- Ensure bluetooth callbacks are only fired when advertisement data changes ([@bdraco] - [#78609]) ([bluetooth docs])
+- Handle connection issues with Traccar ([@ludeeus] - [#78624]) ([traccar docs])
+- Change litterrobot integration to cloud_push ([@natekspencer] - [#77741]) ([litterrobot docs])
+- Add litter level sensor for Litter-Robot 4 ([@natekspencer] - [#78602]) ([litterrobot docs])
+- Automatically set up Awair during onboarding ([@frenck] - [#78632]) ([awair docs])
+- Improve light typing ([@cdce8p] - [#78641]) ([light docs])
+- Make use of generic EntityComponent (part 2) ([@epenet] - [#78494])
+- Bump smhi-pkg to 1.0.16 ([@gjohansson-ST] - [#78639]) ([smhi docs]) (dependency)
+- Switch recorder to use async_timeout instead of asyncio.wait_for ([@bdraco] - [#78607]) ([recorder docs])
+- Fix rachio not being able to be ignored ([@bdraco] - [#78636]) ([rachio docs])
+- Add additional status sensor state strings for Litter-Robot 4 ([@natekspencer] - [#78652]) ([litterrobot docs])
+- Fix lutron_caseta get_triggers() raising error for non-button devices (caseta and ra3/hwqsx) ([@danaues] - [#78397]) ([lutron_caseta docs])
+- Enable disallow-any-generics in media-player ([@epenet] - [#78498]) ([media_player docs])
+- Replace Guardian `disable_ap` and `enable_ap` services with a switch ([@bachya] - [#75034]) ([guardian docs]) (deprecation)
+- Restore history from bluetooth stack at startup ([@bdraco] - [#78612]) ([bluetooth docs])
+- Remove deprecated Guardian services (scheduled for 2022.10.0) ([@bachya] - [#78663]) ([guardian docs]) (breaking-change)
+- Bump melnor-bluetooth to v0.0.20 ([@vanstinator] - [#78642]) ([melnor docs]) (dependency)
+- Allow multiple instances of OpenUV via the `homeassistant.update_entity` service ([@bachya] - [#76878]) ([openuv docs]) (deprecation)
+- Improve media_player typing ([@cdce8p] - [#78666]) ([media_player docs])
+- Remove low level call from fritzbox_callmonitor ([@cdce8p] - [#78668]) ([fritzbox_callmonitor docs])
+- Remove deprecated update binary sensor from Supervisor ([@ludeeus] - [#78664]) ([hassio docs]) (breaking-change)
+- Limit Github event subscription if polling is disabled ([@ludeeus] - [#78662]) ([github docs])
+- Add missing typing met config flow ([@gjohansson-ST] - [#78645]) ([met docs])
+- Cache template regex compiles ([@bdraco] - [#78529])
+- Revert unintended OpenUV unique ID change ([@bachya] - [#78691]) ([openuv docs])
+- Warn user if Tasmota devices are configured with invalid MQTT topics ([@emontnemery] - [#77640]) ([tasmota docs])
+- Address code review from litterrobot PR ([@natekspencer] - [#78699]) ([litterrobot docs])
+- Make Guardian Repairs strings more consistent (and instructive) ([@bachya] - [#78694]) ([guardian docs])
+- Create repair issue if zwave-js-server is too old ([@raman325] - [#78670]) ([zwave_js docs])
+- Code Quality Improvements for Advantage Air ([@Bre77] - [#77695]) ([advantage_air docs])
+- Fix Vallox extract and supply fan speed measurement units ([@viiru-] - [#77692]) ([vallox docs])
+- Seperate timeout errors in rest requests ([@ludeeus] - [#78710]) ([rest docs])
+- Add state_class to Waze travel time for statistics support ([@oradsa] - [#77386]) ([waze_travel_time docs])
+- Bump `brother` backend library ([@bieniu] - [#78072]) ([brother docs]) (dependency)
+- Add GALA currency to Coinbase ([@TomBrien] - [#78708]) ([coinbase docs])
+- Add tests for switchbot sensor platform ([@bdraco] - [#78611]) ([switchbot docs])
+- Add tests for LitterRobot sensors ([@tkdrob] - [#78638]) ([litterrobot docs])
+- Apply hass-relative-import to tests (d-h) ([@epenet] - [#78730])
+- Apply hass-relative-import to tests (i-r) ([@epenet] - [#78732])
+- Apply hass-relative-import to tests (a-c) ([@epenet] - [#78728])
+- Apply hass-relative-import to tests (s-z) ([@epenet] - [#78733])
+- Adjust homekit-controller test imports ([@epenet] - [#78731]) ([homekit_controller docs])
+- Improve sonos typing ([@cdce8p] - [#78661]) ([sonos docs])
+- Use attributes in kef media player ([@epenet] - [#77650]) ([kef docs])
+- Fix litterrobot tests ([@epenet] - [#78741]) ([litterrobot docs])
+- Add LaMetric integration init tests ([@frenck] - [#78679]) ([lametric docs])
+- Apply hass-relative-import to recorder tests ([@epenet] - [#78734]) ([recorder docs])
+- Apply hass-relative-import to bluetooth tests ([@epenet] - [#78736]) ([bluetooth docs])
+- Improve type hints in keenetic_ndms2 ([@epenet] - [#77649]) ([keenetic_ndms2 docs])
+- Update psutil to 5.9.2 ([@tjorim] - [#78745]) ([systemmonitor docs])
+- Adjust relative-import plugin for tests ([@epenet] - [#78742])
+- Bump pyoverkiz to 1.5.3 in Overkiz integration ([@iMicknl] - [#78743]) ([overkiz docs]) (dependency)
+- Add support for controlling manual watering time on Melnor Bluetooth devices ([@vanstinator] - [#78653]) ([melnor docs])
+- Adjust pylint plugin for tests directory ([@epenet] - [#78727])
+- Adjust root-import in tomorrowio tests ([@epenet] - [#78763]) ([tomorrowio docs])
+- Use attributes in zoneminder ([@epenet] - [#77895]) ([zoneminder docs])
+- Use correct constant in anthemav tests ([@epenet] - [#78759]) ([anthemav docs])
+- Use DOMAIN constant in plex ([@epenet] - [#78764]) ([sonos docs]) ([plex docs])
+- Adjust root-import in tests ([@epenet] - [#78761])
+- Fix Airly CO sensor unit ([@KloudJack] - [#78649]) ([airly docs])
+- Adjust root-import in alexa tests ([@epenet] - [#78766]) ([alexa docs])
+- Adjust root-import in google-assistant tests ([@epenet] - [#78768]) ([google_assistant docs])
+- Adjust root-import in nest tests ([@epenet] - [#78769]) ([nest docs])
+- Adjust root-import in motioneye tests ([@epenet] - [#78770]) ([motioneye docs])
+- Adjust root-import in netatmo tests ([@epenet] - [#78771]) ([netatmo docs])
+- Add unit constant for revolutions per minute ([@epenet] - [#78752]) ([comfoconnect docs]) ([xiaomi_miio docs])
+- Adjust root-import in demo humidifier tests ([@epenet] - [#78772]) ([demo docs])
+- Migrate Trafikverket Train to new entity naming style ([@gjohansson-ST] - [#75208]) ([trafikverket_train docs])
+- Add support for imperial units of measure in volvooncall ([@y34hbuddy] - [#77669]) ([volvooncall docs]) (dependency)
+- Bumped AIOAladdinConnect 0.1.46 ([@mkmer] - [#78767]) ([aladdin_connect docs]) (dependency)
+- Bump pylitterbot to 2022.9.5 ([@natekspencer] - [#78785]) ([litterrobot docs]) (dependency)
+- Add unique_id to ohmconnect ([@magic7s] - [#78479]) ([ohmconnect docs]) (noteworthy)
+- Teach sqlite3 about HAFakeDatetime ([@emontnemery] - [#78756])
+- Use black to format hassfest generated files ([@emontnemery] - [#78794])
+- Prevent tilt_ble from matching generic ibeacons ([@bdraco] - [#78722]) ([tilt_ble docs])
+- Change bluetooth source to be the address of the adapter on Linux ([@bdraco] - [#78795]) ([bluetooth docs]) (breaking-change)
+- Fix failing bluetooth tests ([@bdraco] - [#78757]) ([bluetooth docs])
+- Create an issue when Bluetooth is active on old HAOS ([@bdraco] - [#78430]) ([bluetooth docs])
+- Add iBeacon Tracker integration ([@bdraco] - [#78671]) ([ibeacon docs]) (new-integration)
+- Bump codecov/codecov-action from 3.1.0 to 3.1.1 ([@dependabot[bot]] - [#78812]) (dependency)
+- Cleanup DeviceClass and StateClass in tests ([@epenet] - [#78811])
+- Cleanup EntityCategory in tests ([@epenet] - [#78808]) ([zha docs]) ([hue docs])
+- Cleanup SourceType in tests ([@epenet] - [#78809]) ([device_tracker docs]) ([zha docs]) ([person docs]) ([dhcp docs]) ([mazda docs])
+- Add query data to google assistant diagnostic ([@elupus] - [#78828]) ([google_assistant docs])
+- Add Lidarr integration ([@tkdrob] - [#66438]) ([lidarr docs]) (new-integration)
+- Cleanup MediaClass and MediaType in tests ([@epenet] - [#78817])
+- Cleanup ColorMode in tests ([@epenet] - [#78807]) ([abode docs]) ([hue docs]) ([homekit docs])
+- Add MqttData helper to mqtt ([@epenet] - [#78825]) ([mqtt docs])
+- Update PyJWT to 2.5.0 ([@frenck] - [#78776]) (dependency)
+- Move constants in kostal_plenticore ([@epenet] - [#78837]) ([kostal_plenticore docs])
+- Cleanup HVACAction and HVACMode in tests ([@epenet] - [#78813])
+- Fix Sonos cover art when browsing albums ([@skrobul] - [#75105]) ([sonos docs])
+- Allow selecting display unit when fetching statistics ([@emontnemery] - [#78578]) ([recorder docs]) ([sensor docs]) (noteworthy)
+- Add deconz current hvac operation to thermostate based on "state" ([@EmJay276] - [#59989]) ([deconz docs])
+- Cleanup FlowResultType in tests ([@epenet] - [#78810]) ([simplisafe docs]) ([pushover docs]) ([escea docs]) ([landisgyr_heat_meter docs])
+- Cleanup EntityFeature in tests ([@epenet] - [#78859])
+- Change minimal brightness value for hue.activate_scene service to 1 ([@Midbin] - [#78154]) ([hue docs])
+- Use SensorEntityDescription in kostal plenticore ([@epenet] - [#78842]) ([kostal_plenticore docs])
+- Improve code readability in iBeacon integration ([@bdraco] - [#78844]) ([ibeacon docs])
+- Bump pySwitchbot to 0.19.11 ([@bdraco] - [#78857]) ([switchbot docs])
+- Remove deprecated Flu Near You integration ([@bachya] - [#78700]) ([flunearyou docs]) (breaking-change)
+- Use SwitchEntityDescription in kostal plenticore ([@epenet] - [#78841]) ([kostal_plenticore docs])
+- Use SelectEntityDescription in kostal plenticore ([@epenet] - [#78840]) ([kostal_plenticore docs])
+- Remove leftover debug print from Melnor ([@frenck] - [#78870]) ([melnor docs])
+- Adjust Plenticore switch initialisation ([@epenet] - [#78871]) ([kostal_plenticore docs])
+- Adjust Plenticore select initialisation ([@epenet] - [#78873]) ([kostal_plenticore docs])
+- Adjust Plenticore sensor initialisation ([@epenet] - [#78869]) ([kostal_plenticore docs])
+- Use m3 as intermediate unit for volume conversions ([@epenet] - [#78861])
+- Fix typo in tuya select ([@epenet] - [#78881]) ([tuya docs])
+- Cleanup properties in Plenticore sensor ([@epenet] - [#78879]) ([kostal_plenticore docs])
+- Cleanup Plenticore switch entity ([@epenet] - [#78878]) ([kostal_plenticore docs])
+- Add LaMetric button tests ([@frenck] - [#78754]) ([lametric docs])
+- Update yarl to 1.8.1 ([@frenck] - [#78866]) (dependency)
+- Cleanup Plenticore select entity ([@epenet] - [#78877]) ([kostal_plenticore docs])
+- Add new power utility ([@epenet] - [#78867]) ([recorder docs]) ([sensor docs])
+- Add support for Kegtron Smart (Beer) Keg Monitor BLE devices ([@Ernst79] - [#78709]) ([kegtron docs]) (new-integration)
+- Validate units when importing statistics ([@emontnemery] - [#78891]) ([recorder docs]) ([demo docs]) ([energy docs])
+- Cleanup root component imports in tests ([@epenet] - [#78893])
+- Add new energy utility ([@epenet] - [#78883]) ([recorder docs]) ([sensor docs])
+- Bump unifi-discovery to 1.1.7 ([@bdraco] - [#78898]) ([unifiprotect docs]) (dependency)
+- Bump pylutron_caseta to 0.15.2 ([@bdraco] - [#78900]) ([lutron_caseta docs])
+- Support announce and enqueue in forked-daapd ([@uvjustin] - [#77744]) ([forked_daapd docs])
+- Add Keymitt BLE integration ([@spycle] - [#76575]) ([microbot_push docs]) (new-integration)
+- Prompt user to remove application credentials when deleting config entries ([@allenporter] - [#74825]) ([application_credentials docs])
+- Bump pytomorrowio to 0.3.5 ([@raman325] - [#78914]) ([tomorrowio docs]) (dependency)
+- Introduce UnitConverter protocol ([@epenet] - [#78888]) ([recorder docs]) ([sensor docs]) ([number docs])
+- Support for nibe heat pumps with local access ([@elupus] - [#78542]) ([nibe_local docs]) (new-integration)
+- Add NORMALISED_UNIT to UnitConverter ([@epenet] - [#78920]) ([recorder docs]) ([sensor docs])
+- Add debug logging to tomorrowio and mask API key ([@raman325] - [#78915]) ([tomorrowio docs])
+- Bump actions/stale from 5 to 6.0.0 ([@dependabot[bot]] - [#78922]) (dependency)
+- Nibe Heat Pump after merge fixups ([@elupus] - [#78931]) ([nibe_heatpump docs])
+- Convert UnitConverter protocol to a class ([@epenet] - [#78934]) ([recorder docs]) ([sensor docs]) ([number docs])
+- Add Button platform to switchbee integration ([@jafar-atili] - [#78386]) ([switchbee docs]) (new-platform)
+- Move energy and power utilites to unit_conversion ([@epenet] - [#78950]) ([recorder docs]) ([sensor docs])
+- Move pressure utility to unit_conversion ([@epenet] - [#78953]) ([recorder docs]) ([sensor docs])
+- Move volume utility to unit_conversion ([@epenet] - [#78955]) ([recorder docs]) ([sensor docs])
+- Add binary sensor platform to Nibe Heatpump ([@elupus] - [#78927]) ([nibe_heatpump docs]) (new-platform)
+- Move temperature utility to unit_conversion ([@epenet] - [#78960]) ([recorder docs]) ([sensor docs])
+- Rename property in Plugwise EntityDescription ([@epenet] - [#78935]) ([plugwise docs])
+- Make _is_valid_unit private in unit system ([@epenet] - [#78924])
+- Replace RainMachine freeze protection temperature sensor with a select ([@bachya] - [#76484]) ([rainmachine docs]) (deprecation)
+- Bump pylitterbot to 2022.9.6 ([@natekspencer] - [#78970]) ([litterrobot docs]) (dependency)
+- Minor tweaks of hassfest and loader.py ([@emontnemery] - [#78929])
+- Simplify energy settings ([@emontnemery] - [#78947]) ([energy docs])
+- Radarr Config Flow ([@tkdrob] - [#78965]) ([radarr docs]) (breaking-change) (config-flow)
+- Remove min rssi setting from iBeacon ([@bdraco] - [#78843]) ([ibeacon docs])
+- Fix flapping bluetooth scanner test ([@bdraco] - [#78961]) ([bluetooth docs])
+- Retire climacell entirely ([@raman325] - [#78901]) ([climacell docs]) ([tomorrowio docs]) (breaking-change)
+- Move distance and speed util to unit_conversion ([@epenet] - [#78967])
+- Adjust normalization routines in recorder statistics ([@epenet] - [#78966]) ([recorder docs])
+- Add PSK auth and SSDP discovery to Bravia TV ([@Drafteed] - [#77772]) ([braviatv docs])
+- Add Button platform to Bravia TV ([@Drafteed] - [#78093]) ([braviatv docs]) (noteworthy)
+- Correct ssdp generation for bravia ([@elupus] - [#79002])
+- Test sum AND mean in recorder tests ([@epenet] - [#78998]) ([recorder docs])
+- Enable strict typing for rfxtrx ([@elupus] - [#74927]) ([rfxtrx docs])
+- Avoid creating iBeacon trackers when the device has no name ([@bdraco] - [#78983]) ([ibeacon docs])
+- Enable Thread transport in homekit_controller ([@Jc2k] - [#78994]) ([homekit_controller docs]) (noteworthy)
+- Increase code coverage for migrated utilities ([@epenet] - [#78990])
+- Use unit_conversion in components ([@epenet] - [#78991]) ([google_assistant docs]) ([weather docs]) ([homekit docs]) ([smhi docs]) ([template docs])
+- Use device class duration for relevant Xiaomi Miio sensors ([@starkillerOG] - [#78974]) ([xiaomi_miio docs])
+- Remove unused custom data in Google Assistant ([@balloob] - [#79003]) ([google_assistant docs])
+- Move MQTT debug_info to dataclass ([@jbouwh] - [#78788]) ([mqtt docs])
+- Bump `regenmaschine` to 2022.09.2 ([@bachya] - [#79010]) ([rainmachine docs]) (dependency)
+- Add base entity to switchbee ([@epenet] - [#78987]) ([switchbee docs])
+- Replace two RainMachine binary sensors with config switches ([@bachya] - [#76478]) ([rainmachine docs]) (deprecation)
+- Handle iBeacons that broadcast multiple different uuids ([@bdraco] - [#79011]) ([ibeacon docs]) (dependency)
+- Update to bleak 0.18.0 ([@bdraco] - [#79008]) ([bluetooth docs])
+- Clean up Speech-to-text integration and add tests ([@balloob] - [#79012]) ([stt docs])
+- Bump shelly backend library to version 2.0.2 ([@bieniu] - [#79026]) ([shelly docs]) (dependency)
+- Bump dbus-fast to 1.9.0 ([@bdraco] - [#79024]) ([bluetooth docs]) (dependency)
+- Bump bluetooth dependencies ([@bdraco] - [#79035]) ([bluetooth docs])
+- Add reauth flow to Shelly integration ([@bieniu] - [#78786]) ([shelly docs])
+- Fix a bug where SMS will not be sent as GSM-alphabet ([@ocalvo] - [#78800]) ([sms docs])
+- Stop ignoring test coverage in zwave_js ([@raman325] - [#79049]) ([zwave_js docs])
+- Add diagnostic sensor to Radarr ([@tkdrob] - [#79044]) ([radarr docs])
+- Bump aiounifi to v35 ([@Kane610] - [#79040]) ([unifi docs])
+- Bump cryptography to 38 ([@balloob] - [#79067])
+- Fix Radarr import ([@tkdrob] - [#79037]) ([radarr docs])
+- Add binary sensor to Radarr ([@tkdrob] - [#79043]) ([radarr docs]) (new-platform)
+- Handle battery services that only report low battery in HomeKit Controller ([@bdraco] - [#79072]) ([homekit_controller docs])
+- Migrate Radarr to new entity naming style ([@tkdrob] - [#79042]) ([radarr docs])
+- Change Skybell color mode to RGB ([@tkdrob] - [#78078]) ([skybell docs])
+- Add support for newer Magic Home sockets ([@bdraco] - [#79074]) ([flux_led docs])
+- TTS Cleanup and expose get audio ([@balloob] - [#79065]) ([tts docs]) ([media_source docs])
+- Add nibe heat pump select entities ([@elupus] - [#78942]) ([nibe_heatpump docs])
+- Bump dbus-fast to 1.14.0 ([@bdraco] - [#79063]) ([bluetooth docs]) (dependency)
+- Finish migration of recorder to unit conversion ([@epenet] - [#78985]) ([sensor docs])
+- Add RSSI sensor to HomeKit Controller ([@bdraco] - [#78906]) ([homekit_controller docs])
+- More details about SMS modem ([@PaulAnnekov] - [#75694]) ([sms docs])
+- Netatmo refactor to use pyatmo 7.0.1 (#73482) ([@cgtobi] - [#78523]) ([netatmo docs])
+- Migrate Overkiz to new entity naming style ([@iMicknl] - [#76687]) ([overkiz docs])
+- Remove unnecessary boolean checks for callables ([@cdce8p] - [#78819]) ([kostal_plenticore docs]) ([goodwe docs])
+- Fix Bayesian sensor to use negative observations ([@HarvsG] - [#67631]) ([bayesian docs]) (breaking-change)
+- Add missing doc strings and requirements in Google Sheets ([@tkdrob] - [#78616]) ([google_sheets docs])
+- Migrate attributes to sensors in Litter-Robot ([@tkdrob] - [#78580]) ([litterrobot docs]) (deprecation)
+- Add range to min_max ([@jsherman256] - [#78282]) ([min_max docs]) (noteworthy)
+- Add config flow and MQTT autodiscover to dsmr_reader integration ([@Glodenox] - [#71617]) ([dsmr_reader docs]) (config-flow)
+- IntelliFire Fan Support ([@jeeftor] - [#74181]) ([intellifire docs]) (new-platform) (noteworthy)
+- Netgear add router switches ([@starkillerOG] - [#72171]) ([netgear docs]) (dependency) (noteworthy)
+- Fix mqtt tests ([@bdraco] - [#79079]) ([mqtt docs])
+- Enable the move firmware effect on multizone lights ([@Djelibeybi] - [#78918]) ([lifx docs])
+- Bump aiohomekit to 2.0.1 ([@bdraco] - [#79080]) ([homekit_controller docs]) (dependency)
+- Adjust switch as X to inherit entity category ([@frenck] - [#79081]) ([switch_as_x docs])
+- Add nibe heat pump number entities ([@elupus] - [#78941]) ([nibe_heatpump docs])
+- Bump ha-av to v10.0.0.b5 ([@uvjustin] - [#78977]) ([stream docs]) ([generic docs]) (dependency)
+- Fix name truncation and unusual entity names for LaCrosse View ([@IceBotYT] - [#78254]) ([lacrosse_view docs])
+- Update aioecowitt to 2022.09.3 ([@pvizeli] - [#79087]) ([ecowitt docs])
+- Add nibe heat pump switch entities ([@elupus] - [#78943]) ([nibe_heatpump docs]) (new-platform)
+- Allow multiple entries in Tautulli ([@tkdrob] - [#74406]) ([tautulli docs])
+- Improve performance of Bluetooth device fallback ([@bdraco] - [#79078]) ([esphome docs]) ([bluetooth docs]) (dependency)
+- Bump plugwise to v0.21.3, add related new features ([@bouwew] - [#76610]) ([plugwise docs])
+- Start deprecation yaml moon ([@gjohansson-ST] - [#77780]) ([moon docs]) (deprecation)
+- Start deprecation yaml season ([@gjohansson-ST] - [#77781]) ([season docs]) (deprecation)
+- Start deprecation yaml uptime ([@gjohansson-ST] - [#77782]) ([uptime docs]) (deprecation)
+- Support VLC 4 pause ([@MartinHjelmare] - [#77302]) ([vlc_telnet docs])
+- Remove deprecated YAML import for here_travel_time ([@eifinger] - [#77959]) ([here_travel_time docs]) (breaking-change)
+- Remove unused alexa code ([@cdce8p] - [#79100]) ([alexa docs])
+- Bump bleak-retry-connector to 2.1.3 ([@bdraco] - [#79105]) ([bluetooth docs]) (dependency)
+- Bump dbus-fast to 0.15.1 ([@bdraco] - [#79111]) ([bluetooth docs]) (dependency)
+- Update mypy to 0.981 ([@cdce8p] - [#79115]) ([recorder docs]) ([esphome docs]) ([norway_air docs]) ([plex docs]) ([izone docs]) (dependency)
+- Remove unused icloud code ([@cdce8p] - [#79116]) ([icloud docs])
+- Update xknx to 1.1.0 - Routing flow control ([@farmio] - [#79118]) ([knx docs]) (dependency)
+- Remove issue from Radarr ([@tkdrob] - [#79127]) ([radarr docs])
+- Fix rfxtrx typing ([@cdce8p] - [#79125]) ([rfxtrx docs])
+- Add image_processing device_class StrEnum ([@cdce8p] - [#79124]) ([image_processing docs]) ([openalpr_local docs]) ([seven_segments docs])
+- Use explicit return value in frontend ([@cdce8p] - [#79122]) ([frontend docs])
+- Add browse media to forked-daapd ([@uvjustin] - [#79009]) ([forked_daapd docs]) (noteworthy)
+- Make VALID_UNITS a set ([@epenet] - [#79104])
+- Listen to out of band coil updates in Nibe Heat Pumps ([@elupus] - [#78976]) ([nibe_heatpump docs])
+- Add unique id to entity reg list response ([@bramkragten] - [#78945]) ([config docs])
+- Remove parametrization in recorder websocket api tests ([@epenet] - [#78864]) ([recorder docs])
+- Microsoft TTS: Add support for gender and type ([@khenderick] - [#78848]) ([microsoft docs])
+- Support converting statistics to another unit ([@emontnemery] - [#79117]) ([recorder docs])
+- Add serial_number to device registry entries ([@emontnemery] - [#77713]) ([config docs])
+- Drop some unused constants from recorder ([@emontnemery] - [#79138]) ([recorder docs])
+- Indicate in statistics issues when units can be converted ([@emontnemery] - [#79121]) ([sensor docs])
+- Goodwe reset to 0 at midnight ([@starkillerOG] - [#76793]) ([goodwe docs])
+- Add unique ID to dsmr_reader sensors ([@Glodenox] - [#79101]) ([dsmr_reader docs])
+- Add distance to SensorDeviceClass ([@epenet] - [#77951]) ([recorder docs]) ([sensor docs])
+- Revert "Add serial_number to device registry entries" ([@emontnemery] - [#79139]) ([config docs])
+- Fix recorder fixtures ([@emontnemery] - [#79147])
+- Correct typing of async_track_state_change ([@emontnemery] - [#79150])
+- Add speed to SensorDeviceClass ([@epenet] - [#77953]) ([recorder docs]) ([sensor docs])
+- Fix Withings authentication to leverage default redirect URI ([@frenck] - [#79158]) ([withings docs])
+- Add volume to SensorDeviceClass ([@epenet] - [#77960]) ([recorder docs]) ([sensor docs])
+- Add new distance device class to iBeacons ([@bdraco] - [#79162]) ([ibeacon docs])
+- Break out esphome domain data ([@bdraco] - [#79134]) ([esphome docs])
+- Ensure bleak_retry_connector uses HaBleakClientWrapper ([@bdraco] - [#79132]) ([bluetooth docs])
+- Cleanup add browse media forked daapd #79009 ([@uvjustin] - [#79157]) ([forked_daapd docs])
+- Add spotify support to forked-daapd ([@uvjustin] - [#79136]) ([forked_daapd docs]) (noteworthy)
+- Keep storing statistics for sensors which change device class ([@emontnemery] - [#79155]) ([sensor docs])
+- New ZONNSMART TRVs ([@javicalle] - [#79169]) ([zha docs])
+- Bump ZHA quirks lib ([@dmulcahey] - [#79175]) ([zha docs]) (dependency)
+- Bump dbus-fast to 0.17.0 ([@bdraco] - [#79177]) ([bluetooth docs]) (dependency)
+- Update pySwitchbot for newer firmwares ([@bdraco] - [#79174]) ([switchbot docs]) (dependency)
+- Fix bluetooth active update coordinator not returning on failure ([@bdraco] - [#79167]) ([bluetooth docs])
+- Fix EZVIZ spelling case ([@scop] - [#79164]) ([ezviz docs])
+- Bump ibeacon-ble to 0.7.1 ([@bdraco] - [#79182]) ([ibeacon docs])
+- Bump aiopyarr to 22.9.0 ([@tkdrob] - [#79173]) ([sonarr docs]) ([radarr docs]) ([lidarr docs]) (dependency)
+- Landis+Gyr Heat Meter: add heat previous year GJ as diagnostic ([@vpathuis] - [#78690]) ([landisgyr_heat_meter docs])
+- Avoid multiline lambdas in Fritz!Smarthome sensors ([@mib1185] - [#78524]) ([fritzbox docs])
+- Improve check of new_entity_id in entity_registry.async_update_entity ([@emontnemery] - [#78276]) ([config docs])
+- Refactor Trend to use `async_setup_platform` ([@boswelja] - [#78216]) ([trend docs])
+- SQL fix entry options save ([@gjohansson-ST] - [#78145]) ([sql docs])
+- Refactor apcupsd to use config flow ([@yuxincs] - [#64809]) ([apcupsd docs]) (config-flow) (deprecation)
+- Bump switchbot to fix assertion error on processing humidifer data ([@bdraco] - [#79180]) ([switchbot docs])
+- Update roomba config flow description ([@JQWeb] - [#77974]) ([roomba docs])
+- Remove type ignore from bluetooth ([@cdce8p] - [#79146]) ([bluetooth docs])
+- Fix overriding a script's entity_id ([@emontnemery] - [#78765]) ([script docs])
+- Bump holidays to 0.16 ([@TomBrien] - [#78832]) ([workday docs]) (breaking-change) (dependency)
+- Allow controlling PrusaLink print jobs ([@balloob] - [#78720]) ([prusalink docs]) (noteworthy)
+- Use new DISTANCE and VOLUME device classes in Renault ([@epenet] - [#77488]) ([renault docs])
+- Remove argument validation in Unit Converter ([@epenet] - [#79107])
+- Add new weight device class ([@epenet] - [#79185]) ([recorder docs]) ([sensor docs])
+- Allow fetching automation config ([@balloob] - [#79130]) ([automation docs])
+- Add typing hints to mikrotik tests ([@engrbm87] - [#79144]) ([mikrotik docs])
+- Add missing quality scales for internal integrations ([@rytilahti] - [#76499])
+- Cleanup unit conversion ([@epenet] - [#79197]) ([recorder docs]) ([sensor docs])
+- Bump pyswitchbee to 1.5.3 ([@jafar-atili] - [#78583])
+- Allow fetching script config ([@balloob] - [#79131]) ([script docs])
+- Improve Life360 address attribute ([@pnbruckner] - [#76269]) ([life360 docs])
+- Move MQTT discovery hass.data globals to dataclass ([@jbouwh] - [#78706]) ([mqtt docs]) ([mqtt_room docs])
+- Add additional integration_type options for integration manifests ([@emontnemery] - [#79193]) ([air_quality docs]) ([analytics docs])
+- Fix spelling in switchbee ([@jafar-atili] - [#79195]) ([switchbee docs])
+- Add long term stats support to Withings sensors ([@ColinRobbins] - [#74829]) ([withings docs])
+- Use unit_conversion in unit_system utility ([@epenet] - [#79004])
+- Add daily energy consumption sensor for melcloud ([@vilppuvuorinen] - [#78682]) ([melcloud docs])
+- Bump pybravia to 0.2.3 ([@bieniu] - [#79200]) ([braviatv docs]) (dependency)
+- Adjust docstring for SensorDeviceClass.WEIGHT ([@epenet] - [#79201]) ([sensor docs])
+- Use unit_conversion in components ([@epenet] - [#79204])
+- Add light platform for switchbee integration ([@jafar-atili] - [#78382]) ([switchbee docs]) (new-platform)
+- Migrate MetOffice to new entity naming style ([@avee87] - [#74978]) ([metoffice docs])
+- Add missing error catch in Shelly reauth flow ([@bieniu] - [#79205]) ([shelly docs])
+- Make script entities register their own service ([@emontnemery] - [#79202]) ([script docs])
+- Add support for integrations v2 ([@emontnemery] - [#78801]) ([config docs])
+- Refactor duplicate code in switchbee ([@jafar-atili] - [#79209]) ([switchbee docs])
+- Rename Google Calendars to Google Calendar ([@allenporter] - [#79210]) ([google docs])
+- Update frontend to 20220928.0 ([@bramkragten] - [#79217]) ([frontend docs])
+- Shelly migrate to update entity ([@starkillerOG] - [#78305]) ([shelly docs]) (noteworthy)
+- Update iBeacon UUID Major and Minor format for compatibility ([@dshokouhi] - [#79220]) ([ibeacon docs])
+- Deprecate conversion utilities ([@epenet] - [#78957]) (deprecation)
+- Add ESPHome BleakClient ([@bdraco] - [#78911]) ([esphome docs]) ([bluetooth docs]) (noteworthy)
+- Add configuration entities and device actions for Inovelli Blue Series switch to ZHA ([@dmulcahey] - [#79106]) ([zha docs])
+- Bump pyswitchbee to 1.5.5 ([@jafar-atili] - [#79206]) ([switchbee docs]) (dependency)
+- Resolve traceback error when using variables in template triggers ([@ehendrix23] - [#77287]) ([template docs]) (beta fix)
+- Allow entries with same user_key for Pushover ([@engrbm87] - [#77904]) ([pushover docs]) (beta fix)
+- Bump zwave-js-server-python to 0.42.0 ([@raman325] - [#79020]) ([zwave_js docs]) (breaking-change) (beta fix) (dependency)
+- Add to issue registry if user has mirrored entries for breaking in #67631 ([@HarvsG] - [#79208]) ([bayesian docs]) (beta fix)
+- Bump yalexs to 1.2.4 ([@bdraco] - [#79222]) ([august docs]) (beta fix) (dependency)
+- Finish Google brand ([@balloob] - [#79225]) ([nest docs]) (beta fix)
+- Add fritz brand ([@balloob] - [#79226]) (beta fix)
+- Add Apple brand ([@balloob] - [#79227]) (beta fix)
+- Add Denon brand ([@balloob] - [#79230]) (beta fix)
+- Add Cast + Chat to Google brand ([@balloob] - [#79231]) (beta fix)
+- Add ubiquiti brand ([@balloob] - [#79232]) ([unifi_direct docs]) ([unifiled docs]) (beta fix)
+- Update huisbaasje-client 0.1.0 to energyflip-client 0.2.0 ([@dennisschroer] - [#79233]) ([huisbaasje docs]) (beta fix)
+- Add Leviton brand ([@balloob] - [#79244]) ([zwave_js docs]) (beta fix)
+- Add DialogFlow to Google brand ([@balloob] - [#79245]) (beta fix)
+- Wait for disconnect when we are out of connection ble slots in esphome ([@bdraco] - [#79246]) ([esphome docs]) (beta fix)
+- Use SensorDeviceClass.VOLUME in components ([@epenet] - [#79253]) ([flo docs]) (beta fix)
+- Use SensorDeviceClass.SPEED in rfxtrx ([@epenet] - [#79261]) ([rfxtrx docs]) (beta fix)
+- Use SensorDeviceClass.SPEED in components ([@epenet] - [#79262]) ([netatmo docs]) (beta fix)
+- Use SensorDeviceClass.SPEED in metoffice ([@epenet] - [#79263]) ([metoffice docs]) (beta fix)
+- Use SensorDeviceClass.WEIGHT in components ([@epenet] - [#79277]) ([mysensors docs]) ([litterrobot docs]) ([bthome docs]) (beta fix)
+- Use SensorDeviceClass.DISTANCE in components ([@epenet] - [#79285]) ([mysensors docs]) ([environment_canada docs]) ([opengarage docs]) ([metoffice docs]) ([buienradar docs]) ([starline docs]) ([wallbox docs]) (beta fix)
+- Check if `new_version` is not empty string in Shelly update platform ([@bieniu] - [#79300]) ([shelly docs]) (beta fix)
+- Add repair for missing Bayesian `prob_given_false` ([@HarvsG] - [#79303]) ([bayesian docs]) (beta fix)
+- Use correct exception type for RainMachine select API error ([@bachya] - [#79309]) ([rainmachine docs]) (beta fix)
+- Don't create Repairs issue on RainMachine entity replacement ([@bachya] - [#79310]) ([rainmachine docs]) (beta fix)
+- Don't create Repairs issue on Guardian entity replacement ([@bachya] - [#79311]) ([guardian docs]) (beta fix)
+- Update frontend to 20220929.0 ([@bramkragten] - [#79317]) ([frontend docs]) (beta fix)
+- Store alternative domain for Zeroconf homekit discovery ([@balloob] - [#79240]) ([zeroconf docs]) (beta fix)
+- Mask spotify content in owntone library ([@uvjustin] - [#79247]) ([forked_daapd docs]) (beta fix)
+- Improve naming of units used in statistics ([@emontnemery] - [#79276]) ([recorder docs]) ([demo docs]) ([sensor docs]) (beta fix)
+- Unregister Google sheets services during unload ([@tkdrob] - [#79314]) ([google_sheets docs]) (beta fix)
+- Handle short local names from esphome proxies ([@bdraco] - [#79321]) ([esphome docs]) (beta fix)
+- Use SensorDeviceClass.VOLUME in HomeWizard ([@DCSBL] - [#79323]) ([homewizard docs]) (beta fix)
+- Switch to using new esphome bluetooth_proxy_version field ([@bdraco] - [#79331]) ([esphome docs]) (beta fix)
+- Remove iBeacon devices that rotate their major,minor and mac ([@bdraco] - [#79338]) ([ibeacon docs]) (beta fix)
+- Bump govee-ble to 0.19.1 to handle another H5181 ([@bdraco] - [#79340]) ([govee_ble docs]) (beta fix) (dependency)
+- Add Third Reality to Zigbee Iot standards ([@zsarnett] - [#79341]) (beta fix)
+- Adjust icons with new device classes ([@epenet] - [#79348]) ([mysensors docs]) ([litterrobot docs]) ([homewizard docs]) (beta fix)
+- Make temperature conversions private ([@epenet] - [#79349]) ([prometheus docs]) ([mold_indicator docs]) ([openweathermap docs]) (beta fix)
+- Realign util constants with 2022.9.7 ([@epenet] - [#79357]) (beta fix)
+- Fjaraskupan stop on 0 percentage ([@elupus] - [#79367]) ([fjaraskupan docs]) (beta fix)
+- Make Shelly update sensors disabled by default ([@thecode] - [#79376]) ([shelly docs]) (beta fix)
+- Address Google Sheets PR feedback ([@allenporter] - [#78889]) ([google_sheets docs]) (beta fix)
+- Powerview bump aiopvapi to 2.0.2 ([@kingy444] - [#79274]) ([hunterdouglas_powerview docs]) (beta fix)
+- Enable delete device support for iBeacon ([@bdraco] - [#79339]) ([ibeacon docs]) (beta fix)
+- Fix _attr_name issue in Yale Smart Alarm ([@gjohansson-ST] - [#79378]) ([yale_smart_alarm docs]) (beta fix)
+- Improve robustness of linking homekit yaml to config entries ([@bdraco] - [#79386]) ([homekit docs]) (beta fix)
+- Ensure bluetooth disconnect callback fires if esphome config entry is reloaded ([@bdraco] - [#79389]) ([esphome docs]) (beta fix)
+- Fix onvif snapshot fallback ([@uvjustin] - [#79394]) ([onvif docs]) (beta fix)
+- Do not use AQI device class for CAQI sensor in Airly integration ([@bieniu] - [#79402]) ([airly docs]) (beta fix)
+- Fix unifiprotect test failing CI ([@thecode] - [#79406]) ([unifiprotect docs]) (beta fix)
+- Fix low speed cover in Overkiz integration ([@iMicknl] - [#79416]) ([overkiz docs]) (beta fix)
+- Bump aiowebostv to 0.2.1 ([@thecode] - [#79423]) ([webostv docs]) (beta fix) (dependency)
+- vicare: Don't create unsupportedd button entites ([@oischinger] - [#79425]) ([vicare docs]) (beta fix)
+- Fix mqtt reconnect fail when token expired ([@matrixd2] - [#79428]) ([yolink docs]) (beta fix) (dependency)
+- Fix checking of upgrade API availability during setup of Synology DSM integration ([@mib1185] - [#79435]) ([synology_dsm docs]) (beta fix)
+- Fix Netatmo scope issue with HA cloud ([@cgtobi] - [#79437]) ([netatmo docs]) (beta fix)
+- Bump dbus-fast to 1.18.0 ([@bdraco] - [#79440]) ([bluetooth docs]) (beta fix)
+- Bump bluetooth-adapters to 0.5.3 ([@bdraco] - [#79442]) ([bluetooth docs]) (beta fix) (dependency)
+- Bump ibeacon-ble to 0.7.3 ([@bdraco] - [#79443]) ([ibeacon docs]) (beta fix) (dependency)
+- Fix overkiz entity name ([@nyroDev] - [#79229]) ([overkiz docs]) (beta fix)
+- Remove state_unit_of_measurement from metadata DB table ([@emontnemery] - [#79370]) ([recorder docs]) ([demo docs]) ([sensor docs]) ([tibber docs]) ([energy docs]) (beta fix)
+- Update nest climate to avoid duplicate set mode commands ([@allenporter] - [#79445]) ([nest docs]) (beta fix)
+- Skip parsing Flume sensors without location ([@hungnguyenm] - [#79456]) ([flume docs]) (beta fix)
+- Add EVOLVEO Heat M30v2 TRV ([@zbeky] - [#79462]) ([zha docs]) (beta fix)
+- Bump dbus-fast to 1.20.0 ([@bdraco] - [#79465]) ([bluetooth docs]) (beta fix) (dependency)
+- Remove unnecessary config entity from ZHA ([@dmulcahey] - [#79472]) ([zha docs]) (beta fix)
+- Fix LaCrosse View not updating ([@IceBotYT] - [#79474]) ([lacrosse_view docs]) (beta fix)
+- Fix empty default ZHA configuration ([@TheJulianJES] - [#79475]) ([zha docs]) (beta fix)
+- Fix missing string message in UniFi ([@Kane610] - [#79487]) ([unifi docs]) (beta fix)
+- Update frontend to 20221002.0 ([@bramkragten] - [#79491]) ([frontend docs]) (beta fix)
+- Set Synology DSM update entity to unavailable in case no data from api gathered ([@mib1185] - [#79508]) ([synology_dsm docs]) (beta fix)
+- Remove deprecated update binary sensor from Synology DSM ([@mib1185] - [#79509]) ([synology_dsm docs]) (breaking-change) (beta fix)
+- Bump bluetooth dependencies ([@bdraco] - [#79514]) ([bluetooth docs]) (beta fix) (dependency)
+- Bump aioesphomeapi to 11.1.0 ([@jesserockz] - [#79515]) ([esphome docs]) (beta fix) (dependency)
+- Add option to set a stun server for RTSPtoWebRTC ([@allenporter] - [#72574]) ([rtsp_to_webrtc docs]) (beta fix)
+- Improve device_automation trigger validation ([@veleek] - [#75044]) ([device_automation docs]) (beta fix)
+- Bumb velbusaio to 2022.10.1 ([@Cereal2nd] - [#79471]) ([velbus docs]) (beta fix)
+- Align temperature conversion with other converters ([@epenet] - [#79521]) ([alexa docs]) (beta fix)
+- Bump dbus-fast to 1.22.0 ([@bdraco] - [#79527]) (beta fix)
+- Bump velbusaio to 2022.10.2 ([@Cereal2nd] - [#79537]) ([velbus docs]) (beta fix) (dependency)
+- Update frontend to 20221003.0 ([@bramkragten] - [#79551]) ([frontend docs]) (beta fix)
+- Fix preserving long term statistics when entity_id is changed ([@emontnemery] - [#79556]) ([recorder docs]) (beta fix)
+- Remove call to deprecated bleak register_detection_callback ([@bdraco] - [#79558]) ([bluetooth docs]) (beta fix)
+- Remove repairs issue per PR review request ([@natekspencer] - [#79561]) ([litterrobot docs]) (beta fix)
+- Netatmo bump pyatmo to 7.1.0 ([@cgtobi] - [#79562]) ([netatmo docs]) (beta fix)
+- Bump ZHA dependencies ([@puddly] - [#79565]) ([zha docs]) (beta fix) (dependency)
+- Bump zwave_js lib to 0.43.0 and fix multi-file firmware updates ([@raman325] - [#79342]) ([zwave_js docs]) (breaking-change) (beta fix)
+- Address late review of ViCare ([@oischinger] - [#79458]) ([vicare docs]) (beta fix)
+- Bump dbus-fast to 1.23.0 ([@bdraco] - [#79570]) ([bluetooth docs]) (beta fix) (dependency)
+- Set zwave_js climate entity target temp attributes based on current mode ([@kpine] - [#79575]) ([zwave_js docs]) (beta fix)
+- Collect all brands ([@frenck] - [#79579]) (beta fix)
+- Add docstring to US volume constants ([@epenet] - [#79582]) (beta fix)
+- Set system & entity integration types ([@frenck] - [#79593]) (beta fix)
+- Add a couple more brands ([@balloob] - [#79600]) (beta fix)
+- Update frontend to 20221004.0 ([@bramkragten] - [#79602]) ([frontend docs]) (beta fix)
+- Netatmo add supported brands ([@cgtobi] - [#79563]) ([netatmo docs]) (beta fix)
+- Add supported brands for switchbee ([@jafar-atili] - [#79595]) ([switchbee docs]) (beta fix)
+- Bump dbus-fast to 1.24.0 ([@bdraco] - [#79608]) ([bluetooth docs]) (beta fix) (dependency)
+- Handle state is None in InfluxDB ([@mdegat01] - [#79609]) ([influxdb docs]) (beta fix)
+- Supervisor update entity auto update from api ([@mdegat01] - [#79611]) ([hassio docs]) (beta fix)
+- Bump UniFi dependency to v37 ([@Kane610] - [#79617]) ([unifi docs]) (beta fix) (dependency)
+- Bump ZHA dependencies ([@puddly] - [#79623]) (beta fix) (dependency)
+- Allow picking multiple entity targets for zwave_js.refresh_value service ([@kpine] - [#79634]) ([zwave_js docs]) (beta fix)
+- Fix search throwing on templated services ([@emontnemery] - [#79637]) ([search docs]) (beta fix)
+- Enhanced switchbee device naming ([@jafar-atili] - [#79641]) ([switchbee docs]) (beta fix)
+- Normalize to kWh when handling WS energy/fossil_energy_consumption ([@emontnemery] - [#79649]) ([energy docs]) (beta fix)
+- Update frontend to 20221005.0 ([@bramkragten] - [#79656]) ([frontend docs]) (beta fix)
+
+[#50913]: https://github.com/home-assistant/core/pull/50913
+[#59989]: https://github.com/home-assistant/core/pull/59989
+[#60677]: https://github.com/home-assistant/core/pull/60677
+[#64809]: https://github.com/home-assistant/core/pull/64809
+[#66438]: https://github.com/home-assistant/core/pull/66438
+[#67631]: https://github.com/home-assistant/core/pull/67631
+[#69269]: https://github.com/home-assistant/core/pull/69269
+[#70201]: https://github.com/home-assistant/core/pull/70201
+[#71617]: https://github.com/home-assistant/core/pull/71617
+[#72171]: https://github.com/home-assistant/core/pull/72171
+[#72574]: https://github.com/home-assistant/core/pull/72574
+[#73592]: https://github.com/home-assistant/core/pull/73592
+[#74015]: https://github.com/home-assistant/core/pull/74015
+[#74181]: https://github.com/home-assistant/core/pull/74181
+[#74300]: https://github.com/home-assistant/core/pull/74300
+[#74406]: https://github.com/home-assistant/core/pull/74406
+[#74437]: https://github.com/home-assistant/core/pull/74437
+[#74825]: https://github.com/home-assistant/core/pull/74825
+[#74829]: https://github.com/home-assistant/core/pull/74829
+[#74927]: https://github.com/home-assistant/core/pull/74927
+[#74978]: https://github.com/home-assistant/core/pull/74978
+[#74979]: https://github.com/home-assistant/core/pull/74979
+[#75034]: https://github.com/home-assistant/core/pull/75034
+[#75044]: https://github.com/home-assistant/core/pull/75044
+[#75105]: https://github.com/home-assistant/core/pull/75105
+[#75208]: https://github.com/home-assistant/core/pull/75208
+[#75283]: https://github.com/home-assistant/core/pull/75283
+[#75694]: https://github.com/home-assistant/core/pull/75694
+[#76269]: https://github.com/home-assistant/core/pull/76269
+[#76478]: https://github.com/home-assistant/core/pull/76478
+[#76484]: https://github.com/home-assistant/core/pull/76484
+[#76499]: https://github.com/home-assistant/core/pull/76499
+[#76575]: https://github.com/home-assistant/core/pull/76575
+[#76589]: https://github.com/home-assistant/core/pull/76589
+[#76610]: https://github.com/home-assistant/core/pull/76610
+[#76687]: https://github.com/home-assistant/core/pull/76687
+[#76688]: https://github.com/home-assistant/core/pull/76688
+[#76690]: https://github.com/home-assistant/core/pull/76690
+[#76694]: https://github.com/home-assistant/core/pull/76694
+[#76793]: https://github.com/home-assistant/core/pull/76793
+[#76878]: https://github.com/home-assistant/core/pull/76878
+[#77140]: https://github.com/home-assistant/core/pull/77140
+[#77287]: https://github.com/home-assistant/core/pull/77287
+[#77302]: https://github.com/home-assistant/core/pull/77302
+[#77328]: https://github.com/home-assistant/core/pull/77328
+[#77386]: https://github.com/home-assistant/core/pull/77386
+[#77434]: https://github.com/home-assistant/core/pull/77434
+[#77439]: https://github.com/home-assistant/core/pull/77439
+[#77461]: https://github.com/home-assistant/core/pull/77461
+[#77488]: https://github.com/home-assistant/core/pull/77488
+[#77508]: https://github.com/home-assistant/core/pull/77508
+[#77546]: https://github.com/home-assistant/core/pull/77546
+[#77576]: https://github.com/home-assistant/core/pull/77576
+[#77581]: https://github.com/home-assistant/core/pull/77581
+[#77584]: https://github.com/home-assistant/core/pull/77584
+[#77585]: https://github.com/home-assistant/core/pull/77585
+[#77586]: https://github.com/home-assistant/core/pull/77586
+[#77587]: https://github.com/home-assistant/core/pull/77587
+[#77588]: https://github.com/home-assistant/core/pull/77588
+[#77590]: https://github.com/home-assistant/core/pull/77590
+[#77592]: https://github.com/home-assistant/core/pull/77592
+[#77594]: https://github.com/home-assistant/core/pull/77594
+[#77596]: https://github.com/home-assistant/core/pull/77596
+[#77606]: https://github.com/home-assistant/core/pull/77606
+[#77633]: https://github.com/home-assistant/core/pull/77633
+[#77635]: https://github.com/home-assistant/core/pull/77635
+[#77640]: https://github.com/home-assistant/core/pull/77640
+[#77643]: https://github.com/home-assistant/core/pull/77643
+[#77644]: https://github.com/home-assistant/core/pull/77644
+[#77647]: https://github.com/home-assistant/core/pull/77647
+[#77648]: https://github.com/home-assistant/core/pull/77648
+[#77649]: https://github.com/home-assistant/core/pull/77649
+[#77650]: https://github.com/home-assistant/core/pull/77650
+[#77652]: https://github.com/home-assistant/core/pull/77652
+[#77653]: https://github.com/home-assistant/core/pull/77653
+[#77655]: https://github.com/home-assistant/core/pull/77655
+[#77656]: https://github.com/home-assistant/core/pull/77656
+[#77657]: https://github.com/home-assistant/core/pull/77657
+[#77659]: https://github.com/home-assistant/core/pull/77659
+[#77660]: https://github.com/home-assistant/core/pull/77660
+[#77663]: https://github.com/home-assistant/core/pull/77663
+[#77665]: https://github.com/home-assistant/core/pull/77665
+[#77666]: https://github.com/home-assistant/core/pull/77666
+[#77669]: https://github.com/home-assistant/core/pull/77669
+[#77674]: https://github.com/home-assistant/core/pull/77674
+[#77676]: https://github.com/home-assistant/core/pull/77676
+[#77692]: https://github.com/home-assistant/core/pull/77692
+[#77695]: https://github.com/home-assistant/core/pull/77695
+[#77696]: https://github.com/home-assistant/core/pull/77696
+[#77700]: https://github.com/home-assistant/core/pull/77700
+[#77703]: https://github.com/home-assistant/core/pull/77703
+[#77713]: https://github.com/home-assistant/core/pull/77713
+[#77714]: https://github.com/home-assistant/core/pull/77714
+[#77715]: https://github.com/home-assistant/core/pull/77715
+[#77716]: https://github.com/home-assistant/core/pull/77716
+[#77740]: https://github.com/home-assistant/core/pull/77740
+[#77741]: https://github.com/home-assistant/core/pull/77741
+[#77744]: https://github.com/home-assistant/core/pull/77744
+[#77750]: https://github.com/home-assistant/core/pull/77750
+[#77751]: https://github.com/home-assistant/core/pull/77751
+[#77772]: https://github.com/home-assistant/core/pull/77772
+[#77778]: https://github.com/home-assistant/core/pull/77778
+[#77780]: https://github.com/home-assistant/core/pull/77780
+[#77781]: https://github.com/home-assistant/core/pull/77781
+[#77782]: https://github.com/home-assistant/core/pull/77782
+[#77794]: https://github.com/home-assistant/core/pull/77794
+[#77803]: https://github.com/home-assistant/core/pull/77803
+[#77809]: https://github.com/home-assistant/core/pull/77809
+[#77811]: https://github.com/home-assistant/core/pull/77811
+[#77814]: https://github.com/home-assistant/core/pull/77814
+[#77816]: https://github.com/home-assistant/core/pull/77816
+[#77817]: https://github.com/home-assistant/core/pull/77817
+[#77818]: https://github.com/home-assistant/core/pull/77818
+[#77822]: https://github.com/home-assistant/core/pull/77822
+[#77824]: https://github.com/home-assistant/core/pull/77824
+[#77825]: https://github.com/home-assistant/core/pull/77825
+[#77826]: https://github.com/home-assistant/core/pull/77826
+[#77828]: https://github.com/home-assistant/core/pull/77828
+[#77829]: https://github.com/home-assistant/core/pull/77829
+[#77833]: https://github.com/home-assistant/core/pull/77833
+[#77836]: https://github.com/home-assistant/core/pull/77836
+[#77838]: https://github.com/home-assistant/core/pull/77838
+[#77841]: https://github.com/home-assistant/core/pull/77841
+[#77842]: https://github.com/home-assistant/core/pull/77842
+[#77847]: https://github.com/home-assistant/core/pull/77847
+[#77848]: https://github.com/home-assistant/core/pull/77848
+[#77853]: https://github.com/home-assistant/core/pull/77853
+[#77871]: https://github.com/home-assistant/core/pull/77871
+[#77872]: https://github.com/home-assistant/core/pull/77872
+[#77874]: https://github.com/home-assistant/core/pull/77874
+[#77875]: https://github.com/home-assistant/core/pull/77875
+[#77878]: https://github.com/home-assistant/core/pull/77878
+[#77879]: https://github.com/home-assistant/core/pull/77879
+[#77880]: https://github.com/home-assistant/core/pull/77880
+[#77881]: https://github.com/home-assistant/core/pull/77881
+[#77882]: https://github.com/home-assistant/core/pull/77882
+[#77883]: https://github.com/home-assistant/core/pull/77883
+[#77884]: https://github.com/home-assistant/core/pull/77884
+[#77885]: https://github.com/home-assistant/core/pull/77885
+[#77886]: https://github.com/home-assistant/core/pull/77886
+[#77887]: https://github.com/home-assistant/core/pull/77887
+[#77888]: https://github.com/home-assistant/core/pull/77888
+[#77889]: https://github.com/home-assistant/core/pull/77889
+[#77890]: https://github.com/home-assistant/core/pull/77890
+[#77894]: https://github.com/home-assistant/core/pull/77894
+[#77895]: https://github.com/home-assistant/core/pull/77895
+[#77897]: https://github.com/home-assistant/core/pull/77897
+[#77899]: https://github.com/home-assistant/core/pull/77899
+[#77900]: https://github.com/home-assistant/core/pull/77900
+[#77901]: https://github.com/home-assistant/core/pull/77901
+[#77902]: https://github.com/home-assistant/core/pull/77902
+[#77903]: https://github.com/home-assistant/core/pull/77903
+[#77904]: https://github.com/home-assistant/core/pull/77904
+[#77908]: https://github.com/home-assistant/core/pull/77908
+[#77919]: https://github.com/home-assistant/core/pull/77919
+[#77921]: https://github.com/home-assistant/core/pull/77921
+[#77930]: https://github.com/home-assistant/core/pull/77930
+[#77932]: https://github.com/home-assistant/core/pull/77932
+[#77937]: https://github.com/home-assistant/core/pull/77937
+[#77939]: https://github.com/home-assistant/core/pull/77939
+[#77940]: https://github.com/home-assistant/core/pull/77940
+[#77941]: https://github.com/home-assistant/core/pull/77941
+[#77943]: https://github.com/home-assistant/core/pull/77943
+[#77944]: https://github.com/home-assistant/core/pull/77944
+[#77946]: https://github.com/home-assistant/core/pull/77946
+[#77948]: https://github.com/home-assistant/core/pull/77948
+[#77949]: https://github.com/home-assistant/core/pull/77949
+[#77951]: https://github.com/home-assistant/core/pull/77951
+[#77952]: https://github.com/home-assistant/core/pull/77952
+[#77953]: https://github.com/home-assistant/core/pull/77953
+[#77959]: https://github.com/home-assistant/core/pull/77959
+[#77960]: https://github.com/home-assistant/core/pull/77960
+[#77969]: https://github.com/home-assistant/core/pull/77969
+[#77974]: https://github.com/home-assistant/core/pull/77974
+[#78011]: https://github.com/home-assistant/core/pull/78011
+[#78013]: https://github.com/home-assistant/core/pull/78013
+[#78014]: https://github.com/home-assistant/core/pull/78014
+[#78018]: https://github.com/home-assistant/core/pull/78018
+[#78020]: https://github.com/home-assistant/core/pull/78020
+[#78021]: https://github.com/home-assistant/core/pull/78021
+[#78022]: https://github.com/home-assistant/core/pull/78022
+[#78031]: https://github.com/home-assistant/core/pull/78031
+[#78032]: https://github.com/home-assistant/core/pull/78032
+[#78033]: https://github.com/home-assistant/core/pull/78033
+[#78037]: https://github.com/home-assistant/core/pull/78037
+[#78045]: https://github.com/home-assistant/core/pull/78045
+[#78049]: https://github.com/home-assistant/core/pull/78049
+[#78054]: https://github.com/home-assistant/core/pull/78054
+[#78056]: https://github.com/home-assistant/core/pull/78056
+[#78057]: https://github.com/home-assistant/core/pull/78057
+[#78058]: https://github.com/home-assistant/core/pull/78058
+[#78062]: https://github.com/home-assistant/core/pull/78062
+[#78064]: https://github.com/home-assistant/core/pull/78064
+[#78067]: https://github.com/home-assistant/core/pull/78067
+[#78068]: https://github.com/home-assistant/core/pull/78068
+[#78072]: https://github.com/home-assistant/core/pull/78072
+[#78078]: https://github.com/home-assistant/core/pull/78078
+[#78088]: https://github.com/home-assistant/core/pull/78088
+[#78093]: https://github.com/home-assistant/core/pull/78093
+[#78096]: https://github.com/home-assistant/core/pull/78096
+[#78098]: https://github.com/home-assistant/core/pull/78098
+[#78099]: https://github.com/home-assistant/core/pull/78099
+[#78100]: https://github.com/home-assistant/core/pull/78100
+[#78101]: https://github.com/home-assistant/core/pull/78101
+[#78103]: https://github.com/home-assistant/core/pull/78103
+[#78104]: https://github.com/home-assistant/core/pull/78104
+[#78105]: https://github.com/home-assistant/core/pull/78105
+[#78106]: https://github.com/home-assistant/core/pull/78106
+[#78108]: https://github.com/home-assistant/core/pull/78108
+[#78109]: https://github.com/home-assistant/core/pull/78109
+[#78110]: https://github.com/home-assistant/core/pull/78110
+[#78112]: https://github.com/home-assistant/core/pull/78112
+[#78114]: https://github.com/home-assistant/core/pull/78114
+[#78126]: https://github.com/home-assistant/core/pull/78126
+[#78144]: https://github.com/home-assistant/core/pull/78144
+[#78145]: https://github.com/home-assistant/core/pull/78145
+[#78151]: https://github.com/home-assistant/core/pull/78151
+[#78154]: https://github.com/home-assistant/core/pull/78154
+[#78177]: https://github.com/home-assistant/core/pull/78177
+[#78178]: https://github.com/home-assistant/core/pull/78178
+[#78184]: https://github.com/home-assistant/core/pull/78184
+[#78209]: https://github.com/home-assistant/core/pull/78209
+[#78216]: https://github.com/home-assistant/core/pull/78216
+[#78219]: https://github.com/home-assistant/core/pull/78219
+[#78236]: https://github.com/home-assistant/core/pull/78236
+[#78237]: https://github.com/home-assistant/core/pull/78237
+[#78238]: https://github.com/home-assistant/core/pull/78238
+[#78240]: https://github.com/home-assistant/core/pull/78240
+[#78242]: https://github.com/home-assistant/core/pull/78242
+[#78243]: https://github.com/home-assistant/core/pull/78243
+[#78244]: https://github.com/home-assistant/core/pull/78244
+[#78246]: https://github.com/home-assistant/core/pull/78246
+[#78247]: https://github.com/home-assistant/core/pull/78247
+[#78248]: https://github.com/home-assistant/core/pull/78248
+[#78249]: https://github.com/home-assistant/core/pull/78249
+[#78250]: https://github.com/home-assistant/core/pull/78250
+[#78251]: https://github.com/home-assistant/core/pull/78251
+[#78254]: https://github.com/home-assistant/core/pull/78254
+[#78257]: https://github.com/home-assistant/core/pull/78257
+[#78264]: https://github.com/home-assistant/core/pull/78264
+[#78265]: https://github.com/home-assistant/core/pull/78265
+[#78266]: https://github.com/home-assistant/core/pull/78266
+[#78267]: https://github.com/home-assistant/core/pull/78267
+[#78268]: https://github.com/home-assistant/core/pull/78268
+[#78269]: https://github.com/home-assistant/core/pull/78269
+[#78271]: https://github.com/home-assistant/core/pull/78271
+[#78272]: https://github.com/home-assistant/core/pull/78272
+[#78273]: https://github.com/home-assistant/core/pull/78273
+[#78274]: https://github.com/home-assistant/core/pull/78274
+[#78275]: https://github.com/home-assistant/core/pull/78275
+[#78276]: https://github.com/home-assistant/core/pull/78276
+[#78277]: https://github.com/home-assistant/core/pull/78277
+[#78278]: https://github.com/home-assistant/core/pull/78278
+[#78279]: https://github.com/home-assistant/core/pull/78279
+[#78282]: https://github.com/home-assistant/core/pull/78282
+[#78284]: https://github.com/home-assistant/core/pull/78284
+[#78285]: https://github.com/home-assistant/core/pull/78285
+[#78287]: https://github.com/home-assistant/core/pull/78287
+[#78292]: https://github.com/home-assistant/core/pull/78292
+[#78294]: https://github.com/home-assistant/core/pull/78294
+[#78295]: https://github.com/home-assistant/core/pull/78295
+[#78298]: https://github.com/home-assistant/core/pull/78298
+[#78300]: https://github.com/home-assistant/core/pull/78300
+[#78302]: https://github.com/home-assistant/core/pull/78302
+[#78303]: https://github.com/home-assistant/core/pull/78303
+[#78305]: https://github.com/home-assistant/core/pull/78305
+[#78313]: https://github.com/home-assistant/core/pull/78313
+[#78324]: https://github.com/home-assistant/core/pull/78324
+[#78331]: https://github.com/home-assistant/core/pull/78331
+[#78342]: https://github.com/home-assistant/core/pull/78342
+[#78343]: https://github.com/home-assistant/core/pull/78343
+[#78345]: https://github.com/home-assistant/core/pull/78345
+[#78346]: https://github.com/home-assistant/core/pull/78346
+[#78347]: https://github.com/home-assistant/core/pull/78347
+[#78348]: https://github.com/home-assistant/core/pull/78348
+[#78349]: https://github.com/home-assistant/core/pull/78349
+[#78350]: https://github.com/home-assistant/core/pull/78350
+[#78351]: https://github.com/home-assistant/core/pull/78351
+[#78352]: https://github.com/home-assistant/core/pull/78352
+[#78353]: https://github.com/home-assistant/core/pull/78353
+[#78364]: https://github.com/home-assistant/core/pull/78364
+[#78366]: https://github.com/home-assistant/core/pull/78366
+[#78368]: https://github.com/home-assistant/core/pull/78368
+[#78382]: https://github.com/home-assistant/core/pull/78382
+[#78386]: https://github.com/home-assistant/core/pull/78386
+[#78390]: https://github.com/home-assistant/core/pull/78390
+[#78393]: https://github.com/home-assistant/core/pull/78393
+[#78394]: https://github.com/home-assistant/core/pull/78394
+[#78395]: https://github.com/home-assistant/core/pull/78395
+[#78397]: https://github.com/home-assistant/core/pull/78397
+[#78408]: https://github.com/home-assistant/core/pull/78408
+[#78412]: https://github.com/home-assistant/core/pull/78412
+[#78426]: https://github.com/home-assistant/core/pull/78426
+[#78427]: https://github.com/home-assistant/core/pull/78427
+[#78430]: https://github.com/home-assistant/core/pull/78430
+[#78432]: https://github.com/home-assistant/core/pull/78432
+[#78433]: https://github.com/home-assistant/core/pull/78433
+[#78440]: https://github.com/home-assistant/core/pull/78440
+[#78441]: https://github.com/home-assistant/core/pull/78441
+[#78443]: https://github.com/home-assistant/core/pull/78443
+[#78445]: https://github.com/home-assistant/core/pull/78445
+[#78446]: https://github.com/home-assistant/core/pull/78446
+[#78447]: https://github.com/home-assistant/core/pull/78447
+[#78451]: https://github.com/home-assistant/core/pull/78451
+[#78453]: https://github.com/home-assistant/core/pull/78453
+[#78455]: https://github.com/home-assistant/core/pull/78455
+[#78457]: https://github.com/home-assistant/core/pull/78457
+[#78458]: https://github.com/home-assistant/core/pull/78458
+[#78460]: https://github.com/home-assistant/core/pull/78460
+[#78461]: https://github.com/home-assistant/core/pull/78461
+[#78462]: https://github.com/home-assistant/core/pull/78462
+[#78463]: https://github.com/home-assistant/core/pull/78463
+[#78469]: https://github.com/home-assistant/core/pull/78469
+[#78471]: https://github.com/home-assistant/core/pull/78471
+[#78472]: https://github.com/home-assistant/core/pull/78472
+[#78473]: https://github.com/home-assistant/core/pull/78473
+[#78479]: https://github.com/home-assistant/core/pull/78479
+[#78484]: https://github.com/home-assistant/core/pull/78484
+[#78487]: https://github.com/home-assistant/core/pull/78487
+[#78490]: https://github.com/home-assistant/core/pull/78490
+[#78491]: https://github.com/home-assistant/core/pull/78491
+[#78492]: https://github.com/home-assistant/core/pull/78492
+[#78493]: https://github.com/home-assistant/core/pull/78493
+[#78494]: https://github.com/home-assistant/core/pull/78494
+[#78496]: https://github.com/home-assistant/core/pull/78496
+[#78497]: https://github.com/home-assistant/core/pull/78497
+[#78498]: https://github.com/home-assistant/core/pull/78498
+[#78499]: https://github.com/home-assistant/core/pull/78499
+[#78500]: https://github.com/home-assistant/core/pull/78500
+[#78501]: https://github.com/home-assistant/core/pull/78501
+[#78502]: https://github.com/home-assistant/core/pull/78502
+[#78503]: https://github.com/home-assistant/core/pull/78503
+[#78506]: https://github.com/home-assistant/core/pull/78506
+[#78507]: https://github.com/home-assistant/core/pull/78507
+[#78509]: https://github.com/home-assistant/core/pull/78509
+[#78510]: https://github.com/home-assistant/core/pull/78510
+[#78513]: https://github.com/home-assistant/core/pull/78513
+[#78517]: https://github.com/home-assistant/core/pull/78517
+[#78518]: https://github.com/home-assistant/core/pull/78518
+[#78519]: https://github.com/home-assistant/core/pull/78519
+[#78520]: https://github.com/home-assistant/core/pull/78520
+[#78521]: https://github.com/home-assistant/core/pull/78521
+[#78522]: https://github.com/home-assistant/core/pull/78522
+[#78523]: https://github.com/home-assistant/core/pull/78523
+[#78524]: https://github.com/home-assistant/core/pull/78524
+[#78525]: https://github.com/home-assistant/core/pull/78525
+[#78527]: https://github.com/home-assistant/core/pull/78527
+[#78529]: https://github.com/home-assistant/core/pull/78529
+[#78538]: https://github.com/home-assistant/core/pull/78538
+[#78542]: https://github.com/home-assistant/core/pull/78542
+[#78545]: https://github.com/home-assistant/core/pull/78545
+[#78550]: https://github.com/home-assistant/core/pull/78550
+[#78571]: https://github.com/home-assistant/core/pull/78571
+[#78573]: https://github.com/home-assistant/core/pull/78573
+[#78575]: https://github.com/home-assistant/core/pull/78575
+[#78578]: https://github.com/home-assistant/core/pull/78578
+[#78580]: https://github.com/home-assistant/core/pull/78580
+[#78583]: https://github.com/home-assistant/core/pull/78583
+[#78584]: https://github.com/home-assistant/core/pull/78584
+[#78585]: https://github.com/home-assistant/core/pull/78585
+[#78590]: https://github.com/home-assistant/core/pull/78590
+[#78602]: https://github.com/home-assistant/core/pull/78602
+[#78606]: https://github.com/home-assistant/core/pull/78606
+[#78607]: https://github.com/home-assistant/core/pull/78607
+[#78608]: https://github.com/home-assistant/core/pull/78608
+[#78609]: https://github.com/home-assistant/core/pull/78609
+[#78611]: https://github.com/home-assistant/core/pull/78611
+[#78612]: https://github.com/home-assistant/core/pull/78612
+[#78616]: https://github.com/home-assistant/core/pull/78616
+[#78624]: https://github.com/home-assistant/core/pull/78624
+[#78632]: https://github.com/home-assistant/core/pull/78632
+[#78636]: https://github.com/home-assistant/core/pull/78636
+[#78638]: https://github.com/home-assistant/core/pull/78638
+[#78639]: https://github.com/home-assistant/core/pull/78639
+[#78641]: https://github.com/home-assistant/core/pull/78641
+[#78642]: https://github.com/home-assistant/core/pull/78642
+[#78645]: https://github.com/home-assistant/core/pull/78645
+[#78649]: https://github.com/home-assistant/core/pull/78649
+[#78652]: https://github.com/home-assistant/core/pull/78652
+[#78653]: https://github.com/home-assistant/core/pull/78653
+[#78661]: https://github.com/home-assistant/core/pull/78661
+[#78662]: https://github.com/home-assistant/core/pull/78662
+[#78663]: https://github.com/home-assistant/core/pull/78663
+[#78664]: https://github.com/home-assistant/core/pull/78664
+[#78666]: https://github.com/home-assistant/core/pull/78666
+[#78668]: https://github.com/home-assistant/core/pull/78668
+[#78670]: https://github.com/home-assistant/core/pull/78670
+[#78671]: https://github.com/home-assistant/core/pull/78671
+[#78679]: https://github.com/home-assistant/core/pull/78679
+[#78682]: https://github.com/home-assistant/core/pull/78682
+[#78690]: https://github.com/home-assistant/core/pull/78690
+[#78691]: https://github.com/home-assistant/core/pull/78691
+[#78694]: https://github.com/home-assistant/core/pull/78694
+[#78699]: https://github.com/home-assistant/core/pull/78699
+[#78700]: https://github.com/home-assistant/core/pull/78700
+[#78706]: https://github.com/home-assistant/core/pull/78706
+[#78708]: https://github.com/home-assistant/core/pull/78708
+[#78709]: https://github.com/home-assistant/core/pull/78709
+[#78710]: https://github.com/home-assistant/core/pull/78710
+[#78720]: https://github.com/home-assistant/core/pull/78720
+[#78722]: https://github.com/home-assistant/core/pull/78722
+[#78727]: https://github.com/home-assistant/core/pull/78727
+[#78728]: https://github.com/home-assistant/core/pull/78728
+[#78730]: https://github.com/home-assistant/core/pull/78730
+[#78731]: https://github.com/home-assistant/core/pull/78731
+[#78732]: https://github.com/home-assistant/core/pull/78732
+[#78733]: https://github.com/home-assistant/core/pull/78733
+[#78734]: https://github.com/home-assistant/core/pull/78734
+[#78736]: https://github.com/home-assistant/core/pull/78736
+[#78741]: https://github.com/home-assistant/core/pull/78741
+[#78742]: https://github.com/home-assistant/core/pull/78742
+[#78743]: https://github.com/home-assistant/core/pull/78743
+[#78745]: https://github.com/home-assistant/core/pull/78745
+[#78752]: https://github.com/home-assistant/core/pull/78752
+[#78754]: https://github.com/home-assistant/core/pull/78754
+[#78756]: https://github.com/home-assistant/core/pull/78756
+[#78757]: https://github.com/home-assistant/core/pull/78757
+[#78759]: https://github.com/home-assistant/core/pull/78759
+[#78761]: https://github.com/home-assistant/core/pull/78761
+[#78763]: https://github.com/home-assistant/core/pull/78763
+[#78764]: https://github.com/home-assistant/core/pull/78764
+[#78765]: https://github.com/home-assistant/core/pull/78765
+[#78766]: https://github.com/home-assistant/core/pull/78766
+[#78767]: https://github.com/home-assistant/core/pull/78767
+[#78768]: https://github.com/home-assistant/core/pull/78768
+[#78769]: https://github.com/home-assistant/core/pull/78769
+[#78770]: https://github.com/home-assistant/core/pull/78770
+[#78771]: https://github.com/home-assistant/core/pull/78771
+[#78772]: https://github.com/home-assistant/core/pull/78772
+[#78776]: https://github.com/home-assistant/core/pull/78776
+[#78785]: https://github.com/home-assistant/core/pull/78785
+[#78786]: https://github.com/home-assistant/core/pull/78786
+[#78788]: https://github.com/home-assistant/core/pull/78788
+[#78794]: https://github.com/home-assistant/core/pull/78794
+[#78795]: https://github.com/home-assistant/core/pull/78795
+[#78800]: https://github.com/home-assistant/core/pull/78800
+[#78801]: https://github.com/home-assistant/core/pull/78801
+[#78807]: https://github.com/home-assistant/core/pull/78807
+[#78808]: https://github.com/home-assistant/core/pull/78808
+[#78809]: https://github.com/home-assistant/core/pull/78809
+[#78810]: https://github.com/home-assistant/core/pull/78810
+[#78811]: https://github.com/home-assistant/core/pull/78811
+[#78812]: https://github.com/home-assistant/core/pull/78812
+[#78813]: https://github.com/home-assistant/core/pull/78813
+[#78817]: https://github.com/home-assistant/core/pull/78817
+[#78819]: https://github.com/home-assistant/core/pull/78819
+[#78825]: https://github.com/home-assistant/core/pull/78825
+[#78828]: https://github.com/home-assistant/core/pull/78828
+[#78832]: https://github.com/home-assistant/core/pull/78832
+[#78837]: https://github.com/home-assistant/core/pull/78837
+[#78840]: https://github.com/home-assistant/core/pull/78840
+[#78841]: https://github.com/home-assistant/core/pull/78841
+[#78842]: https://github.com/home-assistant/core/pull/78842
+[#78843]: https://github.com/home-assistant/core/pull/78843
+[#78844]: https://github.com/home-assistant/core/pull/78844
+[#78848]: https://github.com/home-assistant/core/pull/78848
+[#78857]: https://github.com/home-assistant/core/pull/78857
+[#78859]: https://github.com/home-assistant/core/pull/78859
+[#78861]: https://github.com/home-assistant/core/pull/78861
+[#78864]: https://github.com/home-assistant/core/pull/78864
+[#78866]: https://github.com/home-assistant/core/pull/78866
+[#78867]: https://github.com/home-assistant/core/pull/78867
+[#78869]: https://github.com/home-assistant/core/pull/78869
+[#78870]: https://github.com/home-assistant/core/pull/78870
+[#78871]: https://github.com/home-assistant/core/pull/78871
+[#78873]: https://github.com/home-assistant/core/pull/78873
+[#78877]: https://github.com/home-assistant/core/pull/78877
+[#78878]: https://github.com/home-assistant/core/pull/78878
+[#78879]: https://github.com/home-assistant/core/pull/78879
+[#78881]: https://github.com/home-assistant/core/pull/78881
+[#78883]: https://github.com/home-assistant/core/pull/78883
+[#78888]: https://github.com/home-assistant/core/pull/78888
+[#78889]: https://github.com/home-assistant/core/pull/78889
+[#78891]: https://github.com/home-assistant/core/pull/78891
+[#78893]: https://github.com/home-assistant/core/pull/78893
+[#78898]: https://github.com/home-assistant/core/pull/78898
+[#78900]: https://github.com/home-assistant/core/pull/78900
+[#78901]: https://github.com/home-assistant/core/pull/78901
+[#78906]: https://github.com/home-assistant/core/pull/78906
+[#78911]: https://github.com/home-assistant/core/pull/78911
+[#78914]: https://github.com/home-assistant/core/pull/78914
+[#78915]: https://github.com/home-assistant/core/pull/78915
+[#78918]: https://github.com/home-assistant/core/pull/78918
+[#78920]: https://github.com/home-assistant/core/pull/78920
+[#78922]: https://github.com/home-assistant/core/pull/78922
+[#78924]: https://github.com/home-assistant/core/pull/78924
+[#78927]: https://github.com/home-assistant/core/pull/78927
+[#78929]: https://github.com/home-assistant/core/pull/78929
+[#78931]: https://github.com/home-assistant/core/pull/78931
+[#78934]: https://github.com/home-assistant/core/pull/78934
+[#78935]: https://github.com/home-assistant/core/pull/78935
+[#78941]: https://github.com/home-assistant/core/pull/78941
+[#78942]: https://github.com/home-assistant/core/pull/78942
+[#78943]: https://github.com/home-assistant/core/pull/78943
+[#78945]: https://github.com/home-assistant/core/pull/78945
+[#78947]: https://github.com/home-assistant/core/pull/78947
+[#78950]: https://github.com/home-assistant/core/pull/78950
+[#78953]: https://github.com/home-assistant/core/pull/78953
+[#78955]: https://github.com/home-assistant/core/pull/78955
+[#78957]: https://github.com/home-assistant/core/pull/78957
+[#78960]: https://github.com/home-assistant/core/pull/78960
+[#78961]: https://github.com/home-assistant/core/pull/78961
+[#78965]: https://github.com/home-assistant/core/pull/78965
+[#78966]: https://github.com/home-assistant/core/pull/78966
+[#78967]: https://github.com/home-assistant/core/pull/78967
+[#78970]: https://github.com/home-assistant/core/pull/78970
+[#78974]: https://github.com/home-assistant/core/pull/78974
+[#78976]: https://github.com/home-assistant/core/pull/78976
+[#78977]: https://github.com/home-assistant/core/pull/78977
+[#78983]: https://github.com/home-assistant/core/pull/78983
+[#78985]: https://github.com/home-assistant/core/pull/78985
+[#78987]: https://github.com/home-assistant/core/pull/78987
+[#78990]: https://github.com/home-assistant/core/pull/78990
+[#78991]: https://github.com/home-assistant/core/pull/78991
+[#78994]: https://github.com/home-assistant/core/pull/78994
+[#78998]: https://github.com/home-assistant/core/pull/78998
+[#79002]: https://github.com/home-assistant/core/pull/79002
+[#79003]: https://github.com/home-assistant/core/pull/79003
+[#79004]: https://github.com/home-assistant/core/pull/79004
+[#79008]: https://github.com/home-assistant/core/pull/79008
+[#79009]: https://github.com/home-assistant/core/pull/79009
+[#79010]: https://github.com/home-assistant/core/pull/79010
+[#79011]: https://github.com/home-assistant/core/pull/79011
+[#79012]: https://github.com/home-assistant/core/pull/79012
+[#79020]: https://github.com/home-assistant/core/pull/79020
+[#79024]: https://github.com/home-assistant/core/pull/79024
+[#79026]: https://github.com/home-assistant/core/pull/79026
+[#79035]: https://github.com/home-assistant/core/pull/79035
+[#79037]: https://github.com/home-assistant/core/pull/79037
+[#79040]: https://github.com/home-assistant/core/pull/79040
+[#79042]: https://github.com/home-assistant/core/pull/79042
+[#79043]: https://github.com/home-assistant/core/pull/79043
+[#79044]: https://github.com/home-assistant/core/pull/79044
+[#79049]: https://github.com/home-assistant/core/pull/79049
+[#79063]: https://github.com/home-assistant/core/pull/79063
+[#79065]: https://github.com/home-assistant/core/pull/79065
+[#79067]: https://github.com/home-assistant/core/pull/79067
+[#79072]: https://github.com/home-assistant/core/pull/79072
+[#79074]: https://github.com/home-assistant/core/pull/79074
+[#79078]: https://github.com/home-assistant/core/pull/79078
+[#79079]: https://github.com/home-assistant/core/pull/79079
+[#79080]: https://github.com/home-assistant/core/pull/79080
+[#79081]: https://github.com/home-assistant/core/pull/79081
+[#79087]: https://github.com/home-assistant/core/pull/79087
+[#79100]: https://github.com/home-assistant/core/pull/79100
+[#79101]: https://github.com/home-assistant/core/pull/79101
+[#79104]: https://github.com/home-assistant/core/pull/79104
+[#79105]: https://github.com/home-assistant/core/pull/79105
+[#79106]: https://github.com/home-assistant/core/pull/79106
+[#79107]: https://github.com/home-assistant/core/pull/79107
+[#79111]: https://github.com/home-assistant/core/pull/79111
+[#79115]: https://github.com/home-assistant/core/pull/79115
+[#79116]: https://github.com/home-assistant/core/pull/79116
+[#79117]: https://github.com/home-assistant/core/pull/79117
+[#79118]: https://github.com/home-assistant/core/pull/79118
+[#79121]: https://github.com/home-assistant/core/pull/79121
+[#79122]: https://github.com/home-assistant/core/pull/79122
+[#79124]: https://github.com/home-assistant/core/pull/79124
+[#79125]: https://github.com/home-assistant/core/pull/79125
+[#79127]: https://github.com/home-assistant/core/pull/79127
+[#79130]: https://github.com/home-assistant/core/pull/79130
+[#79131]: https://github.com/home-assistant/core/pull/79131
+[#79132]: https://github.com/home-assistant/core/pull/79132
+[#79134]: https://github.com/home-assistant/core/pull/79134
+[#79136]: https://github.com/home-assistant/core/pull/79136
+[#79138]: https://github.com/home-assistant/core/pull/79138
+[#79139]: https://github.com/home-assistant/core/pull/79139
+[#79144]: https://github.com/home-assistant/core/pull/79144
+[#79146]: https://github.com/home-assistant/core/pull/79146
+[#79147]: https://github.com/home-assistant/core/pull/79147
+[#79150]: https://github.com/home-assistant/core/pull/79150
+[#79155]: https://github.com/home-assistant/core/pull/79155
+[#79157]: https://github.com/home-assistant/core/pull/79157
+[#79158]: https://github.com/home-assistant/core/pull/79158
+[#79162]: https://github.com/home-assistant/core/pull/79162
+[#79164]: https://github.com/home-assistant/core/pull/79164
+[#79167]: https://github.com/home-assistant/core/pull/79167
+[#79169]: https://github.com/home-assistant/core/pull/79169
+[#79173]: https://github.com/home-assistant/core/pull/79173
+[#79174]: https://github.com/home-assistant/core/pull/79174
+[#79175]: https://github.com/home-assistant/core/pull/79175
+[#79177]: https://github.com/home-assistant/core/pull/79177
+[#79180]: https://github.com/home-assistant/core/pull/79180
+[#79182]: https://github.com/home-assistant/core/pull/79182
+[#79185]: https://github.com/home-assistant/core/pull/79185
+[#79193]: https://github.com/home-assistant/core/pull/79193
+[#79195]: https://github.com/home-assistant/core/pull/79195
+[#79197]: https://github.com/home-assistant/core/pull/79197
+[#79200]: https://github.com/home-assistant/core/pull/79200
+[#79201]: https://github.com/home-assistant/core/pull/79201
+[#79202]: https://github.com/home-assistant/core/pull/79202
+[#79204]: https://github.com/home-assistant/core/pull/79204
+[#79205]: https://github.com/home-assistant/core/pull/79205
+[#79206]: https://github.com/home-assistant/core/pull/79206
+[#79208]: https://github.com/home-assistant/core/pull/79208
+[#79209]: https://github.com/home-assistant/core/pull/79209
+[#79210]: https://github.com/home-assistant/core/pull/79210
+[#79217]: https://github.com/home-assistant/core/pull/79217
+[#79220]: https://github.com/home-assistant/core/pull/79220
+[#79222]: https://github.com/home-assistant/core/pull/79222
+[#79225]: https://github.com/home-assistant/core/pull/79225
+[#79226]: https://github.com/home-assistant/core/pull/79226
+[#79227]: https://github.com/home-assistant/core/pull/79227
+[#79229]: https://github.com/home-assistant/core/pull/79229
+[#79230]: https://github.com/home-assistant/core/pull/79230
+[#79231]: https://github.com/home-assistant/core/pull/79231
+[#79232]: https://github.com/home-assistant/core/pull/79232
+[#79233]: https://github.com/home-assistant/core/pull/79233
+[#79240]: https://github.com/home-assistant/core/pull/79240
+[#79244]: https://github.com/home-assistant/core/pull/79244
+[#79245]: https://github.com/home-assistant/core/pull/79245
+[#79246]: https://github.com/home-assistant/core/pull/79246
+[#79247]: https://github.com/home-assistant/core/pull/79247
+[#79253]: https://github.com/home-assistant/core/pull/79253
+[#79261]: https://github.com/home-assistant/core/pull/79261
+[#79262]: https://github.com/home-assistant/core/pull/79262
+[#79263]: https://github.com/home-assistant/core/pull/79263
+[#79274]: https://github.com/home-assistant/core/pull/79274
+[#79276]: https://github.com/home-assistant/core/pull/79276
+[#79277]: https://github.com/home-assistant/core/pull/79277
+[#79285]: https://github.com/home-assistant/core/pull/79285
+[#79300]: https://github.com/home-assistant/core/pull/79300
+[#79303]: https://github.com/home-assistant/core/pull/79303
+[#79309]: https://github.com/home-assistant/core/pull/79309
+[#79310]: https://github.com/home-assistant/core/pull/79310
+[#79311]: https://github.com/home-assistant/core/pull/79311
+[#79314]: https://github.com/home-assistant/core/pull/79314
+[#79317]: https://github.com/home-assistant/core/pull/79317
+[#79321]: https://github.com/home-assistant/core/pull/79321
+[#79323]: https://github.com/home-assistant/core/pull/79323
+[#79331]: https://github.com/home-assistant/core/pull/79331
+[#79338]: https://github.com/home-assistant/core/pull/79338
+[#79339]: https://github.com/home-assistant/core/pull/79339
+[#79340]: https://github.com/home-assistant/core/pull/79340
+[#79341]: https://github.com/home-assistant/core/pull/79341
+[#79342]: https://github.com/home-assistant/core/pull/79342
+[#79348]: https://github.com/home-assistant/core/pull/79348
+[#79349]: https://github.com/home-assistant/core/pull/79349
+[#79357]: https://github.com/home-assistant/core/pull/79357
+[#79367]: https://github.com/home-assistant/core/pull/79367
+[#79370]: https://github.com/home-assistant/core/pull/79370
+[#79376]: https://github.com/home-assistant/core/pull/79376
+[#79378]: https://github.com/home-assistant/core/pull/79378
+[#79386]: https://github.com/home-assistant/core/pull/79386
+[#79389]: https://github.com/home-assistant/core/pull/79389
+[#79394]: https://github.com/home-assistant/core/pull/79394
+[#79402]: https://github.com/home-assistant/core/pull/79402
+[#79406]: https://github.com/home-assistant/core/pull/79406
+[#79416]: https://github.com/home-assistant/core/pull/79416
+[#79423]: https://github.com/home-assistant/core/pull/79423
+[#79425]: https://github.com/home-assistant/core/pull/79425
+[#79428]: https://github.com/home-assistant/core/pull/79428
+[#79435]: https://github.com/home-assistant/core/pull/79435
+[#79437]: https://github.com/home-assistant/core/pull/79437
+[#79440]: https://github.com/home-assistant/core/pull/79440
+[#79442]: https://github.com/home-assistant/core/pull/79442
+[#79443]: https://github.com/home-assistant/core/pull/79443
+[#79445]: https://github.com/home-assistant/core/pull/79445
+[#79456]: https://github.com/home-assistant/core/pull/79456
+[#79458]: https://github.com/home-assistant/core/pull/79458
+[#79462]: https://github.com/home-assistant/core/pull/79462
+[#79465]: https://github.com/home-assistant/core/pull/79465
+[#79471]: https://github.com/home-assistant/core/pull/79471
+[#79472]: https://github.com/home-assistant/core/pull/79472
+[#79474]: https://github.com/home-assistant/core/pull/79474
+[#79475]: https://github.com/home-assistant/core/pull/79475
+[#79487]: https://github.com/home-assistant/core/pull/79487
+[#79491]: https://github.com/home-assistant/core/pull/79491
+[#79508]: https://github.com/home-assistant/core/pull/79508
+[#79509]: https://github.com/home-assistant/core/pull/79509
+[#79514]: https://github.com/home-assistant/core/pull/79514
+[#79515]: https://github.com/home-assistant/core/pull/79515
+[#79521]: https://github.com/home-assistant/core/pull/79521
+[#79527]: https://github.com/home-assistant/core/pull/79527
+[#79537]: https://github.com/home-assistant/core/pull/79537
+[#79551]: https://github.com/home-assistant/core/pull/79551
+[#79556]: https://github.com/home-assistant/core/pull/79556
+[#79558]: https://github.com/home-assistant/core/pull/79558
+[#79561]: https://github.com/home-assistant/core/pull/79561
+[#79562]: https://github.com/home-assistant/core/pull/79562
+[#79563]: https://github.com/home-assistant/core/pull/79563
+[#79565]: https://github.com/home-assistant/core/pull/79565
+[#79570]: https://github.com/home-assistant/core/pull/79570
+[#79575]: https://github.com/home-assistant/core/pull/79575
+[#79579]: https://github.com/home-assistant/core/pull/79579
+[#79582]: https://github.com/home-assistant/core/pull/79582
+[#79593]: https://github.com/home-assistant/core/pull/79593
+[#79595]: https://github.com/home-assistant/core/pull/79595
+[#79600]: https://github.com/home-assistant/core/pull/79600
+[#79602]: https://github.com/home-assistant/core/pull/79602
+[#79608]: https://github.com/home-assistant/core/pull/79608
+[#79609]: https://github.com/home-assistant/core/pull/79609
+[#79611]: https://github.com/home-assistant/core/pull/79611
+[#79617]: https://github.com/home-assistant/core/pull/79617
+[#79623]: https://github.com/home-assistant/core/pull/79623
+[#79634]: https://github.com/home-assistant/core/pull/79634
+[#79637]: https://github.com/home-assistant/core/pull/79637
+[#79641]: https://github.com/home-assistant/core/pull/79641
+[#79649]: https://github.com/home-assistant/core/pull/79649
+[#79656]: https://github.com/home-assistant/core/pull/79656
+[@Bre77]: https://github.com/Bre77
+[@Cereal2nd]: https://github.com/Cereal2nd
+[@ColinRobbins]: https://github.com/ColinRobbins
+[@DCSBL]: https://github.com/DCSBL
+[@Danielhiversen]: https://github.com/Danielhiversen
+[@Djelibeybi]: https://github.com/Djelibeybi
+[@Drafteed]: https://github.com/Drafteed
+[@EmJay276]: https://github.com/EmJay276
+[@Ernst79]: https://github.com/Ernst79
+[@Glodenox]: https://github.com/Glodenox
+[@HarvsG]: https://github.com/HarvsG
+[@IceBotYT]: https://github.com/IceBotYT
+[@JQWeb]: https://github.com/JQWeb
+[@Jc2k]: https://github.com/Jc2k
+[@Kane610]: https://github.com/Kane610
+[@KloudJack]: https://github.com/KloudJack
+[@LaStrada]: https://github.com/LaStrada
+[@MartinHjelmare]: https://github.com/MartinHjelmare
+[@Midbin]: https://github.com/Midbin
+[@PaulAnnekov]: https://github.com/PaulAnnekov
+[@PoltoS]: https://github.com/PoltoS
+[@RicArch97]: https://github.com/RicArch97
+[@TheJulianJES]: https://github.com/TheJulianJES
+[@TomBrien]: https://github.com/TomBrien
+[@agners]: https://github.com/agners
+[@alakdae]: https://github.com/alakdae
+[@allenporter]: https://github.com/allenporter
+[@amitfin]: https://github.com/amitfin
+[@apt-itude]: https://github.com/apt-itude
+[@avee87]: https://github.com/avee87
+[@bachya]: https://github.com/bachya
+[@balloob]: https://github.com/balloob
+[@bdraco]: https://github.com/bdraco
+[@bieniu]: https://github.com/bieniu
+[@boswelja]: https://github.com/boswelja
+[@bouwew]: https://github.com/bouwew
+[@bramkragten]: https://github.com/bramkragten
+[@cdce8p]: https://github.com/cdce8p
+[@cgtobi]: https://github.com/cgtobi
+[@chemelli74]: https://github.com/chemelli74
+[@danaues]: https://github.com/danaues
+[@dennisschroer]: https://github.com/dennisschroer
+[@dependabot[bot]]: https://github.com/apps/dependabot
+[@dgomes]: https://github.com/dgomes
+[@dmulcahey]: https://github.com/dmulcahey
+[@dshokouhi]: https://github.com/dshokouhi
+[@ehendrix23]: https://github.com/ehendrix23
+[@eifinger]: https://github.com/eifinger
+[@elupus]: https://github.com/elupus
+[@emontnemery]: https://github.com/emontnemery
+[@engrbm87]: https://github.com/engrbm87
+[@epenet]: https://github.com/epenet
+[@farmio]: https://github.com/farmio
+[@fmarani]: https://github.com/fmarani
+[@frenck]: https://github.com/frenck
+[@gjohansson-ST]: https://github.com/gjohansson-ST
+[@holysoles]: https://github.com/holysoles
+[@hungnguyenm]: https://github.com/hungnguyenm
+[@hurzelchen]: https://github.com/hurzelchen
+[@iMicknl]: https://github.com/iMicknl
+[@jafar-atili]: https://github.com/jafar-atili
+[@javicalle]: https://github.com/javicalle
+[@jbouwh]: https://github.com/jbouwh
+[@jeeftor]: https://github.com/jeeftor
+[@jesserockz]: https://github.com/jesserockz
+[@jsherman256]: https://github.com/jsherman256
+[@khenderick]: https://github.com/khenderick
+[@kingy444]: https://github.com/kingy444
+[@kpine]: https://github.com/kpine
+[@lscheibel]: https://github.com/lscheibel
+[@ludeeus]: https://github.com/ludeeus
+[@magic7s]: https://github.com/magic7s
+[@matrixd2]: https://github.com/matrixd2
+[@mdegat01]: https://github.com/mdegat01
+[@mercenaruss]: https://github.com/mercenaruss
+[@mib1185]: https://github.com/mib1185
+[@mkmer]: https://github.com/mkmer
+[@mkowalchuk]: https://github.com/mkowalchuk
+[@natekspencer]: https://github.com/natekspencer
+[@nyroDev]: https://github.com/nyroDev
+[@ocalvo]: https://github.com/ocalvo
+[@oischinger]: https://github.com/oischinger
+[@ollo69]: https://github.com/ollo69
+[@oradsa]: https://github.com/oradsa
+[@oyvindwe]: https://github.com/oyvindwe
+[@pnbruckner]: https://github.com/pnbruckner
+[@puddly]: https://github.com/puddly
+[@pvizeli]: https://github.com/pvizeli
+[@raman325]: https://github.com/raman325
+[@rappenze]: https://github.com/rappenze
+[@rytilahti]: https://github.com/rytilahti
+[@scop]: https://github.com/scop
+[@skrobul]: https://github.com/skrobul
+[@spycle]: https://github.com/spycle
+[@squishykid]: https://github.com/squishykid
+[@starkillerOG]: https://github.com/starkillerOG
+[@thecode]: https://github.com/thecode
+[@tjorim]: https://github.com/tjorim
+[@tkdrob]: https://github.com/tkdrob
+[@uvjustin]: https://github.com/uvjustin
+[@vanstinator]: https://github.com/vanstinator
+[@veleek]: https://github.com/veleek
+[@viiru-]: https://github.com/viiru-
+[@vilppuvuorinen]: https://github.com/vilppuvuorinen
+[@vpathuis]: https://github.com/vpathuis
+[@y34hbuddy]: https://github.com/y34hbuddy
+[@yuxincs]: https://github.com/yuxincs
+[@zbeky]: https://github.com/zbeky
+[@zsarnett]: https://github.com/zsarnett
+[abode docs]: /integrations/abode/
+[advantage_air docs]: /integrations/advantage_air/
+[air_quality docs]: /integrations/air_quality/
+[airly docs]: /integrations/airly/
+[aladdin_connect docs]: /integrations/aladdin_connect/
+[alexa docs]: /integrations/alexa/
+[ambee docs]: /integrations/ambee/
+[analytics docs]: /integrations/analytics/
+[androidtv docs]: /integrations/androidtv/
+[anthemav docs]: /integrations/anthemav/
+[apcupsd docs]: /integrations/apcupsd/
+[apple_tv docs]: /integrations/apple_tv/
+[application_credentials docs]: /integrations/application_credentials/
+[asterisk_mbox docs]: /integrations/asterisk_mbox/
+[august docs]: /integrations/august/
+[automation docs]: /integrations/automation/
+[awair docs]: /integrations/awair/
+[aws docs]: /integrations/aws/
+[baf docs]: /integrations/baf/
+[bayesian docs]: /integrations/bayesian/
+[binary_sensor docs]: /integrations/binary_sensor/
+[bluesound docs]: /integrations/bluesound/
+[bluetooth docs]: /integrations/bluetooth/
+[braviatv docs]: /integrations/braviatv/
+[brother docs]: /integrations/brother/
+[bthome docs]: /integrations/bthome/
+[buienradar docs]: /integrations/buienradar/
+[calendar docs]: /integrations/calendar/
+[camera docs]: /integrations/camera/
+[cast docs]: /integrations/cast/
+[climacell docs]: /integrations/climacell/
+[climate docs]: /integrations/climate/
+[cloud docs]: /integrations/cloud/
+[coinbase docs]: /integrations/coinbase/
+[comfoconnect docs]: /integrations/comfoconnect/
+[config docs]: /integrations/config/
+[crownstone docs]: /integrations/crownstone/
+[deconz docs]: /integrations/deconz/
+[demo docs]: /integrations/demo/
+[device_automation docs]: /integrations/device_automation/
+[device_tracker docs]: /integrations/device_tracker/
+[dhcp docs]: /integrations/dhcp/
+[dlna_dmr docs]: /integrations/dlna_dmr/
+[dlna_dms docs]: /integrations/dlna_dms/
+[dsmr_reader docs]: /integrations/dsmr_reader/
+[dunehd docs]: /integrations/dunehd/
+[ecobee docs]: /integrations/ecobee/
+[ecowitt docs]: /integrations/ecowitt/
+[emby docs]: /integrations/emby/
+[emulated_hue docs]: /integrations/emulated_hue/
+[energy docs]: /integrations/energy/
+[enigma2 docs]: /integrations/enigma2/
+[environment_canada docs]: /integrations/environment_canada/
+[epson docs]: /integrations/epson/
+[escea docs]: /integrations/escea/
+[esphome docs]: /integrations/esphome/
+[ezviz docs]: /integrations/ezviz/
+[fibaro docs]: /integrations/fibaro/
+[file docs]: /integrations/file/
+[fjaraskupan docs]: /integrations/fjaraskupan/
+[flexit docs]: /integrations/flexit/
+[flo docs]: /integrations/flo/
+[flume docs]: /integrations/flume/
+[flunearyou docs]: /integrations/flunearyou/
+[flux_led docs]: /integrations/flux_led/
+[forked_daapd docs]: /integrations/forked_daapd/
+[fritz docs]: /integrations/fritz/
+[fritzbox docs]: /integrations/fritzbox/
+[fritzbox_callmonitor docs]: /integrations/fritzbox_callmonitor/
+[frontend docs]: /integrations/frontend/
+[frontier_silicon docs]: /integrations/frontier_silicon/
+[fully_kiosk docs]: /integrations/fully_kiosk/
+[generic docs]: /integrations/generic/
+[generic_hygrostat docs]: /integrations/generic_hygrostat/
+[geo_location docs]: /integrations/geo_location/
+[github docs]: /integrations/github/
+[goodwe docs]: /integrations/goodwe/
+[google docs]: /integrations/google/
+[google_assistant docs]: /integrations/google_assistant/
+[google_drive docs]: /integrations/google_drive/
+[google_sheets docs]: /integrations/google_sheets/
+[govee_ble docs]: /integrations/govee_ble/
+[group docs]: /integrations/group/
+[gstreamer docs]: /integrations/gstreamer/
+[guardian docs]: /integrations/guardian/
+[harman_kardon_avr docs]: /integrations/harman_kardon_avr/
+[hassio docs]: /integrations/hassio/
+[hdmi_cec docs]: /integrations/hdmi_cec/
+[heatmiser docs]: /integrations/heatmiser/
+[heos docs]: /integrations/heos/
+[here_travel_time docs]: /integrations/here_travel_time/
+[hisense_aehw4a1 docs]: /integrations/hisense_aehw4a1/
+[history docs]: /integrations/history/
+[hive docs]: /integrations/hive/
+[home_connect docs]: /integrations/home_connect/
+[homeassistant docs]: /integrations/homeassistant/
+[homekit docs]: /integrations/homekit/
+[homekit_controller docs]: /integrations/homekit_controller/
+[homewizard docs]: /integrations/homewizard/
+[horizon docs]: /integrations/horizon/
+[http docs]: /integrations/http/
+[huawei_lte docs]: /integrations/huawei_lte/
+[hue docs]: /integrations/hue/
+[huisbaasje docs]: /integrations/huisbaasje/
+[humidifier docs]: /integrations/humidifier/
+[hunterdouglas_powerview docs]: /integrations/hunterdouglas_powerview/
+[hvv_departures docs]: /integrations/hvv_departures/
+[ibeacon docs]: /integrations/ibeacon/
+[icloud docs]: /integrations/icloud/
+[image_processing docs]: /integrations/image_processing/
+[influxdb docs]: /integrations/influxdb/
+[insteon docs]: /integrations/insteon/
+[integration docs]: /integrations/integration/
+[intellifire docs]: /integrations/intellifire/
+[ipma docs]: /integrations/ipma/
+[itunes docs]: /integrations/itunes/
+[izone docs]: /integrations/izone/
+[juicenet docs]: /integrations/juicenet/
+[kaleidescape docs]: /integrations/kaleidescape/
+[keenetic_ndms2 docs]: /integrations/keenetic_ndms2/
+[kef docs]: /integrations/kef/
+[kegtron docs]: /integrations/kegtron/
+[kira docs]: /integrations/kira/
+[knx docs]: /integrations/knx/
+[kodi docs]: /integrations/kodi/
+[kostal_plenticore docs]: /integrations/kostal_plenticore/
+[kraken docs]: /integrations/kraken/
+[kulersky docs]: /integrations/kulersky/
+[lacrosse_view docs]: /integrations/lacrosse_view/
+[lametric docs]: /integrations/lametric/
+[landisgyr_heat_meter docs]: /integrations/landisgyr_heat_meter/
+[lastfm docs]: /integrations/lastfm/
+[lg_netcast docs]: /integrations/lg_netcast/
+[lg_soundbar docs]: /integrations/lg_soundbar/
+[lidarr docs]: /integrations/lidarr/
+[life360 docs]: /integrations/life360/
+[lifx docs]: /integrations/lifx/
+[light docs]: /integrations/light/
+[litterrobot docs]: /integrations/litterrobot/
+[logbook docs]: /integrations/logbook/
+[lookin docs]: /integrations/lookin/
+[lovelace docs]: /integrations/lovelace/
+[lutron_caseta docs]: /integrations/lutron_caseta/
+[lw12wifi docs]: /integrations/lw12wifi/
+[mailbox docs]: /integrations/mailbox/
+[mazda docs]: /integrations/mazda/
+[media_player docs]: /integrations/media_player/
+[media_source docs]: /integrations/media_source/
+[mediaroom docs]: /integrations/mediaroom/
+[melcloud docs]: /integrations/melcloud/
+[melnor docs]: /integrations/melnor/
+[met docs]: /integrations/met/
+[meteoalarm docs]: /integrations/meteoalarm/
+[metoffice docs]: /integrations/metoffice/
+[microbot_push docs]: /integrations/microbot_push/
+[microsoft docs]: /integrations/microsoft/
+[mikrotik docs]: /integrations/mikrotik/
+[mill docs]: /integrations/mill/
+[min_max docs]: /integrations/min_max/
+[mobile_app docs]: /integrations/mobile_app/
+[modbus docs]: /integrations/modbus/
+[mold_indicator docs]: /integrations/mold_indicator/
+[monoprice docs]: /integrations/monoprice/
+[moon docs]: /integrations/moon/
+[motioneye docs]: /integrations/motioneye/
+[mpd docs]: /integrations/mpd/
+[mqtt docs]: /integrations/mqtt/
+[mqtt_room docs]: /integrations/mqtt_room/
+[mysensors docs]: /integrations/mysensors/
+[nad docs]: /integrations/nad/
+[nest docs]: /integrations/nest/
+[netatmo docs]: /integrations/netatmo/
+[netgear docs]: /integrations/netgear/
+[nibe_heatpump docs]: /integrations/nibe_heatpump/
+[nibe_local docs]: /integrations/nibe_local/
+[nightscout docs]: /integrations/nightscout/
+[nina docs]: /integrations/nina/
+[nmap_tracker docs]: /integrations/nmap_tracker/
+[nobo_hub docs]: /integrations/nobo_hub/
+[norway_air docs]: /integrations/norway_air/
+[notify docs]: /integrations/notify/
+[number docs]: /integrations/number/
+[ohmconnect docs]: /integrations/ohmconnect/
+[onboarding docs]: /integrations/onboarding/
+[onkyo docs]: /integrations/onkyo/
+[onvif docs]: /integrations/onvif/
+[openalpr_local docs]: /integrations/openalpr_local/
+[openevse docs]: /integrations/openevse/
+[opengarage docs]: /integrations/opengarage/
+[openhome docs]: /integrations/openhome/
+[opensky docs]: /integrations/opensky/
+[openuv docs]: /integrations/openuv/
+[openweathermap docs]: /integrations/openweathermap/
+[otp docs]: /integrations/otp/
+[overkiz docs]: /integrations/overkiz/
+[panasonic_bluray docs]: /integrations/panasonic_bluray/
+[panasonic_viera docs]: /integrations/panasonic_viera/
+[pandora docs]: /integrations/pandora/
+[person docs]: /integrations/person/
+[philips_js docs]: /integrations/philips_js/
+[pioneer docs]: /integrations/pioneer/
+[pjlink docs]: /integrations/pjlink/
+[plex docs]: /integrations/plex/
+[plugwise docs]: /integrations/plugwise/
+[prometheus docs]: /integrations/prometheus/
+[proximity docs]: /integrations/proximity/
+[prusalink docs]: /integrations/prusalink/
+[ps4 docs]: /integrations/ps4/
+[pushover docs]: /integrations/pushover/
+[qbittorrent docs]: /integrations/qbittorrent/
+[qnap docs]: /integrations/qnap/
+[rachio docs]: /integrations/rachio/
+[radarr docs]: /integrations/radarr/
+[rainmachine docs]: /integrations/rainmachine/
+[recorder docs]: /integrations/recorder/
+[remote docs]: /integrations/remote/
+[renault docs]: /integrations/renault/
+[rest docs]: /integrations/rest/
+[rflink docs]: /integrations/rflink/
+[rfxtrx docs]: /integrations/rfxtrx/
+[roku docs]: /integrations/roku/
+[roomba docs]: /integrations/roomba/
+[roon docs]: /integrations/roon/
+[rtsp_to_webrtc docs]: /integrations/rtsp_to_webrtc/
+[russound_rio docs]: /integrations/russound_rio/
+[russound_rnet docs]: /integrations/russound_rnet/
+[samsungtv docs]: /integrations/samsungtv/
+[scene docs]: /integrations/scene/
+[schedule docs]: /integrations/schedule/
+[script docs]: /integrations/script/
+[search docs]: /integrations/search/
+[season docs]: /integrations/season/
+[sensibo docs]: /integrations/sensibo/
+[sensor docs]: /integrations/sensor/
+[sentry docs]: /integrations/sentry/
+[seven_segments docs]: /integrations/seven_segments/
+[shelly docs]: /integrations/shelly/
+[shopping_list docs]: /integrations/shopping_list/
+[simplepush docs]: /integrations/simplepush/
+[simplisafe docs]: /integrations/simplisafe/
+[sisyphus docs]: /integrations/sisyphus/
+[skybell docs]: /integrations/skybell/
+[slimproto docs]: /integrations/slimproto/
+[smhi docs]: /integrations/smhi/
+[sms docs]: /integrations/sms/
+[snapcast docs]: /integrations/snapcast/
+[solax docs]: /integrations/solax/
+[sonarr docs]: /integrations/sonarr/
+[songpal docs]: /integrations/songpal/
+[sonos docs]: /integrations/sonos/
+[soundtouch docs]: /integrations/soundtouch/
+[spotify docs]: /integrations/spotify/
+[sql docs]: /integrations/sql/
+[squeezebox docs]: /integrations/squeezebox/
+[starline docs]: /integrations/starline/
+[stiebel_eltron docs]: /integrations/stiebel_eltron/
+[stream docs]: /integrations/stream/
+[stt docs]: /integrations/stt/
+[sun docs]: /integrations/sun/
+[surepetcare docs]: /integrations/surepetcare/
+[switch_as_x docs]: /integrations/switch_as_x/
+[switchbee docs]: /integrations/switchbee/
+[switchbot docs]: /integrations/switchbot/
+[switcher_kis docs]: /integrations/switcher_kis/
+[synology_dsm docs]: /integrations/synology_dsm/
+[system_bridge docs]: /integrations/system_bridge/
+[systemmonitor docs]: /integrations/systemmonitor/
+[tasmota docs]: /integrations/tasmota/
+[tautulli docs]: /integrations/tautulli/
+[tellstick docs]: /integrations/tellstick/
+[template docs]: /integrations/template/
+[threshold docs]: /integrations/threshold/
+[tibber docs]: /integrations/tibber/
+[tilt_ble docs]: /integrations/tilt_ble/
+[tomorrowio docs]: /integrations/tomorrowio/
+[traccar docs]: /integrations/traccar/
+[trace docs]: /integrations/trace/
+[trafikverket_train docs]: /integrations/trafikverket_train/
+[trend docs]: /integrations/trend/
+[tts docs]: /integrations/tts/
+[tuya docs]: /integrations/tuya/
+[ue_smart_radio docs]: /integrations/ue_smart_radio/
+[unifi docs]: /integrations/unifi/
+[unifi_direct docs]: /integrations/unifi_direct/
+[unifiled docs]: /integrations/unifiled/
+[unifiprotect docs]: /integrations/unifiprotect/
+[universal docs]: /integrations/universal/
+[update docs]: /integrations/update/
+[uptime docs]: /integrations/uptime/
+[uscis docs]: /integrations/uscis/
+[uvc docs]: /integrations/uvc/
+[vallox docs]: /integrations/vallox/
+[velbus docs]: /integrations/velbus/
+[vicare docs]: /integrations/vicare/
+[vilfo docs]: /integrations/vilfo/
+[vlc_telnet docs]: /integrations/vlc_telnet/
+[volvooncall docs]: /integrations/volvooncall/
+[wallbox docs]: /integrations/wallbox/
+[waze_travel_time docs]: /integrations/waze_travel_time/
+[weather docs]: /integrations/weather/
+[webostv docs]: /integrations/webostv/
+[websocket_api docs]: /integrations/websocket_api/
+[withings docs]: /integrations/withings/
+[workday docs]: /integrations/workday/
+[xbox docs]: /integrations/xbox/
+[xbox_live docs]: /integrations/xbox_live/
+[xiaomi_aqara docs]: /integrations/xiaomi_aqara/
+[xiaomi_miio docs]: /integrations/xiaomi_miio/
+[xiaomi_tv docs]: /integrations/xiaomi_tv/
+[xs1 docs]: /integrations/xs1/
+[yale_smart_alarm docs]: /integrations/yale_smart_alarm/
+[yalexs_ble docs]: /integrations/yalexs_ble/
+[yamaha docs]: /integrations/yamaha/
+[yamaha_musiccast docs]: /integrations/yamaha_musiccast/
+[yeelight docs]: /integrations/yeelight/
+[yi docs]: /integrations/yi/
+[yolink docs]: /integrations/yolink/
+[zabbix docs]: /integrations/zabbix/
+[zamg docs]: /integrations/zamg/
+[zeroconf docs]: /integrations/zeroconf/
+[zha docs]: /integrations/zha/
+[zhong_hong docs]: /integrations/zhong_hong/
+[ziggo_mediabox_xl docs]: /integrations/ziggo_mediabox_xl/
+[zone docs]: /integrations/zone/
+[zoneminder docs]: /integrations/zoneminder/
+[zwave_js docs]: /integrations/zwave_js/
+[zwave_me docs]: /integrations/zwave_me/
diff --git a/source/changelogs/core-2022.9.markdown b/source/changelogs/core-2022.9.markdown
index f9273bfc8c8..882a7dc8964 100644
--- a/source/changelogs/core-2022.9.markdown
+++ b/source/changelogs/core-2022.9.markdown
@@ -3,7 +3,7 @@ title: Full Changelog for Home Assistant Core 2022.9
description: Detailed changelog for the Home Assistant Core 2022.9 release
---
-These are all the changes included in the Home Assistant Core 2202.9 release.
+These are all the changes included in the Home Assistant Core 2022.9 release.
For a summary in a more readable format:
[Release notes blog for this release](/blog/2022/09/07/release-20229/).
diff --git a/source/dashboards/cards.markdown b/source/dashboards/cards.markdown
index dd983055b65..4606b410eff 100644
--- a/source/dashboards/cards.markdown
+++ b/source/dashboards/cards.markdown
@@ -3,6 +3,6 @@ title: "Cards"
description: "Cards."
---
-Cards provide a structure for interfacing with your dashboard.
+Your dashboard is made up of Cards.
There are several built-in card types, each with their own configuration options. Select a card from the menu to view additional details and the options for that card.
diff --git a/source/dashboards/views.markdown b/source/dashboards/views.markdown
index 9a6294216a6..b53cb439336 100644
--- a/source/dashboards/views.markdown
+++ b/source/dashboards/views.markdown
@@ -130,6 +130,8 @@ frontend:
View can be marked as "Subview". Subviews won’t show up in the navigation bar. When on the subview, the navigation bar only show the name of the subview and a back button.
By default, clicking on back button will navigate to the previous view but a custom back path (`back_path`) can be set.
+You can access subviews from other parts of your dashboard by using [cards that support the `navigate` action](/dashboards/actions).
+
#### Example
Simple subview:
diff --git a/source/help/index.markdown b/source/help/index.markdown
index 219fc5e0468..1d543e03304 100644
--- a/source/help/index.markdown
+++ b/source/help/index.markdown
@@ -72,7 +72,7 @@ Don't miss the regular [Home Assistant podcasts](https://hasspodcast.io/).
- [Smart Home Home Assistant Konfiguration mit YAML](https://onesmarthome.de/smart-home-home-assistant-konfiguration/) - July 2017
- [Why can't we have the Internet of Nice Things?](https://opensource.com/article/17/7/home-automation-primer) - July 2017
- [Smart Home Home Assistant Raspberry Pi Installation Hassbian](http://onesmarthome.de/smart-home-home-assistant-raspberry-pi-installation-hassbian/) - July 2017
-- [Jupiter Broadcasting - No Privacy Compromise Home Automation](https://www.jupiterbroadcasting.com/115566/no-privacy-compromise-home-automation/) - June 2017
+- [Jupiter Broadcasting - No Privacy Compromise Home Automation](https://www.youtube.com/watch?v=LQbOtUmITv8) - June 2017
- [Monitor IoT devices with Home Assistant and Datadog](https://www.datadoghq.com/blog/monitor-home-assistant/) - June 2017
- [Castálio Podcast - Episódio 102: Marcelo Mello - Red Hat e Automação Residencial com Home Assistant](https://youtu.be/hZq8ucpzjCs) - May 2017
- [Paulus Schoutsen and Home Assistant - Episode 8](https://codepop.com/open-sourcecraft/episodes/paulus-schoutsen/) - March 2017
diff --git a/source/images/blog/2022-10-13-third-reality-partner/devices.jpg b/source/images/blog/2022-10-13-third-reality-partner/devices.jpg
new file mode 100644
index 00000000000..006260dd552
Binary files /dev/null and b/source/images/blog/2022-10-13-third-reality-partner/devices.jpg differ
diff --git a/source/images/blog/2022-10-13-third-reality-partner/social.png b/source/images/blog/2022-10-13-third-reality-partner/social.png
new file mode 100644
index 00000000000..9aeeb5483f6
Binary files /dev/null and b/source/images/blog/2022-10-13-third-reality-partner/social.png differ
diff --git a/source/images/blog/2022-10/add-integration.png b/source/images/blog/2022-10/add-integration.png
new file mode 100644
index 00000000000..601c4bf30e6
Binary files /dev/null and b/source/images/blog/2022-10/add-integration.png differ
diff --git a/source/images/blog/2022-10/google-sheets.png b/source/images/blog/2022-10/google-sheets.png
new file mode 100644
index 00000000000..9af79401694
Binary files /dev/null and b/source/images/blog/2022-10/google-sheets.png differ
diff --git a/source/images/blog/2022-10/new-dialogs.png b/source/images/blog/2022-10/new-dialogs.png
new file mode 100644
index 00000000000..9866ad76a8e
Binary files /dev/null and b/source/images/blog/2022-10/new-dialogs.png differ
diff --git a/source/images/blog/2022-10/social.png b/source/images/blog/2022-10/social.png
new file mode 100644
index 00000000000..7910d1f9847
Binary files /dev/null and b/source/images/blog/2022-10/social.png differ
diff --git a/source/images/blog/2022-10/subview-navigation.gif b/source/images/blog/2022-10/subview-navigation.gif
new file mode 100644
index 00000000000..e508981abae
Binary files /dev/null and b/source/images/blog/2022-10/subview-navigation.gif differ
diff --git a/source/images/blog/2022-10/subview-toggle.png b/source/images/blog/2022-10/subview-toggle.png
new file mode 100644
index 00000000000..a97c6d93406
Binary files /dev/null and b/source/images/blog/2022-10/subview-toggle.png differ
diff --git a/source/images/blog/2022-10/yaml-automation-editor.png b/source/images/blog/2022-10/yaml-automation-editor.png
new file mode 100644
index 00000000000..194f0c4a5e1
Binary files /dev/null and b/source/images/blog/2022-10/yaml-automation-editor.png differ
diff --git a/source/images/skyconnect/skyconnect-cover.png b/source/images/skyconnect/skyconnect-cover.png
new file mode 100644
index 00000000000..37414f55172
Binary files /dev/null and b/source/images/skyconnect/skyconnect-cover.png differ
diff --git a/source/images/skyconnect/skyconnect_horizontal.png b/source/images/skyconnect/skyconnect_horizontal.png
new file mode 100644
index 00000000000..7e60655ea0d
Binary files /dev/null and b/source/images/skyconnect/skyconnect_horizontal.png differ
diff --git a/source/images/skyconnect/skyconnect_isometric.png b/source/images/skyconnect/skyconnect_isometric.png
new file mode 100644
index 00000000000..93ed17974e1
Binary files /dev/null and b/source/images/skyconnect/skyconnect_isometric.png differ
diff --git a/source/images/skyconnect/skyconnect_landing_page.jpg b/source/images/skyconnect/skyconnect_landing_page.jpg
new file mode 100644
index 00000000000..673a5bd156b
Binary files /dev/null and b/source/images/skyconnect/skyconnect_landing_page.jpg differ
diff --git a/source/images/skyconnect/skyconnect_square.jpg b/source/images/skyconnect/skyconnect_square.jpg
new file mode 100644
index 00000000000..18c328132cb
Binary files /dev/null and b/source/images/skyconnect/skyconnect_square.jpg differ
diff --git a/source/index.html b/source/index.html
index 7970700cfe3..a440d92a333 100644
--- a/source/index.html
+++ b/source/index.html
@@ -89,6 +89,22 @@ feedback: false