mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
integrations-move-related-topics (#32412)
This commit is contained in:
parent
e6448f68dc
commit
6d58f9cea0
@ -1,6 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "check_config"
|
title: "check_config"
|
||||||
description: "Script to perform a check of the current configuration"
|
description: "Script to perform a check of the current configuration"
|
||||||
|
related:
|
||||||
|
- docs: /docs/configuration/#validating-the-configuration
|
||||||
|
title: Validating the configuration
|
||||||
---
|
---
|
||||||
|
|
||||||
Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.
|
Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant.
|
||||||
@ -28,7 +31,3 @@ optional arguments:
|
|||||||
-f, --files Show used configuration files
|
-f, --files Show used configuration files
|
||||||
-s, --secrets Show secret information
|
-s, --secrets Show secret information
|
||||||
```
|
```
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Validating the configuration](/docs/configuration/#validating-the-configuration)
|
|
@ -10,6 +10,15 @@ ha_codeowners:
|
|||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
ha_iot_class: Calculated
|
ha_iot_class: Calculated
|
||||||
ha_integration_type: system
|
ha_integration_type: system
|
||||||
|
related:
|
||||||
|
- docs: /installation/#advanced-installation-methods
|
||||||
|
title: Home Assistant installation methods
|
||||||
|
- docs: /getting-started/onboarding/
|
||||||
|
title: Recover from backup during onboarding
|
||||||
|
- docs: /docs/configuration/
|
||||||
|
title: Configuration file
|
||||||
|
- docs: /common-tasks/os/#restoring-a-backup
|
||||||
|
title: Home Assistant Operating System- Restoring a backup
|
||||||
---
|
---
|
||||||
|
|
||||||
The **Backup** {% term integration %} allows you to create and download backups for your {% term "Home Assistant Core" %} and {% term "Home Assistant Container" %} installations. This backup file can be used if you migrate to {% term "Home Assistant Operating System" %}.
|
The **Backup** {% term integration %} allows you to create and download backups for your {% term "Home Assistant Core" %} and {% term "Home Assistant Container" %} installations. This backup file can be used if you migrate to {% term "Home Assistant Operating System" %}.
|
||||||
@ -74,10 +83,3 @@ The steps on recovering from a backup depend on the installation type and use ca
|
|||||||
3. If you migrate from a {% term "Home Assistant Core" %} or {% term "Home Assistant Container" %} installation to {% term "Home Assistant Operating System" %}:
|
3. If you migrate from a {% term "Home Assistant Core" %} or {% term "Home Assistant Container" %} installation to {% term "Home Assistant Operating System" %}:
|
||||||
- You can use these backup files during [onboarding](/getting-started/onboarding/) to recover your installation from backup.
|
- You can use these backup files during [onboarding](/getting-started/onboarding/) to recover your installation from backup.
|
||||||
|
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Home Assistant installation methods](/installation/#advanced-installation-methods)
|
|
||||||
- [Recover from backup during onboarding](/getting-started/onboarding/)
|
|
||||||
- [Configuration file](/docs/configuration/)
|
|
||||||
- [Home Assistant Operating System: Restoring a backup](/common-tasks/os/#restoring-a-backup)
|
|
||||||
|
@ -13,6 +13,15 @@ ha_domain: bring
|
|||||||
ha_integration_type: service
|
ha_integration_type: service
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- todo
|
- todo
|
||||||
|
related:
|
||||||
|
- docs: /integrations/todo
|
||||||
|
title: To-do list integration documentation
|
||||||
|
- docs: /integrations/#to-do-list
|
||||||
|
title: List of to-do list integrations
|
||||||
|
- docs: /dashboards/todo-list/
|
||||||
|
title: To-do list card
|
||||||
|
- url: https://www.getbring.com/
|
||||||
|
title: Bring!
|
||||||
---
|
---
|
||||||
|
|
||||||
The **Bring!** integration allows you to interact with your [Bring!](https://www.getbring.com/) shopping lists within Home Assistant.
|
The **Bring!** integration allows you to interact with your [Bring!](https://www.getbring.com/) shopping lists within Home Assistant.
|
||||||
@ -20,10 +29,3 @@ The **Bring!** integration allows you to interact with your [Bring!](https://www
|
|||||||
For authentication, the integration requires the `email` and `password` you used for your Bring! account. If you want to automatically receive notifications via the Bring! app when Home Assistant adds or removes an item from the list, you should use a dedicated account (such as `email: your.name+ha@gmail.com`) to connect Home Assistant with [Bring!](https://www.getbring.com/).
|
For authentication, the integration requires the `email` and `password` you used for your Bring! account. If you want to automatically receive notifications via the Bring! app when Home Assistant adds or removes an item from the list, you should use a dedicated account (such as `email: your.name+ha@gmail.com`) to connect Home Assistant with [Bring!](https://www.getbring.com/).
|
||||||
|
|
||||||
{% include integrations/config_flow.md %}
|
{% include integrations/config_flow.md %}
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Bring!](https://www.getbring.com/)
|
|
||||||
- [To-do list integration documentation](/integrations/todo)
|
|
||||||
- [List of to-do list integrations](/integrations/#to-do-list)
|
|
||||||
- [To-do list card](/dashboards/todo-list/)
|
|
||||||
|
@ -12,6 +12,13 @@ ha_platforms:
|
|||||||
- todo
|
- todo
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
related:
|
||||||
|
- docs: /integrations/todo
|
||||||
|
title: To-do list integration documentation
|
||||||
|
- docs: /integrations/#to-do-list
|
||||||
|
title: List of to-do list integrations
|
||||||
|
- docs: /dashboards/todo-list/
|
||||||
|
title: To-do list card
|
||||||
---
|
---
|
||||||
|
|
||||||
The **CalDAV** integration allows you to connect your WebDAV calendar to Home Assistant
|
The **CalDAV** integration allows you to connect your WebDAV calendar to Home Assistant
|
||||||
|
@ -12,6 +12,17 @@ ha_codeowners:
|
|||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- todo
|
- todo
|
||||||
|
related:
|
||||||
|
- docs: /integrations/todo
|
||||||
|
title: To-do list integration documentation
|
||||||
|
- docs: /integrations/#to-do-list
|
||||||
|
title: List of to-do list integrations
|
||||||
|
- docs: /dashboards/todo-list/
|
||||||
|
title: To-do list card
|
||||||
|
- url: https://support.google.com/tasks/answer/7675772
|
||||||
|
title: Google Tasks
|
||||||
|
- url: https://console.cloud.google.com/apis/library/tasks.googleapis.com
|
||||||
|
title: Google Developers Console
|
||||||
---
|
---
|
||||||
|
|
||||||
The **Google Tasks** integration allows you to connect your [Google Tasks](https://support.google.com/tasks/answer/7675772) to Home Assistant. The integration adds a [to-do list entity](/integrations/todo) for
|
The **Google Tasks** integration allows you to connect your [Google Tasks](https://support.google.com/tasks/answer/7675772) to Home Assistant. The integration adds a [to-do list entity](/integrations/todo) for
|
||||||
@ -78,14 +89,3 @@ The integration setup will next give you instructions to enter the [Application
|
|||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
If you have an error with your credentials, you can delete them in the [Application Credentials](/integrations/application_credentials/) user interface.
|
If you have an error with your credentials, you can delete them in the [Application Credentials](/integrations/application_credentials/) user interface.
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Google Tasks](https://support.google.com/tasks/answer/7675772)
|
|
||||||
- [Google Developers Console](https://console.cloud.google.com/apis/library/tasks.googleapis.com)
|
|
||||||
|
|
||||||
### To-do list
|
|
||||||
|
|
||||||
- [To-do list integration documentation](/integrations/todo)
|
|
||||||
- [List of to-do list integrations](/integrations/#to-do-list)
|
|
||||||
- [To-do list card](/dashboards/todo-list/)
|
|
||||||
|
@ -12,6 +12,15 @@ ha_domain: ourgroceries
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- todo
|
- todo
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
|
related:
|
||||||
|
- docs: /integrations/todo
|
||||||
|
title: To-do list integration documentation
|
||||||
|
- docs: /integrations/#to-do-list
|
||||||
|
title: List of to-do list integrations
|
||||||
|
- docs: /dashboards/todo-list/
|
||||||
|
title: To-do list card
|
||||||
|
- url: https://www.ourgroceries.com/
|
||||||
|
title: OurGroceries
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration connects with an [OurGroceries](https://www.ourgroceries.com/) account and integrates your shopping lists into Home Assistant.
|
This integration connects with an [OurGroceries](https://www.ourgroceries.com/) account and integrates your shopping lists into Home Assistant.
|
||||||
|
@ -14,6 +14,19 @@ ha_platforms:
|
|||||||
- todo
|
- todo
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
related:
|
||||||
|
- docs: /integrations/todo
|
||||||
|
title: To-do list integration documentation
|
||||||
|
- docs: /integrations/#to-do-list
|
||||||
|
title: List of to-do list integrations
|
||||||
|
- docs: /dashboards/todo-list/
|
||||||
|
title: To-do list card
|
||||||
|
- docs: /dashboards/dashboards/
|
||||||
|
title: Dashboards
|
||||||
|
- docs: /integrations/calendar/
|
||||||
|
title: Calendar
|
||||||
|
- url: https://todoist.com
|
||||||
|
title: Todoist projects
|
||||||
---
|
---
|
||||||
|
|
||||||
This platform allows you to connect to your [Todoist projects](https://todoist.com) as [todo](/integrations/todo/) or [calendar](/integrations/calendar/) entities. All tasks get updated roughly every 15 minutes.
|
This platform allows you to connect to your [Todoist projects](https://todoist.com) as [todo](/integrations/todo/) or [calendar](/integrations/calendar/) entities. All tasks get updated roughly every 15 minutes.
|
||||||
@ -194,15 +207,3 @@ Here are two example JSON payloads resulting in the same task:
|
|||||||
Valid languages are: `en`, `da`, `pl`, `zh`, `ko`, `de`, `pt`, `ja`, `it`, `fr`, `sv`, `ru`, `es`, `nl`
|
Valid languages are: `en`, `da`, `pl`, `zh`, `ko`, `de`, `pt`, `ja`, `it`, `fr`, `sv`, `ru`, `es`, `nl`
|
||||||
|
|
||||||
- **reminder_date** (*Optional*): When should the user be reminded of this task, in either YYYY-MM-DD format or YYYY-MM-DD HH:MM format (in UTC timezone). Mutually exclusive with `reminder_date_string`.
|
- **reminder_date** (*Optional*): When should the user be reminded of this task, in either YYYY-MM-DD format or YYYY-MM-DD HH:MM format (in UTC timezone). Mutually exclusive with `reminder_date_string`.
|
||||||
|
|
||||||
## Related topics
|
|
||||||
|
|
||||||
- [Todoist projects](https://todoist.com)
|
|
||||||
- [Calendar](/integrations/calendar/)
|
|
||||||
|
|
||||||
## To-do list
|
|
||||||
|
|
||||||
- [To-do list integration documentation](/integrations/todo)
|
|
||||||
- [List of to-do list integrations](/integrations/#to-do-list)
|
|
||||||
- [To-do list card](/dashboards/todo-list/)-
|
|
||||||
- [Dashboards](/dashboards/dashboards/)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user