diff --git a/source/_posts/2021-05-28-community-highlights.markdown b/source/_posts/2021-05-28-community-highlights.markdown new file mode 100644 index 00000000000..b6fbc701fce --- /dev/null +++ b/source/_posts/2021-05-28-community-highlights.markdown @@ -0,0 +1,107 @@ +--- +title: "Community Highlights: 23rd edition" +description: "Get a reminder so you don't forget to take your medicine, swipe through your cards and control your lights from a (proof of concept) 2D game" +date: 2021-05-28 00:00:00 +date_formatted: "May 28, 2021" +author: Klaas Schoute +author_twitter: klaasnicolaas +categories: Community +og_image: /images/blog/2021-05-28-community-highlights/social.png +--- + +The 23rd 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 +------ + +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! + +{% my blueprint_import badge blueprint_url="https://community.home-assistant.io/t/advanced-medication-reminder/300137" %} + +Read more about it on the [community forum][week_blueprint] or install this +automation in your instance with a click on the My button! + +## Swiper card +------ + +Not enough space on your Lovelace dashboard? Then try the [swiper card](https://github.com/bramkragten/swipe-card) +made by [bramkragten](https://github.com/bramkragten), with which you can easily +swipe through different cards in the same card frame. + + + +## Lovelace dashboard +------ + +Also this week we have a new Lovelace dashboard for the necessary portion of inspiration 😄 +This time the dashboard of [DoIGotSkillz](https://www.reddit.com/user/DoIGotSkillz/), +who made one for use on a tablet wall mount. + +
+ + preview of the Lovelace dashboard + +
+ +Would you also like your dashboard to be in the community highlight? Drop it on +[Reddit][reddit] and maybe I'll pick it out for the next edition. + +## Homegame +------ + +Recently we had an [item][item] about switching entities in Minecraft, well this +time it's a game again but in 2D. [svendroid](https://github.com/svendroid) made +a proof of concept game that you can play in the browser, you can adjust the map +so that your own light entities work with it. + +
+ Demo of the 2D game +
+ +Doesn't this also remind you of the old Pokemon games from the past? 😅 + + + +## 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/advanced-medication-reminder/300137 +[item]: https://www.home-assistant.io/blog/2021/05/14/community-highlights/#mine-assistant \ No newline at end of file diff --git a/source/images/blog/2021-05-28-community-highlights/dashboard.png b/source/images/blog/2021-05-28-community-highlights/dashboard.png new file mode 100644 index 00000000000..f2feadec995 Binary files /dev/null and b/source/images/blog/2021-05-28-community-highlights/dashboard.png differ diff --git a/source/images/blog/2021-05-28-community-highlights/social.png b/source/images/blog/2021-05-28-community-highlights/social.png new file mode 100644 index 00000000000..2fe28854805 Binary files /dev/null and b/source/images/blog/2021-05-28-community-highlights/social.png differ