From 8c5744e79efa219fc2c6502208c04a8c4b17f096 Mon Sep 17 00:00:00 2001
From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Date: Mon, 13 May 2024 17:56:01 +0200
Subject: [PATCH] t-integrations: restart HA after changing config (#32726)
---
source/_integrations/tank_utility.markdown | 6 +++++-
source/_integrations/tapsaff.markdown | 8 ++++++--
source/_integrations/tcp.markdown | 8 ++++++--
source/_integrations/ted5000.markdown | 6 +++++-
source/_integrations/telegram.markdown | 8 ++++++--
source/_integrations/tellduslive.markdown | 8 ++++++--
source/_integrations/tellstick.markdown | 8 ++++++--
source/_integrations/telnet.markdown | 8 ++++++--
source/_integrations/temper.markdown | 8 ++++++--
source/_integrations/tensorflow.markdown | 8 ++++++--
source/_integrations/tfiac.markdown | 8 ++++++--
11 files changed, 64 insertions(+), 20 deletions(-)
diff --git a/source/_integrations/tank_utility.markdown b/source/_integrations/tank_utility.markdown
index f9f6afca980..47925d4186f 100644
--- a/source/_integrations/tank_utility.markdown
+++ b/source/_integrations/tank_utility.markdown
@@ -9,6 +9,9 @@ ha_domain: tank_utility
ha_platforms:
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
Add [Tank Utility](https://www.tankutility.com/) propane tank monitors to Home Assistant.
@@ -54,7 +57,8 @@ The device item value is the last segment of the URL path, e.g., the URL
## Configuration
-To enable the integration, add the following lines to your `configuration.yaml` file:
+To enable the {% term integration %}, 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/tapsaff.markdown b/source/_integrations/tapsaff.markdown
index a2eefa8a538..0b7ece0c31b 100644
--- a/source/_integrations/tapsaff.markdown
+++ b/source/_integrations/tapsaff.markdown
@@ -11,13 +11,17 @@ ha_codeowners:
ha_platforms:
- binary_sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `tapsaff` binary sensor provides the 'Taps Aff' status for a given location within the UK using [Taps Aff](https://www.taps-aff.co.uk/).
+The `tapsaff` binary sensor {% term integration %} provides the 'Taps Aff' status for a given location within the UK using [Taps Aff](https://www.taps-aff.co.uk/).
## Configuration
-To enable this sensor, add the following lines to your `configuration.yaml`:
+To enable this {% term integration %}, 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/tcp.markdown b/source/_integrations/tcp.markdown
index 410221856d6..750b573618d 100644
--- a/source/_integrations/tcp.markdown
+++ b/source/_integrations/tcp.markdown
@@ -11,9 +11,12 @@ ha_platforms:
- binary_sensor
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The TCP integration allows the integration of some services for which a specific Home Assistant integration does not exist. If the service communicates over a TCP socket with a simple request/reply mechanism then the chances are that this integration will allow integration with it.
+The TCP {% term integration %} allows the integration of some services for which a specific Home Assistant integration does not exist. If the service communicates over a TCP socket with a simple request/reply mechanism then the chances are that this integration will allow integration with it.
There is currently support for the following device types within Home Assistant:
@@ -22,7 +25,8 @@ There is currently support for the following device types within Home Assistant:
## Sensor
-To enable the TCP sensor, add the following lines to your `configuration.yaml`:
+To enable the TCP {% term integration %}, 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/ted5000.markdown b/source/_integrations/ted5000.markdown
index da2d60cac9c..8a2a8a4e0bf 100644
--- a/source/_integrations/ted5000.markdown
+++ b/source/_integrations/ted5000.markdown
@@ -9,11 +9,15 @@ ha_domain: ted5000
ha_platforms:
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
The `ted 5000` monitors electricity consumption/production by connecting to the [TED](https://www.theenergydetective.com/) gateway, itself connected to one or several Measuring Transmitting Units (MTU). The platform creates up to two sensors per MTU, one for Wattage the other for Voltage.
-If you want to enable the ted5000 sensor, add the following lines to your `configuration.yaml`:
+If you want to enable the ted5000 {% term integration %}, 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/telegram.markdown b/source/_integrations/telegram.markdown
index f4c16d70e2e..c391b091629 100644
--- a/source/_integrations/telegram.markdown
+++ b/source/_integrations/telegram.markdown
@@ -9,9 +9,12 @@ ha_domain: telegram
ha_platforms:
- notify
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `telegram` integration uses [Telegram](https://www.telegram.org) to deliver notifications from Home Assistant to your Telegram application(s).
+The `telegram` {% term integration %} uses [Telegram](https://www.telegram.org) to deliver notifications from Home Assistant to your Telegram application(s).
## Setup example
@@ -125,7 +128,8 @@ If you want to add new chat IDs then you will need to disable the active configu
## Configuration
-To enable Telegram notifications in your installation, add the following to your `configuration.yaml` file:
+To enable Telegram notifications 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 for the Telegram Bot
diff --git a/source/_integrations/tellduslive.markdown b/source/_integrations/tellduslive.markdown
index 2b4b1a99ea4..550dfe47207 100644
--- a/source/_integrations/tellduslive.markdown
+++ b/source/_integrations/tellduslive.markdown
@@ -22,9 +22,12 @@ ha_platforms:
- sensor
- switch
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `tellduslive` integration let you connect to the [Telldus Live](https://live.telldus.com) API. It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
+The `tellduslive` {% term integration %} let you connect to the [Telldus Live](https://live.telldus.com) API. It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
@@ -36,7 +39,8 @@ Local API supports only one device at this stage. Local API is only supported wi
## Configuration
-To manually integrate your Telldus Live with Home Assistant, e.g., if your device is on another network or in another location, add the following section to your `configuration.yaml` file:
+To manually integrate your Telldus Live with Home Assistant, e.g., if your device is on another network or in another location, add the following section to your {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/tellstick.markdown b/source/_integrations/tellstick.markdown
index 84b8cad4c61..f98ac852a61 100644
--- a/source/_integrations/tellstick.markdown
+++ b/source/_integrations/tellstick.markdown
@@ -16,9 +16,12 @@ ha_platforms:
- sensor
- switch
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `tellstick` integration integrates [TellStick][tellstick-gateway] devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 MHz. There are a number of vendors (Capidi Elro, Intertechno, Nexa, Proove, Sartano, and Viking) who are selling products that work with TellStick. For more details, please check the TellStick [protocol list](http://developer.telldus.com/wiki/TellStick_conf).
+The `tellstick` {% term integration %} integrates [TellStick][tellstick-gateway] devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 MHz. There are a number of vendors (Capidi Elro, Intertechno, Nexa, Proove, Sartano, and Viking) who are selling products that work with TellStick. For more details, please check the TellStick [protocol list](http://developer.telldus.com/wiki/TellStick_conf).
There is currently support for the following device types within Home Assistant:
@@ -32,7 +35,8 @@ There is currently support for the following device types within Home Assistant:
## Configuration
-To get started, add the devices to your `configuration.yaml` file.
+To get started, add the {% term integration %} to your {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml
# Example configuration.yaml entry
diff --git a/source/_integrations/telnet.markdown b/source/_integrations/telnet.markdown
index 3a2ea017425..ddbd13a1a5f 100644
--- a/source/_integrations/telnet.markdown
+++ b/source/_integrations/telnet.markdown
@@ -9,11 +9,15 @@ ha_domain: telnet
ha_platforms:
- switch
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `telnet` switch platform allows you to control devices with telnet commands.
+The `telnet` switch {% term integration %} allows you to control devices with telnet commands.
-To enable this switch, add the following lines to your `configuration.yaml` file:
+To enable this {% term integration %}, add the following lines to your {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
{% raw %}
diff --git a/source/_integrations/temper.markdown b/source/_integrations/temper.markdown
index 1013684a707..4efd31c9263 100644
--- a/source/_integrations/temper.markdown
+++ b/source/_integrations/temper.markdown
@@ -9,13 +9,17 @@ ha_domain: temper
ha_platforms:
- sensor
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-This `temper` sensor platform allows you to get the current temperature from a TEMPer device.
+This `temper` sensor {% term integration %} allows you to get the current temperature from a TEMPer device.
## Configuration
-To use your TEMPer sensor in your installation, add the following to your `configuration.yaml` file:
+To use your TEMPer {% term integration %} 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/tensorflow.markdown b/source/_integrations/tensorflow.markdown
index 3a2079de56f..356134cd467 100644
--- a/source/_integrations/tensorflow.markdown
+++ b/source/_integrations/tensorflow.markdown
@@ -7,9 +7,12 @@ ha_iot_class: Local Polling
ha_release: 0.82
ha_domain: tensorflow
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The TensorFlow image processing platform allows you to detect and recognize objects in a camera image using [TensorFlow](https://www.tensorflow.org/). The state of the entity is the number of objects detected, and recognized objects are listed in the `summary` attribute along with quantity. The `matches` attribute provides the confidence `score` for recognition and the bounding `box` of the object for each detection category.
+The TensorFlow image processing {% term integration %} allows you to detect and recognize objects in a camera image using [TensorFlow](https://www.tensorflow.org/). The state of the entity is the number of objects detected, and recognized objects are listed in the `summary` attribute along with quantity. The `matches` attribute provides the confidence `score` for recognition and the bounding `box` of the object for each detection category.
This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised or Container.
@@ -74,7 +77,8 @@ Whichever model you choose, download it and extract in to the `tensorflow/models
## Configuration
-To enable this platform in your installation, add the following to your `configuration.yaml` file:
+To enable this {% term integration %} 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/tfiac.markdown b/source/_integrations/tfiac.markdown
index cc1666a914b..60e8b51135a 100644
--- a/source/_integrations/tfiac.markdown
+++ b/source/_integrations/tfiac.markdown
@@ -12,13 +12,17 @@ ha_domain: tfiac
ha_platforms:
- climate
ha_integration_type: integration
+related:
+ - docs: /docs/configuration/
+ title: Configuration file
---
-The `tfiac` integration integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at [Play Store](https://play.google.com/store/apps/details?id=com.tcl.export) and [App Store](https://itunes.apple.com/app/tfiac/id1059938398).
+The `tfiac` {% term integration %} integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at [Play Store](https://play.google.com/store/apps/details?id=com.tcl.export) and [App Store](https://itunes.apple.com/app/tfiac/id1059938398).
## Configuration
-To add your Tfiac device into your Home Assistant installation, add the following to your `configuration.yaml` file:
+To add your Tfiac {% term integration %} into your Home Assistant installation, add the following to your {% term "`configuration.yaml`" %} file.
+{% include integrations/restart_ha_after_config_inclusion.md %}
```yaml
# Full manual example configuration.yaml entry