From 66145b0d5ace6ee8e1df8685588e6a690868288b Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 7 May 2024 16:10:50 +0200 Subject: [PATCH] =?UTF-8?q?Add=20information=20to=20restart=20Home=20Assis?= =?UTF-8?q?tant=20after=20adding=20the=20integratio=E2=80=A6=20(#32627)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/_integrations/acer_projector.markdown | 6 +- source/_integrations/actiontec.markdown | 6 +- source/_integrations/ads.markdown | 6 +- source/_integrations/alert.markdown | 16 ++++-- source/_integrations/alpha_vantage.markdown | 6 +- source/_integrations/amazon_polly.markdown | 6 +- source/_integrations/amcrest.markdown | 56 ++++++++++--------- source/_integrations/ampio.markdown | 6 +- source/_integrations/anel_pwrctrl.markdown | 6 +- source/_integrations/apprise.markdown | 6 +- source/_integrations/aprs.markdown | 6 +- source/_integrations/aqualogic.markdown | 6 +- source/_integrations/aquostv.markdown | 6 +- source/_integrations/arest.markdown | 6 +- source/_integrations/arris_tg2492lg.markdown | 6 +- source/_integrations/aruba.markdown | 6 +- source/_integrations/arwn.markdown | 6 +- source/_integrations/assist_pipeline.markdown | 3 + source/_integrations/atome.markdown | 6 +- source/_integrations/avea.markdown | 6 +- source/_integrations/avion.markdown | 3 +- source/_integrations/aws.markdown | 6 +- .../_integrations/azure_service_bus.markdown | 6 +- 23 files changed, 140 insertions(+), 52 deletions(-) diff --git a/source/_integrations/acer_projector.markdown b/source/_integrations/acer_projector.markdown index c4f6ccd2ffe..f156f91af45 100644 --- a/source/_integrations/acer_projector.markdown +++ b/source/_integrations/acer_projector.markdown @@ -9,13 +9,17 @@ ha_domain: acer_projector ha_platforms: - switch ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `acer_projector` switch platform allows you to control the state of RS232 connected projectors from [Acer](https://www.acer.com/). ## Configuration -To use your Acer Projector in your installation, add the following to your `configuration.yaml` file: +To use your Acer Projector in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/actiontec.markdown b/source/_integrations/actiontec.markdown index e916c02befc..d3f51fdbb42 100644 --- a/source/_integrations/actiontec.markdown +++ b/source/_integrations/actiontec.markdown @@ -9,6 +9,9 @@ ha_domain: actiontec ha_platforms: - device_tracker ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The **Actiontec** {% term integration %} allows you to detect presence by looking at devices connected to an [Actiontec](https://www.actiontec.com/) device. @@ -21,7 +24,8 @@ Supported devices (tested): This device tracker needs telnet to be enabled on the router. -To use this device tracker in your installation, add the following to your `configuration.yaml` file: +To use this device tracker in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/ads.markdown b/source/_integrations/ads.markdown index c1b2d3ae2c4..d2174b8d6f1 100644 --- a/source/_integrations/ads.markdown +++ b/source/_integrations/ads.markdown @@ -18,6 +18,9 @@ ha_platforms: - sensor - switch ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The ADS (automation device specification) describes a device-independent and fieldbus independent interface for communication between [Beckhoff](https://www.beckhoff.com/) automation devices running [TwinCAT](https://www.beckhoff.com/en-en/products/automation/twincat/) and other devices implementing this interface. @@ -32,7 +35,8 @@ There is currently support for the following device types within Home Assistant: ## Configuration -To enable ADS, add the following lines to your `configuration.yaml` file: +To enable ADS, add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/alert.markdown b/source/_integrations/alert.markdown index 6310740e956..0ad2520f5e0 100644 --- a/source/_integrations/alert.markdown +++ b/source/_integrations/alert.markdown @@ -11,6 +11,9 @@ ha_codeowners: - '@home-assistant/core' - '@frenck' ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `alert` integration is designed to notify you when problematic issues arise. @@ -23,17 +26,18 @@ Alerts will add an entity to the front end. This entity allows you to silence an alert until it is resolved and has three possible states: -State | Description --|- -`idle` | The condition for the alert is false. -`on` | The condition for the alert is true. -`off` | The condition for the alert is true but it was acknowledged. +| State | Description | +| ------ | ------------------------------------------------------------ | +| `idle` | The condition for the alert is false. | +| `on` | The condition for the alert is true. | +| `off` | The condition for the alert is true but it was acknowledged. | ### Basic example The `alert` integration makes use of any of the `notification` integrations. To setup the `alert` integration, first, you must set up a [notification integration](/integrations/notify). -Then, add the following to your configuration file: +Then, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/alpha_vantage.markdown b/source/_integrations/alpha_vantage.markdown index 8aafb68ec00..7f836a4522c 100644 --- a/source/_integrations/alpha_vantage.markdown +++ b/source/_integrations/alpha_vantage.markdown @@ -9,11 +9,15 @@ ha_domain: alpha_vantage ha_platforms: - sensor ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `alpha_vantage` sensor platform uses [Alpha Vantage](https://www.alphavantage.co) to monitor the stock market. This platform also provides detail about exchange rates. -To enable the `alpha_vantage` platform, add the following lines to your `configuration.yaml` file: +To enable the `alpha_vantage` platform, add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/amazon_polly.markdown b/source/_integrations/amazon_polly.markdown index 2873232f806..3a323c98755 100644 --- a/source/_integrations/amazon_polly.markdown +++ b/source/_integrations/amazon_polly.markdown @@ -9,6 +9,9 @@ ha_iot_class: Cloud Push ha_platforms: - tts ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `amazon_polly` text-to-speech platform that works with [Amazon Polly](https://aws.amazon.com/polly/) to create the spoken output. @@ -22,7 +25,8 @@ Available voices are listed in the [Amazon Documentation](https://docs.aws.amazo ## Configuration -To get started, add the following lines to your `configuration.yaml` (example for Amazon Polly): +To get started, add the following lines to your {% term "`configuration.yaml`" %} file (example for Amazon Polly). +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/amcrest.markdown b/source/_integrations/amcrest.markdown index b9e93737f43..f097ff73f5e 100644 --- a/source/_integrations/amcrest.markdown +++ b/source/_integrations/amcrest.markdown @@ -17,6 +17,9 @@ ha_platforms: ha_codeowners: - '@flacjacket' ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `amcrest` camera platform allows you to integrate your [Amcrest](https://amcrest.com/) or Dahua IP camera or doorbell in Home Assistant. @@ -29,7 +32,8 @@ There is currently support for the following {% term device %} types within Home ## Configuration -To enable your camera in your installation, add the following to your `configuration.yaml` file: +To enable your camera in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry @@ -204,61 +208,61 @@ Available {% term services %}: These {% term services %} enable or disable the camera's audio stream. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | ### Service `enable_motion_recording`/`disable_motion_recording` These {% term services %} enable or disable the camera to record a clip to its configured storage location when motion is detected. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | ### Service `enable_recording`/`disable_recording` These services enable or disable the camera to continuously record to its configured storage location. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | ### Service `goto_preset` This service will cause the camera to move to one of the PTZ locations configured within the camera. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. -`preset` | no | Preset number, starting from 1. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | +| `preset` | no | Preset number, starting from 1. | ### Service `set_color_bw` This service will set the color mode of the camera. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. -`color_bw` | no | One of `auto`, `bw` or `color`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | +| `color_bw` | no | One of `auto`, `bw` or `color`. | ### Service `start_tour`/`stop_tour` These services start or stop the camera's PTZ tour function. -Service data attribute | Optional | Description --|-|- -`entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | ### Service `ptz_control` If your Amcrest or Dahua camera supports PTZ, you will be able to pan, tilt or zoom your camera. -Service data attribute | Optional | Description --|-|- - `entity_id` | no| The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. - `movement` | no | Direction of the movement. Allowed values: `zoom_in`, `zoom_out`, `up`, `down`, `left`, `right`, `right_up`, `right_down`, `left_up`, `left_down` - `travel_time` | yes |Travel time in fractional seconds. Allowed values: `0` to `1`. Default: `0.2`. +| Service data attribute | Optional | Description | +| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | The entity ID of the camera to control. May be a list of multiple entity IDs. To target all cameras, set entity ID to `all`. | +| `movement` | no | Direction of the movement. Allowed values: `zoom_in`, `zoom_out`, `up`, `down`, `left`, `right`, `right_up`, `right_down`, `left_up`, `left_down` | +| `travel_time` | yes | Travel time in fractional seconds. Allowed values: `0` to `1`. Default: `0.2`. | ## Notes diff --git a/source/_integrations/ampio.markdown b/source/_integrations/ampio.markdown index 5527cb9a22e..939bee08844 100644 --- a/source/_integrations/ampio.markdown +++ b/source/_integrations/ampio.markdown @@ -10,6 +10,9 @@ ha_domain: ampio ha_platforms: - air_quality ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `ampio` air quality platform will query the open data API of [ampio.pl](http://smog.ampio.pl/) to monitor air quality sensor station. @@ -20,7 +23,8 @@ To get the ID of a station you need to contact Ampio directly. ## Manual configuration -To enable this platform, add the following lines to your `configuration.yaml` file: +To enable this platform, add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/anel_pwrctrl.markdown b/source/_integrations/anel_pwrctrl.markdown index 9e1e99a67c2..80993033f5f 100644 --- a/source/_integrations/anel_pwrctrl.markdown +++ b/source/_integrations/anel_pwrctrl.markdown @@ -9,6 +9,9 @@ ha_domain: anel_pwrctrl ha_platforms: - switch ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `anel_pwrctrl` switch platform allows you to control [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 6.x and older. [ANEL PwrCtrl](https://en.anel.eu/index.htm?src=/produkte/produkte.htm) devices on firmware 7.x are not supported. @@ -19,7 +22,8 @@ Supported devices (tested): - PwrCtrl Advanced - PwrCtrl Advanced Power -To add this platform to your installation, add the following to your `configuration.yaml` file: +To add this platform to your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/apprise.markdown b/source/_integrations/apprise.markdown index d35bdc34c1b..2ce75ae4898 100644 --- a/source/_integrations/apprise.markdown +++ b/source/_integrations/apprise.markdown @@ -11,13 +11,17 @@ ha_domain: apprise ha_platforms: - notify ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The [Apprise service](https://github.com/caronc/apprise/) is an all-in-one solution to open up Home Assistant to _just about_ every Notification platform (such as Amazon SNS, Discord, Telegram, Slack, MSTeams, Twilio, etc.) ## Configuration -To use Apprise supported notifications, add the following to your `configuration.yaml` file: +To use Apprise supported notifications, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry using URLs diff --git a/source/_integrations/aprs.markdown b/source/_integrations/aprs.markdown index 5ea9e6b79b3..8ac6ebee773 100644 --- a/source/_integrations/aprs.markdown +++ b/source/_integrations/aprs.markdown @@ -11,13 +11,17 @@ ha_domain: aprs ha_platforms: - device_tracker ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `aprs` [(Automatic Packet Reporting System)](https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System) device tracker integration connects to the [APRS-IS](http://aprs-is.net/) network for tracking amateur radio devices. ## Configuration -To enable APRS tracking in Home Assistant, add the following section to `configuration.yaml`: +To enable APRS tracking in Home Assistant, add the following section to {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/aqualogic.markdown b/source/_integrations/aqualogic.markdown index 0876dd58f01..f6ddb149032 100644 --- a/source/_integrations/aqualogic.markdown +++ b/source/_integrations/aqualogic.markdown @@ -12,6 +12,9 @@ ha_platforms: - sensor - switch ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The AquaLogic integration provides connectivity to a Hayward/Goldline AquaLogic/ProLogic pool controller. Note that an RS-485 to Ethernet adapter connected to the pool controller is required. @@ -23,7 +26,8 @@ There is currently support for the following device types within Home Assistant: ## Configuration -To add the AquaLogic integration to your installation, add the following to your `configuration.yaml` file: +To add the AquaLogic integration to your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/aquostv.markdown b/source/_integrations/aquostv.markdown index 6432a827a54..2ce4cbbdd0b 100644 --- a/source/_integrations/aquostv.markdown +++ b/source/_integrations/aquostv.markdown @@ -9,6 +9,9 @@ ha_domain: aquostv ha_platforms: - media_player ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `aquostv` platform allows you to control a [Sharp Aquos TV](https://global.sharp/aquos/index.html). @@ -17,7 +20,8 @@ When the TV is first connected, you will need to accept Home Assistant on the TV ## Configuration -To add a TV to your installation, add the following to your `configuration.yaml` file: +To add a TV to your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/arest.markdown b/source/_integrations/arest.markdown index 860d6b00afc..e7e18cda45e 100644 --- a/source/_integrations/arest.markdown +++ b/source/_integrations/arest.markdown @@ -14,6 +14,9 @@ ha_platforms: - sensor - switch ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- There is currently support for the following device types within Home Assistant: @@ -26,7 +29,8 @@ There is currently support for the following device types within Home Assistant: The `arest` binary sensor platform allows you to get all data from your devices (like Arduinos with an ethernet/Wi-Fi connection, the ESP8266, and the Raspberry Pi) running the [aREST](https://arest.io/) RESTful framework. -To use your aREST binary sensor in your installation, add the following to your `configuration.yaml` file: +To use your aREST binary sensor in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/arris_tg2492lg.markdown b/source/_integrations/arris_tg2492lg.markdown index 2ec082a22a7..06a4fd4d8f3 100644 --- a/source/_integrations/arris_tg2492lg.markdown +++ b/source/_integrations/arris_tg2492lg.markdown @@ -11,6 +11,9 @@ ha_iot_class: Local Polling ha_platforms: - device_tracker ha_integration_type: hub +related: + - docs: /docs/configuration/ + title: Configuration file --- This platform allows you to detect presence by looking at connected devices to an Arris TG2492LG router. @@ -24,7 +27,8 @@ This is one of the routers provided by: The router prevents the admin user from logging in twice. This can cause problems with accessing the router's configuration pages while this platform is active. -To use this device tracker in your installation, add the following to your `configuration.yaml` file: +To use this device tracker in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/aruba.markdown b/source/_integrations/aruba.markdown index 257626a69f6..eb7887a0db6 100644 --- a/source/_integrations/aruba.markdown +++ b/source/_integrations/aruba.markdown @@ -9,6 +9,9 @@ ha_domain: aruba ha_platforms: - device_tracker ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- This platform allows you to detect presence by looking at connected devices to an [Aruba Instant](https://www.arubanetworks.com/products/networking/aruba-instant/) device. @@ -27,7 +30,8 @@ Supported devices (tested): This device tracker needs telnet to be enabled on the router. -To use this device tracker in your installation, add the following to your `configuration.yaml` file: +To use this device tracker in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/arwn.markdown b/source/_integrations/arwn.markdown index 820fa187bf6..5641d2faa01 100644 --- a/source/_integrations/arwn.markdown +++ b/source/_integrations/arwn.markdown @@ -9,11 +9,15 @@ ha_domain: arwn ha_platforms: - sensor ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `arwn` sensor platform is a client for the [Ambient Radio Weather Network](https://github.com/sdague/arwn) project. This collects weather station data and makes it available in an MQTT subtree. -To use your ARWN setup, you must already have configured the [MQTT](/integrations/mqtt/) platform. Then add the following to your `configuration.yaml` file: +To use your ARWN setup, you must already have configured the [MQTT](/integrations/mqtt/) platform. Then add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/assist_pipeline.markdown b/source/_integrations/assist_pipeline.markdown index edff2cd5347..e0fc55f3225 100644 --- a/source/_integrations/assist_pipeline.markdown +++ b/source/_integrations/assist_pipeline.markdown @@ -13,6 +13,9 @@ ha_integration_type: integration ha_quality_scale: internal ha_platforms: - select +related: + - docs: /docs/configuration/ + title: Configuration file --- The Assist pipeline integration provides the foundation for the [Assist](/voice_control/) voice assistant in Home Assistant. diff --git a/source/_integrations/atome.markdown b/source/_integrations/atome.markdown index 7afcccd7de3..952db5f788e 100644 --- a/source/_integrations/atome.markdown +++ b/source/_integrations/atome.markdown @@ -12,6 +12,9 @@ ha_domain: atome ha_platforms: - sensor ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `atome` sensor platform is retrieving the consumption of your home from the [Direct Energy Atome electric meter](https://total.direct-energie.com/particuliers/electricite/compteur-linky/atome). @@ -24,7 +27,8 @@ As there is no official documentation for the API, the integration retrieves dat To use it, you need to order the device directly from "Total Direct Energie" Mobile App. Then you need to follow up the installation (covered in the Atome App). The configuration (see below) needs your Atome username & password you created during the initialization of the Atome device. -Next, add the Atome sensor to your `configuration.yaml` file like below: +Next, add the Atome sensor to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/avea.markdown b/source/_integrations/avea.markdown index 4864ba2f8ec..d0d84e556e8 100644 --- a/source/_integrations/avea.markdown +++ b/source/_integrations/avea.markdown @@ -11,13 +11,17 @@ ha_domain: avea ha_platforms: - light ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- [Elgato Avea](https://www.evehome.com/en/news/elgato-avea-transform-your-home) is a Bluetooth light bulb that is no longer supported by the manufacturer. The `avea` integration allows you to control all your Avea bulbs with Home Assistant. ## Configuration -To enable Avea, add the following lines to your `configuration.yaml` file: +To enable Avea, add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/avion.markdown b/source/_integrations/avion.markdown index b604754f050..5932e8c2a9b 100644 --- a/source/_integrations/avion.markdown +++ b/source/_integrations/avion.markdown @@ -27,7 +27,8 @@ with the email and password fields replaced with those used when registering the ## Configuration -To enable these lights, add the following lines to your `configuration.yaml` file: +To enable these lights, add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/aws.markdown b/source/_integrations/aws.markdown index 8eeb822529f..1bef62a569c 100644 --- a/source/_integrations/aws.markdown +++ b/source/_integrations/aws.markdown @@ -9,6 +9,9 @@ ha_domain: aws ha_platforms: - notify ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `aws` integration provides a single place to interact with [Amazon Web Services](https://aws.amazon.com/). Currently it provides a notification platform that can send a message to [AWS SQS](https://aws.amazon.com/sqs/), [AWS SNS](https://aws.amazon.com/sns/), or invoke [AWS Lambda](https://aws.amazon.com/lambda/) functions. @@ -23,7 +26,8 @@ The `aws` integration is using [botocore](https://botocore.amazonaws.com/v1/docu ## Configuration -To use the `aws` integration and the `notify` platform in your installation, add the following to your `configuration.yaml` file: +To use the `aws` integration and the `notify` platform in your installation, add the following to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/azure_service_bus.markdown b/source/_integrations/azure_service_bus.markdown index 25ae9f72c34..176f5ba42cc 100644 --- a/source/_integrations/azure_service_bus.markdown +++ b/source/_integrations/azure_service_bus.markdown @@ -11,6 +11,9 @@ ha_domain: azure_service_bus ha_platforms: - notify ha_integration_type: integration +related: + - docs: /docs/configuration/ + title: Configuration file --- The `Azure Service Bus` integration allows you to send messages to [Azure Service Bus](https://azure.microsoft.com/products/service-bus/) from within Home Assistant. @@ -33,7 +36,8 @@ The queue or topic that you are sending to needs to exists with the service bus ## Configuration -Add the following lines to your `configuration.yaml` file: +Add the following lines to your {% term "`configuration.yaml`" %} file. +{% include integrations/restart_ha_after_config_inclusion.md %} ```yaml # Example configuration.yaml entry