Merge branch 'current' into next

This commit is contained in:
Franck Nijhof 2022-07-07 08:24:10 +02:00
commit 20e4f315e4
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
44 changed files with 2997 additions and 33 deletions

View File

@ -67,7 +67,7 @@ source/_integrations/balboa.markdown @garbled1
source/_integrations/beewi_smartclim.markdown @alemuro
source/_integrations/binary_sensor.markdown @home-assistant/core
source/_integrations/bizkaibus.markdown @UgaitzEtxebarria
source/_integrations/blebox.markdown @bbx-a @bbx-jp
source/_integrations/blebox.markdown @bbx-a @bbx-jp @riokuu
source/_integrations/blink.markdown @fronzbot
source/_integrations/blueprint.markdown @home-assistant/core
source/_integrations/bluesound.markdown @thrawnarn
@ -152,6 +152,7 @@ source/_integrations/elv.markdown @majuss
source/_integrations/emby.markdown @mezz64
source/_integrations/emoncms.markdown @borpin
source/_integrations/emonitor.markdown @bdraco
source/_integrations/emulated_hue.markdown @bdraco
source/_integrations/emulated_kasa.markdown @kbickar
source/_integrations/energy.markdown @home-assistant/core
source/_integrations/enigma2.markdown @fbradyirl
@ -178,7 +179,6 @@ source/_integrations/filter.markdown @dgomes
source/_integrations/fireservicerota.markdown @cyberjunky
source/_integrations/firmata.markdown @DaAwesomeP
source/_integrations/fivem.markdown @Sander0542
source/_integrations/fixer.markdown @fabaff
source/_integrations/fjaraskupan.markdown @elupus
source/_integrations/flick_electric.markdown @ZephireNZ
source/_integrations/flipr.markdown @cnico
@ -197,6 +197,7 @@ source/_integrations/fritzbox.markdown @mib1185 @flabbamann
source/_integrations/fritzbox_callmonitor.markdown @cdce8p
source/_integrations/fronius.markdown @nielstron @farmio
source/_integrations/frontend.markdown @home-assistant/frontend
source/_integrations/frontier_silicon.markdown @wlcrs
source/_integrations/garages_amsterdam.markdown @klaasnicolaas
source/_integrations/gdacs.markdown @exxamalte
source/_integrations/generic.markdown @davet2001
@ -249,7 +250,7 @@ source/_integrations/huawei_lte.markdown @scop @fphammerle
source/_integrations/hue.markdown @balloob @marcelveldt
source/_integrations/huisbaasje.markdown @dennisschroer
source/_integrations/humidifier.markdown @home-assistant/core @Shulyaka
source/_integrations/hunterdouglas_powerview.markdown @bdraco @trullock
source/_integrations/hunterdouglas_powerview.markdown @bdraco @kingy444 @trullock
source/_integrations/hvv_departures.markdown @vigonotion
source/_integrations/hydrawise.markdown @ptcryan
source/_integrations/hyperion.markdown @dermotduffy
@ -445,7 +446,7 @@ source/_integrations/qvr_pro.markdown @oblogic7
source/_integrations/qwikswitch.markdown @kellerza
source/_integrations/rachio.markdown @bdraco
source/_integrations/radio_browser.markdown @frenck
source/_integrations/radiotherm.markdown @vinnyfuria
source/_integrations/radiotherm.markdown @bdraco @vinnyfuria
source/_integrations/rainbird.markdown @konikvranik
source/_integrations/raincloud.markdown @vanstinator
source/_integrations/rainforest_eagle.markdown @gtdiehl @jcalbert @hastarin
@ -499,11 +500,13 @@ source/_integrations/shodan.markdown @fabaff
source/_integrations/sia.markdown @eavanvalkenburg
source/_integrations/sighthound.markdown @robmarkcole
source/_integrations/signal_messenger.markdown @bbernhard
source/_integrations/simplepush.markdown @engrbm87
source/_integrations/simplisafe.markdown @bachya
source/_integrations/sinch.markdown @bendikrb
source/_integrations/siren.markdown @home-assistant/core @raman325
source/_integrations/sisyphus.markdown @jkeljo
source/_integrations/sky_hub.markdown @rogerselwyn
source/_integrations/skybell.markdown @tkdrob
source/_integrations/slack.markdown @bachya @tkdrob
source/_integrations/sleepiq.markdown @mfugate1 @kbickar
source/_integrations/slide.markdown @ualex73
@ -576,9 +579,9 @@ source/_integrations/time_date.markdown @fabaff
source/_integrations/tmb.markdown @alemuro
source/_integrations/todoist.markdown @boralyl
source/_integrations/tolo.markdown @MatthiasLohr
source/_integrations/tomorrowio.markdown @raman325
source/_integrations/tomorrowio.markdown @raman325 @lymanepp
source/_integrations/totalconnect.markdown @austinmroczek
source/_integrations/tplink.markdown @rytilahti @thegardenmonkey @bdraco
source/_integrations/tplink.markdown @rytilahti @thegardenmonkey
source/_integrations/traccar.markdown @ludeeus
source/_integrations/tractive.markdown @Danielhiversen @zhulik @bieniu
source/_integrations/trafikverket_ferry.markdown @gjohansson-ST
@ -627,7 +630,7 @@ source/_integrations/water_heater.markdown @home-assistant/core
source/_integrations/watson_tts.markdown @rutkai
source/_integrations/watttime.markdown @bachya
source/_integrations/waze_travel_time.markdown @eifinger
source/_integrations/weather.markdown @fabaff
source/_integrations/weather.markdown @home-assistant/core
source/_integrations/webhook.markdown @home-assistant/core
source/_integrations/webostv.markdown @bendavid @thecode
source/_integrations/websocket_api.markdown @home-assistant/core

