diff --git a/source/_integrations/yamaha.markdown b/source/_integrations/yamaha.markdown
index fd2655f9e07..d184c62eddb 100644
--- a/source/_integrations/yamaha.markdown
+++ b/source/_integrations/yamaha.markdown
@@ -9,9 +9,12 @@ ha_domain: yamaha
ha_platforms:
- media_player
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `yamaha` platform allows you to control [Yamaha Network Receivers](https://usa.yamaha.com/products/audio-visual/av-receivers-amps/rx) from Home Assistant.
+The `yamaha` {% term integration %} allows you to control [Yamaha Network Receivers](https://usa.yamaha.com/products/audio-visual/av-receivers-amps/rx) from Home Assistant.
Supported devices:
@@ -25,7 +28,8 @@ Supported devices:
- [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:
+To add a Yamaha Network Receiver 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
@@ -127,26 +131,26 @@ script:
Enable or disable an output port (HDMI) on the receiver.
-| Service data attribute | Optional | Description |
-| ---------------------- | -------- | ----------- |
-| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers.
-| `port` | no | Port to enable or disable, e.g., `hdmi1`.
-| `enabled` | no | To enable set true, otherwise set to false.
+| Service data attribute | Optional | Description |
+| ---------------------- | -------- | ------------------------------------------------------------------------- |
+| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers. |
+| `port` | no | Port to enable or disable, e.g., `hdmi1`. |
+| `enabled` | no | To enable set true, otherwise set to false. |
### Service `menu_cursor`
Control the menu cursor.
-| Service data attribute | Optional | Description |
-| ---------------------- | -------- | ----------- |
-| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers.
-| `cursor` | no | Name of the cursor key to press: `up`, `down`, `left`, `right`, `select`, `return`
+| Service data attribute | Optional | Description |
+| ---------------------- | -------- | ---------------------------------------------------------------------------------- |
+| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers. |
+| `cursor` | no | Name of the cursor key to press: `up`, `down`, `left`, `right`, `select`, `return` |
### Service `select_scene`
Select a scene on the receiver.
-| Service data attribute | Optional | Description |
-| ---------------------- | -------- | ----------- |
-| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers.
-| `scene` | no | Scene to select, e.g., `BD/DVD Movie Viewing`, `TV Viewing`, `NET Audio Listening` or `Radio Listening`.
+| Service data attribute | Optional | Description |
+| ---------------------- | -------- | -------------------------------------------------------------------------------------------------------- |
+| `entity_id` | yes | String or list of strings that point at `entity_id`s of Yamaha receivers. |
+| `scene` | no | Scene to select, e.g., `BD/DVD Movie Viewing`, `TV Viewing`, `NET Audio Listening` or `Radio Listening`. |
diff --git a/source/_integrations/yandex_transport.markdown b/source/_integrations/yandex_transport.markdown
index b5e2374b5ce..db240f2a8dc 100644
--- a/source/_integrations/yandex_transport.markdown
+++ b/source/_integrations/yandex_transport.markdown
@@ -13,9 +13,12 @@ ha_domain: yandex_transport
ha_platforms:
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `yandex_tranport` sensor platform uses [Yandex Maps](https://maps.yandex.ru/) it will give you the time until the next departure time from a bus/tramway/etc stop.
+The `yandex_tranport` {% term integration %} uses [Yandex Maps](https://maps.yandex.ru/) it will give you the time until the next departure time from a bus/tramway/etc stop.
The [Yandex Maps](https://maps.yandex.ru/) website can help to determine the id of your bus stop. You can select a bus stop by clicking on the map, and look to the URL:
@@ -27,7 +30,8 @@ If you want to track only specific routes, you can add them in the routes sectio
## Configuration
-To activate Yandex Transport, add the following lines to your `configuration.yaml`:
+To activate Yandex Transport, 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/yandextts.markdown b/source/_integrations/yandextts.markdown
index 43f8c75ff6d..2d6d2066f2f 100644
--- a/source/_integrations/yandextts.markdown
+++ b/source/_integrations/yandextts.markdown
@@ -9,9 +9,12 @@ ha_domain: yandextts
ha_platforms:
- tts
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `yandextts` text-to-speech platform uses [Yandex SpeechKit](https://tech.yandex.com/speechkit/) text-to-speech engine to read a text with natural sounding voices.
+The `yandextts` text-to-speech {% term integration %} uses [Yandex SpeechKit](https://tech.yandex.com/speechkit/) text-to-speech engine to read a text with natural sounding voices.
This integration is working only with old API keys. For the new API keys, this integration cannot be used.
@@ -19,7 +22,8 @@ This integration is working only with old API keys. For the new API keys, this i
## Configuration
-To enable text-to-speech with Yandex SpeechKit, add the following lines to your `configuration.yaml`:
+To enable text-to-speech with Yandex SpeechKit, 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/yeelightsunflower.markdown b/source/_integrations/yeelightsunflower.markdown
index 2c3494fdf70..f372a993488 100644
--- a/source/_integrations/yeelightsunflower.markdown
+++ b/source/_integrations/yeelightsunflower.markdown
@@ -11,15 +11,19 @@ ha_domain: yeelightsunflower
ha_platforms:
- light
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `yeelightsunflower` light platform allows you to control your Yeelight Sunflower light bulbs with Home Assistant.
+The `yeelightsunflower` {% term integration %} allows you to control your Yeelight Sunflower light bulbs with Home Assistant.
The "Yeelight Sunflower" bulbs are not the same as the "Yeelight WiFi" bulbs.
-To enable your lights, add the following lines to your `configuration.yaml` file:
+To enable your 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/zabbix.markdown b/source/_integrations/zabbix.markdown
index 75e5bb10b27..4aef704bbcd 100644
--- a/source/_integrations/zabbix.markdown
+++ b/source/_integrations/zabbix.markdown
@@ -10,6 +10,9 @@ ha_domain: zabbix
ha_platforms:
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
The **Zabbix** {% term integration %} is the main {% term integration %} to connect to a [Zabbix](https://www.zabbix.com/) monitoring instance via the Zabbix API.
@@ -22,7 +25,8 @@ There is currently also support for the following device types within Home Assis
## Configuration
-To set the Zabbix {% term integration %} up, add the following information to your `configuration.yaml` file:
+To set the Zabbix {% term integration %} up, add the following information to your {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/zengge.markdown b/source/_integrations/zengge.markdown
index a791ff666c0..38c72fbdfca 100644
--- a/source/_integrations/zengge.markdown
+++ b/source/_integrations/zengge.markdown
@@ -11,13 +11,17 @@ ha_platforms:
ha_integration_type: integration
ha_codeowners:
- '@emontnemery'
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `zengge` platform allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
+The `zengge` {% term integration %} allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.
## Configuration
-To enable the lights, add the following lines to your `configuration.yaml` file:
+To enable the 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/ziggo_mediabox_xl.markdown b/source/_integrations/ziggo_mediabox_xl.markdown
index a7285bdf6cf..79e303e6045 100644
--- a/source/_integrations/ziggo_mediabox_xl.markdown
+++ b/source/_integrations/ziggo_mediabox_xl.markdown
@@ -9,11 +9,15 @@ ha_domain: ziggo_mediabox_xl
ha_platforms:
- media_player
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
The **Ziggo Mediabox XL** {% term integration %} allows you to control a [Ziggo](https://www.ziggo.nl/) Mediabox XL from Home Assistant.
-To add a Ziggo Mediabox XL to your installation, add the following to your `configuration.yaml` file:
+To add a Ziggo Mediabox XL 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/zoneminder.markdown b/source/_integrations/zoneminder.markdown
index 4613ab07518..32e50499bf7 100644
--- a/source/_integrations/zoneminder.markdown
+++ b/source/_integrations/zoneminder.markdown
@@ -19,6 +19,9 @@ ha_platforms:
- sensor
- switch
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
The `zoneminder` integration sets up Home Assistant with your [ZoneMinder](https://www.zoneminder.com) instance.
@@ -32,6 +35,9 @@ There is currently support for the following device types within Home Assistant:
## Configuration
+To add the {% term integration %} to your installation, add it to the {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
+
```yaml
# Example configuration.yaml entry
zoneminder:
@@ -92,7 +98,7 @@ zoneminder:
Once loaded, the `zoneminder` platform will expose a service (`set_run_state`) that can be used to change the current run state of ZoneMinder.
| Service data attribute | Optional | Description |
-|:-----------------------|:---------|:----------------------------------|
+| :--------------------- | :------- | :-------------------------------- |
| `id` | no | Host of the ZoneMinder instance. |
| `name` | no | Name of the new run state to set. |