diff --git a/source/_integrations/cloud.markdown b/source/_integrations/cloud.markdown index f6c0c83a25d..9085e5f3305 100644 --- a/source/_integrations/cloud.markdown +++ b/source/_integrations/cloud.markdown @@ -14,7 +14,7 @@ The Home Assistant Cloud allows you to quickly integrate your local Home Assista ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry to enable the cloud component diff --git a/source/_integrations/config.markdown b/source/_integrations/config.markdown index 5fb202cbac9..871e6a78367 100644 --- a/source/_integrations/config.markdown +++ b/source/_integrations/config.markdown @@ -13,7 +13,7 @@ ha_domain: config The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant. -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/frontend.markdown b/source/_integrations/frontend.markdown index 6d022c91fd6..65d7a31d428 100644 --- a/source/_integrations/frontend.markdown +++ b/source/_integrations/frontend.markdown @@ -11,7 +11,7 @@ ha_codeowners: ha_domain: frontend --- -This offers the official frontend to control Home Assistant. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This offers the official frontend to control Home Assistant. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/history.markdown b/source/_integrations/history.markdown index f3b10ce5e9a..21e45b807c9 100644 --- a/source/_integrations/history.markdown +++ b/source/_integrations/history.markdown @@ -17,7 +17,7 @@ integration for storing the data and uses the same database setting. If any entities are excluded from being recorded, no history will be available for these entities. -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Basic configuration.yaml entry diff --git a/source/_integrations/logbook.markdown b/source/_integrations/logbook.markdown index d9f2ba10af5..adbadbfb23e 100644 --- a/source/_integrations/logbook.markdown +++ b/source/_integrations/logbook.markdown @@ -18,7 +18,7 @@ the [`recorder`](/integrations/recorder/) integration for storing the data. This PostgreSQL as data store, the `logbook` integration does not use the default SQLite database to store data. -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/map.markdown b/source/_integrations/map.markdown index e984d94b71b..c012de69fdf 100644 --- a/source/_integrations/map.markdown +++ b/source/_integrations/map.markdown @@ -9,7 +9,7 @@ ha_domain: map ha_iot_class: --- -This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/mobile_app.markdown b/source/_integrations/mobile_app.markdown index 49be71bc117..9e5f673efd0 100644 --- a/source/_integrations/mobile_app.markdown +++ b/source/_integrations/mobile_app.markdown @@ -20,7 +20,7 @@ If you are a mobile app developer, see the [developer documentation](https://dev ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/my.markdown b/source/_integrations/my.markdown index 7ac22f9cf00..32cbe8ac529 100644 --- a/source/_integrations/my.markdown +++ b/source/_integrations/my.markdown @@ -3,9 +3,9 @@ title: My Home Assistant description: Support for the my.home-assistant.io redirect service. ha_category: - Other -ha_release: 2021.3.0 +ha_release: 2021.3 ha_domain: my -ha_iot_class: Calculated +ha_iot_class: --- This integration handles redirects from the [My Home Assistant](https://my.home-assistant.io) service. @@ -14,7 +14,7 @@ My Home Assistant allows the documentation to link you to specific pages in your ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: Add the following section to your `configuration.yaml` file: diff --git a/source/_integrations/person.markdown b/source/_integrations/person.markdown index cf86970e7ec..f9dd56cec0e 100644 --- a/source/_integrations/person.markdown +++ b/source/_integrations/person.markdown @@ -33,7 +33,7 @@ You can manage persons via the UI from the person page inside the configuration ## Configuring the `person` integration via the Home Assistant configuration panel -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml person: diff --git a/source/_integrations/ssdp.markdown b/source/_integrations/ssdp.markdown index 856a6621e45..e92a54b5569 100644 --- a/source/_integrations/ssdp.markdown +++ b/source/_integrations/ssdp.markdown @@ -14,7 +14,7 @@ Integrations can opt-in to be found by adding [an SSDP section](https://develope ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/sun.markdown b/source/_integrations/sun.markdown index 1a62c7b5381..39f46f8c9d6 100644 --- a/source/_integrations/sun.markdown +++ b/source/_integrations/sun.markdown @@ -20,7 +20,7 @@ below the horizon. The sun can be used within automation as ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/system_health.markdown b/source/_integrations/system_health.markdown index b43858a826a..bddfcf9693f 100644 --- a/source/_integrations/system_health.markdown +++ b/source/_integrations/system_health.markdown @@ -11,7 +11,7 @@ ha_iot_class: 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. -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry diff --git a/source/_integrations/updater.markdown b/source/_integrations/updater.markdown index 5488a931e04..4ca50fe8f35 100644 --- a/source/_integrations/updater.markdown +++ b/source/_integrations/updater.markdown @@ -17,7 +17,7 @@ The updater integration will also collect basic information about the running Ho ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually: ```yaml updater: diff --git a/source/_integrations/zeroconf.markdown b/source/_integrations/zeroconf.markdown index 5baf1b8d5b0..55f500cf875 100644 --- a/source/_integrations/zeroconf.markdown +++ b/source/_integrations/zeroconf.markdown @@ -17,7 +17,7 @@ Integrations can opt-in to be found by adding either [a Zeroconf section](https: ## Configuration -This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, and you wish to have Home Assistant scan for integrations using zeroconf and HomeKit, the following example shows you how to enable this integration manually: +This integration is by default enabled, unless you've disabled or removed the [`default_config:`](/integrations/default_config/) line from your configuration. If that is the case, and you wish to have Home Assistant scan for integrations using zeroconf and HomeKit, the following example shows you how to enable this integration manually: ```yaml # Example configuration.yaml entry