From 95b92ead1619ae55f714c45a7700d74c5aa952d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 5 Jan 2020 12:56:13 +0200 Subject: [PATCH] Be consistent with Home Assistant spelling (#381) --- docs/frontend_development.md | 2 +- docs/hassio_hass.md | 2 +- docs/lovelace_custom_card.md | 2 +- website/i18n/en.json | 2 +- website/i18n/no-NO.json | 2 +- website/sidebars.json | 2 +- website/translated_docs/no-NO/frontend_development.md | 4 ++-- website/translated_docs/no-NO/hassio_hass.md | 2 +- website/translated_docs/no-NO/lovelace_custom_card.md | 4 ++-- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/frontend_development.md b/docs/frontend_development.md index 7ddf9629..944baeb5 100644 --- a/docs/frontend_development.md +++ b/docs/frontend_development.md @@ -93,7 +93,7 @@ $ git push -u fork HEAD If you're making changes to the way the frontend is packaged, it might be necessary to try out a new packaged build of the frontend in the main repository (instead of pointing it at the frontend repo). To do so, first build a production version of the frontend by running `script/build_frontend`. -To test it out inside Home assistant, run the following command from the main Home Assistant repository: +To test it out inside Home Assistant, run the following command from the main Home Assistant repository: ```bash $ pip3 install -e /path/to/home-assistant-polymer/ diff --git a/docs/hassio_hass.md b/docs/hassio_hass.md index c9d8b326..807e8dde 100644 --- a/docs/hassio_hass.md +++ b/docs/hassio_hass.md @@ -1,6 +1,6 @@ --- title: "Hass.io <> Home Assistant integration development" -sidebar_label: "HASS Integration development" +sidebar_label: "Integration development" --- These steps will help you connect your local Home Assistant to a remote Hass.io instance. You can then make changes locally to either the Hass.io component or the frontend and test it out against a real instance. diff --git a/docs/lovelace_custom_card.md b/docs/lovelace_custom_card.md index efe2cbc3..198c1857 100644 --- a/docs/lovelace_custom_card.md +++ b/docs/lovelace_custom_card.md @@ -84,7 +84,7 @@ customElements.define('content-card-example', ContentCardExample); ## Referencing your new card -In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/` (if you have recently added the www folder you will need to re-start home assistant for files to be picked up). +In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/` (if you have recently added the www folder you will need to re-start Home Assistant for files to be picked up). ```yaml # Example Lovelace configuration diff --git a/website/i18n/en.json b/website/i18n/en.json index 7cfc9d7c..e80b3ada 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -373,7 +373,7 @@ }, "hassio_hass": { "title": "Hass.io <> Home Assistant integration development", - "sidebar_label": "HASS Integration development" + "sidebar_label": "Integration development" }, "integration_quality_scale_index": { "title": "Integration Quality Scale" diff --git a/website/i18n/no-NO.json b/website/i18n/no-NO.json index 24b3654b..4da97962 100644 --- a/website/i18n/no-NO.json +++ b/website/i18n/no-NO.json @@ -340,7 +340,7 @@ }, "hassio_hass": { "title": "Hass.io <> Home Assistant integration development", - "sidebar_label": "HASS Integration development" + "sidebar_label": "Integration development" }, "integration_quality_scale_index": { "title": "Integration Quality Scale", diff --git a/website/sidebars.json b/website/sidebars.json index cf9c1033..22aa735b 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -53,7 +53,7 @@ ], "Custom UI": ["lovelace_custom_card", "frontend_creating_custom_panels"] }, - "Extending HASS": { + "Extending Home Assistant": { "Development Workflow": [ "development_index", "development_environment", diff --git a/website/translated_docs/no-NO/frontend_development.md b/website/translated_docs/no-NO/frontend_development.md index c810c8c4..5245578a 100644 --- a/website/translated_docs/no-NO/frontend_development.md +++ b/website/translated_docs/no-NO/frontend_development.md @@ -95,9 +95,9 @@ $ git push -u fork HEAD If you're making changes to the way the frontend is packaged, it might be necessary to try out a new packaged build of the frontend in the main repository (instead of pointing it at the frontend repo). To do so, first build a production version of the frontend by running `script/build_frontend`. -To test it out inside Home assistant, run the following command from the main Home Assistant repository: +To test it out inside Home Assistant, run the following command from the main Home Assistant repository: ```bash $ pip3 install -e /path/to/home-assistant-polymer/ $ hass --skip-pip -``` \ No newline at end of file +``` diff --git a/website/translated_docs/no-NO/hassio_hass.md b/website/translated_docs/no-NO/hassio_hass.md index d9c33baf..90542d61 100644 --- a/website/translated_docs/no-NO/hassio_hass.md +++ b/website/translated_docs/no-NO/hassio_hass.md @@ -1,6 +1,6 @@ --- title: "Hass.io <> Home Assistant integration development" -sidebar_label: "HASS Integration development" +sidebar_label: "Integration development" --- These steps will help you connect your local Home Assistant to a remote Hass.io instance. You can then make changes locally to either the Hass.io component or the frontend and test it out against a real instance. diff --git a/website/translated_docs/no-NO/lovelace_custom_card.md b/website/translated_docs/no-NO/lovelace_custom_card.md index fdf5c707..85e89f77 100644 --- a/website/translated_docs/no-NO/lovelace_custom_card.md +++ b/website/translated_docs/no-NO/lovelace_custom_card.md @@ -84,7 +84,7 @@ customElements.define('content-card-example', ContentCardExample); ## Referencing your new card -In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/` (if you have recently added the www folder you will need to re-start home assistant for files to be picked up). +In our example card we defined a card with the tag `content-card-example` (see last line), so our card type will be `custom:content-card-example`. And because you created the file in your `/www` directory, it will be accessible in your browser via the url `/local/` (if you have recently added the www folder you will need to re-start Home Assistant for files to be picked up). ```yaml # Example Lovelace configuration @@ -222,4 +222,4 @@ views: - input_boolean.switch_ac_kitchen - input_boolean.switch_ac_livingroom - input_boolean.switch_tv -``` \ No newline at end of file +```