Add documentation for my (#16456)

This commit is contained in:
Bram Kragten 2021-02-08 14:44:31 +01:00 committed by GitHub
parent d8332c545e
commit 082e0fc157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:
```