View File

@ -106,9 +106,9 @@ social:
# Home Assistant release details
current_major_version: 2022
current_minor_version: 6
current_patch_version: 7
date_released: 2022-06-22
current_minor_version: 7
current_patch_version: 0
date_released: 2022-07-06
# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.

View File

@ -104,4 +104,4 @@ apache_kafka:
- light.kitchen_light
```
{% include common-tasks/filters.md %}
{% include common-tasks/filters.md %}

View File

@ -16,7 +16,9 @@ The Application Credentials integration is used by integrations that use OAuth2
Some integrations like [Google Calendar](/integrations/google/) will automatically create application credentials as part of adding an integration. To view any entries:
1. Go to **{% my integrations title="Settings -> Devices & Services" %}**
2. Click the overflow menu **...** and choose **Application Credentials**
2. Click the overflow menu on the top right **...** and choose **Application Credentials**
![Devices and services overflow menu](/images/integrations/application_credentials/devices-and-services-menu.png)
![Application credential list](/images/integrations/application_credentials/application-credentials.png)
@ -27,9 +29,10 @@ when setting up for the first time. You may also manually enter credentials with
1. Obtain an OAuth *Client ID* and *Client Secret* from the cloud provider. The integration should have specific instructions for this.
2. In Home Assistant navigate to **{% my integrations title="Settings -> Devices & Services" %}**
3. Click the overflow menu **...** and choose **Application Credentials**
3. Click the overflow menu on the top right **...** and choose **Application Credentials**
4. Select the integration, enter a *Name* and your OAuth *Client ID* and *Client Secret*.
5. Save the credentials
![Manual setup](/images/integrations/application_credentials/application-credential-setup.png)
You may then visit **Integrations** and setup the integration.
You may then visit **Integrations** and setup the integration.

View File

@ -9,6 +9,7 @@ ha_config_flow: true
ha_codeowners:
- '@bbx-a'
- '@bbx-jp'
- '@riokuu'
ha_domain: blebox
ha_platforms:
- air_quality

View File

@ -58,7 +58,7 @@ source:
name:
description: Name to use in the frontend.
required: false
default: source entity ID meter
default: source entity ID derivative
type: string
round:
description: Round the calculated derivative value to at most N decimal places.

View File

@ -15,6 +15,7 @@ ha_platforms:
- binary_sensor
- sensor
ha_integration_type: integration
ha_config_flow: true
---
The `eight_sleep` integration allows Home Assistant to fetch data from your [Eight Sleep](https://eightsleep.com/) smart cover or mattress.

View File

@ -8,6 +8,8 @@ ha_iot_class: Local Push
ha_quality_scale: internal
ha_domain: emulated_hue
ha_integration_type: integration
ha_codeowners:
- '@bdraco'
---
<div class='note warning'>

View File

@ -28,6 +28,7 @@ ha_platforms:
- sensor
- switch
ha_integration_type: integration
ha_dhcp: true
---
This integration allows [ESPHome](https://esphome.io) devices to connect directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html).

View File

@ -4,7 +4,7 @@ description: Instructions on how to use the FinTS sensor.
ha_category:
- Finance
ha_release: '0.70'
ha_iot_class: Local Push
ha_iot_class: Cloud Polling
ha_domain: fints
ha_platforms:
- sensor

View File

@ -5,8 +5,6 @@ ha_category:
- Finance
ha_iot_class: Cloud Polling
ha_release: 0.23
ha_codeowners:
- '@fabaff'
ha_domain: fixer
ha_platforms:
- sensor

View File

@ -3,12 +3,14 @@ title: Frontier Silicon
description: Instructions on how to integrate Frontier Silicon Internet Radios into Home Assistant.
ha_category:
- Media Player
ha_iot_class: Local Push
ha_iot_class: Local Polling
ha_release: '0.40'
ha_domain: frontier_silicon
ha_platforms:
- media_player
ha_integration_type: integration
ha_codeowners:
- '@wlcrs'
---
This integration provides support for Internet Radios based on the [Frontier Silicon chipset]. Some of the manufacturers which offer products based on these chips include: Hama, Medion, Slivercrest, Auna, Technisat, Revo, Pinnel, etc. These devices will be usually controlled by the [UNDOK] app.

View File

@ -10,6 +10,9 @@ ha_codeowners:
- '@home-assistant/cloud'
ha_domain: google_assistant
ha_integration_type: integration
ha_platforms:
- button
- diagnostics
---
The `google_assistant` integration allows you to control things via Google Assistant on your mobile, tablet or Google Home device.

View File

@ -26,6 +26,7 @@ ha_platforms:
- water_heater
ha_config_flow: true
ha_integration_type: integration
ha_homekit: true
---
The Hive integration for Home Assistant allows you to interact with supported devices and services offered by

View File

@ -11,13 +11,14 @@ ha_domain: hunterdouglas_powerview
ha_iot_class: Local Polling
ha_config_flow: true
ha_codeowners:
- "@bdraco"
- "@kingy444"
- "@trullock"
- '@bdraco'
- '@kingy444'
- '@trullock'
ha_homekit: true
ha_platforms:
- button
- cover
- diagnostics
- scene
- sensor
ha_zeroconf: true

View File

@ -65,7 +65,7 @@ source:
name:
description: Name to use in the frontend.
required: false
default: source entity ID meter
default: source entity ID integral
type: string
unique_id:
description: An ID that uniquely identifies the integration sensor. Set this to a unique value to allow customization through the UI.

View File

@ -11,10 +11,10 @@ ha_codeowners:
ha_domain: kostal_plenticore
ha_platforms:
- diagnostics
- number
- select
- sensor
- switch
- number
ha_integration_type: integration
---

View File

@ -9,6 +9,7 @@ ha_domain: lg_soundbar
ha_platforms:
- media_player
ha_integration_type: integration
ha_config_flow: true
---
The `lg_soundbar` platform allows you to control [LG Soundbars](https://www.lg.com/us/sound-bars) from Home Assistant.

View File

@ -3,6 +3,7 @@ title: NETGEAR
description: Instructions on how to integrate NETGEAR routers into Home Assistant.
ha_category:
- Presence Detection
- Updates
ha_iot_class: Local Polling
ha_release: pre 0.7
ha_domain: netgear
@ -11,6 +12,7 @@ ha_platforms:
- device_tracker
- sensor
- switch
- update
ha_config_flow: true
ha_codeowners:
- '@hacf-fr'

View File

@ -56,4 +56,4 @@ Events generated by Nuki are sent as events of type `nuki_event` with the follow
| Event data attribute | Description |
| -------------------- | ------------------------------------------ |
| `type` | The type of the event. Values: `ring`
| `entity_id` | The ID of the entity generating the event.
| `entity_id` | The ID of the entity generating the event.

View File

@ -19,6 +19,7 @@ ha_platforms:
ha_codeowners:
- '@Noltari'
ha_integration_type: integration
ha_dhcp: true
---
This integration interacts with the local API of [QNAP QSW managed switches](https://www.qnap.com/en/product/series/qsw-managed-switches).

View File

@ -15,6 +15,7 @@ ha_platforms:
- climate
- switch
ha_integration_type: integration
ha_dhcp: true
---
The `radiotherm` climate platform let you control a thermostat from [Radio Thermostat](https://www.radiothermostat.com/) or [3M Filtrete](https://www.filtrete.com/). Your thermostat must have the Wi-Fi module installed and connected to your network.
@ -45,5 +46,3 @@ If you want temperature settings from Home Assistant to override a thermostat sc
- CT80 Rev B2 V1.09
New models that are derivatives of the CT30 or CT80 should be detected automatically and basic functionality should work.

View File

@ -31,6 +31,7 @@ ha_platforms:
ha_homekit: true
ha_dhcp: true
ha_integration_type: integration
ha_quality_scale: platinum
---
Integrates [Sensibo](https://sensibo.com) Air Conditioning controller into Home Assistant.

View File

@ -10,6 +10,8 @@ ha_domain: simplepush
ha_platforms:
- notify
ha_integration_type: integration
ha_codeowners:
- '@engrbm87'
---
The `simplepush` platform uses [Simplepush](https://simplepush.io/) to delivery notifications from Home Assistant to your Android device. Unlike similar apps the Simplepush app requires no registration.

View File

@ -36,7 +36,8 @@ In case you would like to convert the values for example to kWh instead of the d
# Example configuration.yaml entry for template platform
template:
- sensor:
- name: solaredge_energy_this_year_template:
- name: solaredge_energy_this_year_template
unit_of_measurement: kWh
state: "{{ (states('sensor.solaredge_energy_this_year') | float / 1000) | round(2) }}"
```

