diff --git a/source/_posts/2021-05-28-community-highlights.markdown b/source/_posts/2021-05-28-community-highlights.markdown
index e10c98dec8f..28adbdbbd53 100644
--- a/source/_posts/2021-05-28-community-highlights.markdown
+++ b/source/_posts/2021-05-28-community-highlights.markdown
@@ -23,8 +23,8 @@ Information on [how to share](#got-a-tip-for-the-next-edition).
This week's blueprint is all about medication. It may happen that you forget
to swallow it, what if you create an automation that sends you a message as a
-reminder every time? [Mati24](LINK) has now made a handy blueprint for that,
-try it out!
+reminder every time? [Mati24](https://community.home-assistant.io/u/mati24) has
+now made a handy blueprint for that, try it out!
{% my blueprint_import badge blueprint_url="https://community.home-assistant.io/t/advanced-medication-reminder/300137" %}
diff --git a/source/_posts/2021-06-04-community-highlights.markdown b/source/_posts/2021-06-04-community-highlights.markdown
new file mode 100644
index 00000000000..32666ab4af2
--- /dev/null
+++ b/source/_posts/2021-06-04-community-highlights.markdown
@@ -0,0 +1,112 @@
+---
+title: "Community Highlights: 24th edition"
+description: "Teach your kids when it's the right time to get up with a blueprint, display your 3D printer with a card in Lovelace and get started building your own weather station."
+date: 2021-06-04 00:00:00
+date_formatted: "June 4, 2021"
+author: Klaas Schoute
+author_twitter: klaasnicolaas
+categories: Community
+og_image: /images/blog/2021-06-04-community-highlights/social.png
+---
+
+The 24th edition of the Home Assistant Community Highlights! Some interesting
+things popped up around our community, which we thought was worth sharing.
+
+Do you want to share something for the next edition?
+Information on [how to share](#got-a-tip-for-the-next-edition).
+
+./Klaas
+*Intern on Home Assistant Energy*
+
+## Blueprint of the week
+------
+
+I think this situation is familiar to many parents: your children who get
+out of bed too early and who you would like to learn when it is the right
+time to get out of bed.
+
+{% my blueprint_import badge blueprint_url="https://community.home-assistant.io/t/sleep-trainer-for-children-using-input-datetime-and-an-rgb-light/292003" %}
+
+This week's blueprint is that of [koosvanw](https://community.home-assistant.io/u/koosvanw),
+who created a blueprint for the above situation that works with a light that
+can change color and where the brightness can also be adjusted. Try it out!
+Read more about it on the [community forum][week_blueprint] or install this
+automation in your instance with a click on the My button!
+
+## Threedy card
+------
+
+
+
+Do you have a 3D printer and are you not quite sure how to display it in a
+beautiful way in your Lovelace dashboard? Then try this card from
+[dangreco](https://github.com/dangreco), which works well in combination
+with [octoprint](/integrations/octoprint).
+
+
+
+## ESPHome weather station
+------
+
+
+
+Have you always wanted to build a weather station in your garden? Then
+try the ESPHome variant of [hugokernel](https://github.com/hugokernel),
+it is quite extensive with many measuring options.
+
+
+
+## Garage fingerprint
+------
+
+This week we also came across something cool that was shared on our [subreddit][reddit]
+page. For example, you could open a garage door by means of geofencing from your
+phone or with an NFC tag. But [Nhminer](https://www.reddit.com/user/Nhminer/) has
+tried another option, namely opening with a fingerprint sensor 😲
+
+
+
+Do you want to know more about it? Then also check [this forum topic](LINK).
+
+## Got a tip for the next edition?
+------
+
+Have you seen (or made) something awesome, interesting, unique, amazing,
+inspirational, unusual or funny, using Home Assistant?
+
+[Click here to send us your Community Highlight suggestion](/suggest-community-highlight).
+
+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
+- Or via chat, drop us a line in the [#lounge at Discord][chat]
+
+See you next edition!
+
+[chat]: https://www.home-assistant.io/join-chat
+[facebook-group]: https://www.facebook.com/groups/HomeAssistant
+[instagram]: https://www.instagram.com/homeassistant
+[reddit]: https://www.reddit.com/r/homeassistant
+[twitter]: https://www.twitter.com/home_assistant
+[blueprints]: https://community.home-assistant.io/c/blueprints-exchange
+[community]: https://community.home-assistant.io
+[week_blueprint]: https://community.home-assistant.io/t/sleep-trainer-for-children-using-input-datetime-and-an-rgb-light/292003
\ No newline at end of file
diff --git a/source/images/blog/2021-06-04-community-highlights/social.png b/source/images/blog/2021-06-04-community-highlights/social.png
new file mode 100644
index 00000000000..eb1f642d18e
Binary files /dev/null and b/source/images/blog/2021-06-04-community-highlights/social.png differ
diff --git a/source/images/blog/2021-06-04-community-highlights/threedy.png b/source/images/blog/2021-06-04-community-highlights/threedy.png
new file mode 100644
index 00000000000..0654d36ebde
Binary files /dev/null and b/source/images/blog/2021-06-04-community-highlights/threedy.png differ
diff --git a/source/images/blog/2021-06-04-community-highlights/weather.jpg b/source/images/blog/2021-06-04-community-highlights/weather.jpg
new file mode 100644
index 00000000000..e87864c5a02
Binary files /dev/null and b/source/images/blog/2021-06-04-community-highlights/weather.jpg differ