From 10687809f1b62c8e6226ff998d609de568c0e2f1 Mon Sep 17 00:00:00 2001 From: Stefan <37924749+stefanroelofs@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:12:43 +0200 Subject: [PATCH] Correct some different typo's of Home Assistant (#19714) --- source/_docs/configuration.markdown | 2 +- source/_docs/configuration/templating.markdown | 2 +- source/_integrations/media_player.markdown | 2 +- source/_integrations/monoprice.markdown | 2 +- source/_integrations/number.mqtt.markdown | 2 +- source/_integrations/onvif.markdown | 2 +- source/_posts/2019-09-17-happy-birthday.markdown | 4 ++-- source/_posts/2020-01-31-community-highlights.markdown | 2 +- source/_posts/2020-02-07-community-highlights.markdown | 2 +- source/_posts/2020-02-19-community-highlights.markdown | 2 +- source/_posts/2020-02-28-community-highlights.markdown | 2 +- source/_posts/2020-03-15-community-highlights.markdown | 2 +- source/_posts/2020-09-20-community-highlights.markdown | 2 +- source/_posts/2020-11-30-community-highlights.markdown | 2 +- source/_posts/2021-02-12-community-highlights.markdown | 2 +- source/_posts/2021-02-19-community-highlights.markdown | 2 +- source/_posts/2021-02-26-community-highlights.markdown | 2 +- source/_posts/2021-03-05-community-highlights.markdown | 2 +- source/_posts/2021-03-12-community-highlights.markdown | 2 +- source/_posts/2021-03-19-community-highlights.markdown | 2 +- source/_posts/2021-03-26-community-highlights.markdown | 2 +- source/_posts/2021-04-02-community-highlights.markdown | 2 +- source/_posts/2021-04-09-community-highlights.markdown | 2 +- source/_posts/2021-04-16-community-highlights.markdown | 2 +- source/_posts/2021-04-23-community-highlights.markdown | 2 +- source/_posts/2021-04-30-community-highlights.markdown | 2 +- source/_posts/2021-05-07-community-highlights.markdown | 2 +- source/_posts/2021-05-14-community-highlights.markdown | 2 +- source/_posts/2021-05-21-community-highlights.markdown | 2 +- source/_posts/2021-05-28-community-highlights.markdown | 2 +- source/_posts/2021-06-04-community-highlights.markdown | 2 +- source/_posts/2021-06-11-community-highlights.markdown | 2 +- source/_posts/2021-06-18-community-highlights.markdown | 2 +- source/_posts/2021-06-25-community-highlights.markdown | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index d8682d8d9dd..61e1bcb2b5d 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -15,7 +15,7 @@ If you prefer to use a file editor on your computer, use the {% my supervisor_ad _If you use Home Assistant Container, you can find `configuration.yaml` in the config folder that you mounted in your container._ -_If you use Home Assistant Core, you can find `configuration.yaml` in the config folder passed to the `hass` command (default is `~/.homeasssistant`)._ +_If you use Home Assistant Core, you can find `configuration.yaml` in the config folder passed to the `hass` command (default is `~/.homeassistant`)._ ## Reloading changes diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 7a1c1f070b2..3d5f52d9457 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -415,7 +415,7 @@ These can also be combined in any combination: #### Closest examples -The closest function and filter will find the closest entity to the Home Assisant location: +The closest function and filter will find the closest entity to the Home Assistant location: {% raw %} diff --git a/source/_integrations/media_player.markdown b/source/_integrations/media_player.markdown index f8a1b7d6da0..3c340bf711e 100644 --- a/source/_integrations/media_player.markdown +++ b/source/_integrations/media_player.markdown @@ -120,7 +120,7 @@ data: media_content_id: "https://fake-home-assistant.io.stream/aac" extra: thumb: "https://brands.home-assistant.io/_/homeassistant/logo.png" - title: HomeAssitantRadio + title: HomeAssistantRadio ``` #### Service `media_player.select_source` diff --git a/source/_integrations/monoprice.markdown b/source/_integrations/monoprice.markdown index ec051c6ac13..f3608ac5b75 100644 --- a/source/_integrations/monoprice.markdown +++ b/source/_integrations/monoprice.markdown @@ -27,7 +27,7 @@ Sources can also be later edited from the integration options (gear icon in the ## Zone Management -Devices and entities are created for each of the possible 18 zones, and can be enabled, disabled and renamed through regular Home Assisant methods. +Devices and entities are created for each of the possible 18 zones, and can be enabled, disabled and renamed through regular Home Assistant methods. By default, the first 6 zones (11..16) are enabled, and there's an attempt to automatically detect the 12 extension zones (21..26, and 31..36) on the first run. ## Services diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 0ad640b7af5..bee4a689649 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -8,7 +8,7 @@ ha_iot_class: Configurable ha_domain: mqtt --- -The `mqtt` Number platform allows you to integrate devices that might expose configuration options through MQTT into Home Assistant as a Number. Every time a message under the `topic` in the configuration is received, the number entity will be updated in Home Assisant and vice-versa, keeping the device and Home Assistant in-sync. +The `mqtt` Number platform allows you to integrate devices that might expose configuration options through MQTT into Home Assistant as a Number. Every time a message under the `topic` in the configuration is received, the number entity will be updated in Home Assistant and vice-versa, keeping the device and Home Assistant in-sync. ## Configuration diff --git a/source/_integrations/onvif.markdown b/source/_integrations/onvif.markdown index 7168d78b647..63b52c46d2d 100644 --- a/source/_integrations/onvif.markdown +++ b/source/_integrations/onvif.markdown @@ -24,7 +24,7 @@ The `onvif` camera platform allows you to use an [ONVIF](https://www.onvif.org/)
-If running Home Asssistant Core in a venv, ensure that libxml2 and libxslt python interfaces are installed via your package manager. +If running Home assistant Core in a venv, ensure that libxml2 and libxslt python interfaces are installed via your package manager.
### Configuration Notes diff --git a/source/_posts/2019-09-17-happy-birthday.markdown b/source/_posts/2019-09-17-happy-birthday.markdown index b20575e54a6..da04c20fa97 100644 --- a/source/_posts/2019-09-17-happy-birthday.markdown +++ b/source/_posts/2019-09-17-happy-birthday.markdown @@ -23,7 +23,7 @@ Thanks to all the people working on the Home Assistant frontend. Thanks to all the people working on Hass.io. -Thanks to all the people workin on the mobile apps. +Thanks to all the people working on the mobile apps. Thanks to all the people working on Hass.io add-ons. @@ -43,7 +43,7 @@ Thanks to all the people making videos sharing their achievements using Home Ass Thanks to all the people writing blog posts about Home Assistant. -Thanks to all the people invovled in making the Home Asssistant Podcast. +Thanks to all the people involved in making the Home assistant Podcast. Thanks to all the people moderating our community, maintaining its high quality. diff --git a/source/_posts/2020-01-31-community-highlights.markdown b/source/_posts/2020-01-31-community-highlights.markdown index 2c30d1f98d2..c3f0234c919 100644 --- a/source/_posts/2020-01-31-community-highlights.markdown +++ b/source/_posts/2020-01-31-community-highlights.markdown @@ -65,7 +65,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-02-07-community-highlights.markdown b/source/_posts/2020-02-07-community-highlights.markdown index 604d59f4477..8cfb8a84b86 100644 --- a/source/_posts/2020-02-07-community-highlights.markdown +++ b/source/_posts/2020-02-07-community-highlights.markdown @@ -79,7 +79,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-02-19-community-highlights.markdown b/source/_posts/2020-02-19-community-highlights.markdown index d60fe20479d..bd692f93ce3 100644 --- a/source/_posts/2020-02-19-community-highlights.markdown +++ b/source/_posts/2020-02-19-community-highlights.markdown @@ -91,7 +91,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-02-28-community-highlights.markdown b/source/_posts/2020-02-28-community-highlights.markdown index 2b511862628..4b904aad9f1 100644 --- a/source/_posts/2020-02-28-community-highlights.markdown +++ b/source/_posts/2020-02-28-community-highlights.markdown @@ -88,7 +88,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-03-15-community-highlights.markdown b/source/_posts/2020-03-15-community-highlights.markdown index cf196fea07d..b3282669102 100644 --- a/source/_posts/2020-03-15-community-highlights.markdown +++ b/source/_posts/2020-03-15-community-highlights.markdown @@ -90,7 +90,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-09-20-community-highlights.markdown b/source/_posts/2020-09-20-community-highlights.markdown index 7023dabc762..031664cbf47 100644 --- a/source/_posts/2020-09-20-community-highlights.markdown +++ b/source/_posts/2020-09-20-community-highlights.markdown @@ -102,7 +102,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2020-11-30-community-highlights.markdown b/source/_posts/2020-11-30-community-highlights.markdown index f2e55321fac..f0a980f1929 100644 --- a/source/_posts/2020-11-30-community-highlights.markdown +++ b/source/_posts/2020-11-30-community-highlights.markdown @@ -121,7 +121,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-02-12-community-highlights.markdown b/source/_posts/2021-02-12-community-highlights.markdown index 93bef00e0ec..bdedd9b4678 100644 --- a/source/_posts/2021-02-12-community-highlights.markdown +++ b/source/_posts/2021-02-12-community-highlights.markdown @@ -80,7 +80,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-02-19-community-highlights.markdown b/source/_posts/2021-02-19-community-highlights.markdown index 90e1b429634..ea59c75fa43 100644 --- a/source/_posts/2021-02-19-community-highlights.markdown +++ b/source/_posts/2021-02-19-community-highlights.markdown @@ -73,7 +73,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-02-26-community-highlights.markdown b/source/_posts/2021-02-26-community-highlights.markdown index 775f384f22e..4cbfe145b90 100644 --- a/source/_posts/2021-02-26-community-highlights.markdown +++ b/source/_posts/2021-02-26-community-highlights.markdown @@ -87,7 +87,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-03-05-community-highlights.markdown b/source/_posts/2021-03-05-community-highlights.markdown index d35a3824803..d894a9ecc08 100644 --- a/source/_posts/2021-03-05-community-highlights.markdown +++ b/source/_posts/2021-03-05-community-highlights.markdown @@ -99,7 +99,7 @@ Also, don't forget to share your creations with us via Social Media: - Twitter it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-03-12-community-highlights.markdown b/source/_posts/2021-03-12-community-highlights.markdown index 17a532fc94f..5e548c431c9 100644 --- a/source/_posts/2021-03-12-community-highlights.markdown +++ b/source/_posts/2021-03-12-community-highlights.markdown @@ -108,7 +108,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-03-19-community-highlights.markdown b/source/_posts/2021-03-19-community-highlights.markdown index 1b527ccfdd2..9e0ce91ae58 100644 --- a/source/_posts/2021-03-19-community-highlights.markdown +++ b/source/_posts/2021-03-19-community-highlights.markdown @@ -73,7 +73,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-03-26-community-highlights.markdown b/source/_posts/2021-03-26-community-highlights.markdown index ae28c4de64d..78dc26b3a9f 100644 --- a/source/_posts/2021-03-26-community-highlights.markdown +++ b/source/_posts/2021-03-26-community-highlights.markdown @@ -84,7 +84,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-04-02-community-highlights.markdown b/source/_posts/2021-04-02-community-highlights.markdown index 8e9e9632fed..6283bdc3bf9 100644 --- a/source/_posts/2021-04-02-community-highlights.markdown +++ b/source/_posts/2021-04-02-community-highlights.markdown @@ -102,7 +102,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-04-09-community-highlights.markdown b/source/_posts/2021-04-09-community-highlights.markdown index 79e5fc07c6e..10e7488db87 100644 --- a/source/_posts/2021-04-09-community-highlights.markdown +++ b/source/_posts/2021-04-09-community-highlights.markdown @@ -103,7 +103,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-04-16-community-highlights.markdown b/source/_posts/2021-04-16-community-highlights.markdown index d36ffb3a79c..9492d62d586 100644 --- a/source/_posts/2021-04-16-community-highlights.markdown +++ b/source/_posts/2021-04-16-community-highlights.markdown @@ -91,7 +91,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-04-23-community-highlights.markdown b/source/_posts/2021-04-23-community-highlights.markdown index b9576742eb0..4bbf5f4d994 100644 --- a/source/_posts/2021-04-23-community-highlights.markdown +++ b/source/_posts/2021-04-23-community-highlights.markdown @@ -113,7 +113,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-04-30-community-highlights.markdown b/source/_posts/2021-04-30-community-highlights.markdown index 19658c37df1..955d1d5c7ef 100644 --- a/source/_posts/2021-04-30-community-highlights.markdown +++ b/source/_posts/2021-04-30-community-highlights.markdown @@ -113,7 +113,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-05-07-community-highlights.markdown b/source/_posts/2021-05-07-community-highlights.markdown index fa21aca0073..669987c3301 100644 --- a/source/_posts/2021-05-07-community-highlights.markdown +++ b/source/_posts/2021-05-07-community-highlights.markdown @@ -130,7 +130,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-05-14-community-highlights.markdown b/source/_posts/2021-05-14-community-highlights.markdown index 37cb4ca1282..f1aee51490b 100644 --- a/source/_posts/2021-05-14-community-highlights.markdown +++ b/source/_posts/2021-05-14-community-highlights.markdown @@ -96,7 +96,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-05-21-community-highlights.markdown b/source/_posts/2021-05-21-community-highlights.markdown index 011e4122cc1..2578dddcd05 100644 --- a/source/_posts/2021-05-21-community-highlights.markdown +++ b/source/_posts/2021-05-21-community-highlights.markdown @@ -87,7 +87,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-05-28-community-highlights.markdown b/source/_posts/2021-05-28-community-highlights.markdown index 28adbdbbd53..633e111e2f3 100644 --- a/source/_posts/2021-05-28-community-highlights.markdown +++ b/source/_posts/2021-05-28-community-highlights.markdown @@ -91,7 +91,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-06-04-community-highlights.markdown b/source/_posts/2021-06-04-community-highlights.markdown index 546d797e1c0..df09cf2f844 100644 --- a/source/_posts/2021-06-04-community-highlights.markdown +++ b/source/_posts/2021-06-04-community-highlights.markdown @@ -98,7 +98,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-06-11-community-highlights.markdown b/source/_posts/2021-06-11-community-highlights.markdown index 017cfb2016d..fd2ad8cbc14 100644 --- a/source/_posts/2021-06-11-community-highlights.markdown +++ b/source/_posts/2021-06-11-community-highlights.markdown @@ -102,7 +102,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-06-18-community-highlights.markdown b/source/_posts/2021-06-18-community-highlights.markdown index d0f11226adb..5f151db3350 100644 --- a/source/_posts/2021-06-18-community-highlights.markdown +++ b/source/_posts/2021-06-18-community-highlights.markdown @@ -101,7 +101,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition! diff --git a/source/_posts/2021-06-25-community-highlights.markdown b/source/_posts/2021-06-25-community-highlights.markdown index c32c2528a23..8b98618e3c3 100644 --- a/source/_posts/2021-06-25-community-highlights.markdown +++ b/source/_posts/2021-06-25-community-highlights.markdown @@ -96,7 +96,7 @@ Also, don't forget to share your creations with us via Social Media: - Tweet it! Be sure to mention [@home_assistant][twitter] - Share it on our [Facebook group][facebook-group] - Post it to our [subreddit][reddit] -- Tag [@homeasssistant][instagram] on Instagram +- Tag [@homeassistant][instagram] on Instagram - Or via chat, drop us a line in the [#lounge at Discord][chat] See you next edition!