Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions demo/src/stubs/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion gallery/src/data/demo_states.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/panels/profile/ha-pick-theme-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down
2 changes: 1 addition & 1 deletion src/panels/profile/ha-push-notifications-row.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
>
Expand Down