diff --git a/source/_integrations/my.markdown b/source/_integrations/my.markdown new file mode 100644 index 00000000000..7ac22f9cf00 --- /dev/null +++ b/source/_integrations/my.markdown @@ -0,0 +1,24 @@ +--- +title: My Home Assistant +description: Support for the my.home-assistant.io redirect service. +ha_category: + - Other +ha_release: 2021.3.0 +ha_domain: my +ha_iot_class: Calculated +--- + +This integration handles redirects from the [My Home Assistant](https://my.home-assistant.io) service. + +My Home Assistant allows the documentation to link you to specific pages in your Home Assistant instance. See the [My Home Assistant FAQ](https://my.home-assistant.io/faq.html) for more information. + +## 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: + +Add the following section to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +my: +```