View File

@ -102,4 +102,4 @@ splunk:
- light.kitchen_light
```
{% include common-tasks/filters.md %}
{% include common-tasks/filters.md %}

View File

@ -11,6 +11,7 @@ ha_iot_class: Cloud Polling
ha_config_flow: true
ha_codeowners:
- '@raman325'
- '@lymanepp'
ha_domain: tomorrowio
ha_platforms:
- sensor

View File

@ -12,7 +12,6 @@ ha_config_flow: true
ha_codeowners:
- '@rytilahti'
- '@thegardenmonkey'
- '@bdraco'
ha_domain: tplink
ha_platforms:
- diagnostics

View File

@ -17,6 +17,7 @@ ha_codeowners:
ha_domain: velbus
ha_platforms:
- binary_sensor
- button
- climate
- cover
- diagnostics

View File

@ -6,7 +6,7 @@ ha_category:
ha_release: 0.32
ha_quality_scale: internal
ha_codeowners:
- '@fabaff'
- '@home-assistant/core'
ha_domain: weather
ha_integration_type: integration
---

View File

@ -46,4 +46,4 @@ The integration is tested and verified for the following devices from YoLink:
* YS4909 (valve controller)
* YS5705 (switch)
* YS7A01 (CO & Smoke Sensor)
* YS4002 (Thermostat)
* YS4002 (Thermostat)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -31,6 +31,6 @@ following contents:
When the Docker configuration file is changed and saved, you need to restart the
Docker service on the host machine.
To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT`. After this change is made, you need to reboot the host completely.
To fix issues with the cgroup level, addjust the `/etc/default/grub` and add `systemd.unified_cgroup_hierarchy=false` to `GRUB_CMDLINE_LINUX_DEFAULT` and run `sudo update-grub`. After this change is made, you need to reboot the host completely.
You can also just re-run our [convenience installation script](https://github.com/home-assistant/supervised-installer).