Update documentation link URL for integrations (#3857)

This commit is contained in:
Franck Nijhof 2019-10-02 13:23:41 +02:00 committed by Bram Kragten
parent ffaecb29b7
commit 8b6d8f9086
5 changed files with 6 additions and 6 deletions

View File

@ -97,7 +97,7 @@ export const mockTranslations = (hass: MockHomeAssistant) => {
"component.nest.config.abort.authorize_url_timeout":
"Timeout generating authorize url.",
"component.nest.config.abort.no_flows":
"You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/nest/).",
"You need to configure Nest before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/nest/).",
"component.nest.config.error.internal_error":
"Internal error validating code",
"component.nest.config.error.invalid_code": "Invalid code",
@ -199,7 +199,7 @@ export const mockTranslations = (hass: MockHomeAssistant) => {
"component.point.config.abort.external_setup":
"Point successfully configured from another flow.",
"component.point.config.abort.no_flows":
"You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/components/point/).",
"You need to configure Point before being able to authenticate with it. [Please read the instructions](https://www.home-assistant.io/integrations/point/).",
"component.point.config.create_entry.default":
"Successfully authenticated with Minut for your Point device(s)",
"component.point.config.error.follow_link":

View File

@ -36,7 +36,7 @@ export default {
attributes: {
title: "Welcome Home!",
message:
"Here are some resources to get started:\n\n - [Configuring Home Assistant](https://home-assistant.io/getting-started/configuration/)\n - [Available components](https://home-assistant.io/components/)\n - [Troubleshooting your configuration](https://home-assistant.io/docs/configuration/troubleshooting/)\n - [Getting help](https://home-assistant.io/help/)\n\nTo not see this card popup in the future, edit your config in\n`configuration.yaml` and disable the `introduction` component.",
"Here are some resources to get started:\n\n - [Configuring Home Assistant](https://home-assistant.io/getting-started/configuration/)\n - [Available integrations](https://home-assistant.io/integrations/)\n - [Troubleshooting your configuration](https://home-assistant.io/docs/configuration/troubleshooting/)\n - [Getting help](https://home-assistant.io/help/)\n\nTo not see this card popup in the future, edit your config in\n`configuration.yaml` and disable the `introduction` integration.",
},
last_changed: "2018-07-19T10:44:45.922241+00:00",
last_updated: "2018-07-19T10:44:45.922241+00:00",

View File

@ -47,7 +47,7 @@ export class DialogManageCloudhook extends LitElement {
const docsUrl =
webhook.domain === "automation"
? "https://www.home-assistant.io/docs/automation/trigger/#webhook-trigger"
: `https://www.home-assistant.io/components/${webhook.domain}/`;
: `https://www.home-assistant.io/integrations/${webhook.domain}/`;
return html`
<ha-paper-dialog with-backdrop>
<h2>Webhook for ${webhook.name}</h2>

View File

@ -29,7 +29,7 @@ class HaPickThemeRow extends LocalizeMixin(EventsMixin(PolymerElement)) {
[[localize('ui.panel.profile.themes.error_no_theme')]]
</template>
<a
href="https://www.home-assistant.io/components/frontend/#defining-themes"
href="https://www.home-assistant.io/integrations/frontend/#defining-themes"
target="_blank"
>[[localize('ui.panel.profile.themes.link_promo')]]</a
>

View File

@ -28,7 +28,7 @@ class HaPushNotificationsRow extends LocalizeMixin(PolymerElement) {
<span slot="description">
[[_description(_platformLoaded, _pushSupported)]]
<a
href="https://www.home-assistant.io/components/notify.html5/"
href="https://www.home-assistant.io/integrations/notify.html5/"
target="_blank"
>[[localize('ui.panel.profile.push_notifications.link_promo')]]</a
>