mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-03 08:46:49 +00:00
107 lines
4.4 KiB
Markdown
107 lines
4.4 KiB
Markdown
---
|
|
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 <br>
|
|
*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](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" %}
|
|
|
|
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.
|
|
|
|
<a href="https://github.com/bramkragten/swipe-card"><img style="border: 0;" src="https://gh-card.dev/repos/bramkragten/swipe-card.svg"></a>
|
|
|
|
## 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.
|
|
|
|
<div style="margin:0 auto; text-align:center">
|
|
<a href="https://www.reddit.com/r/homeassistant/comments/niyo5h/my_wall_mounted_dashboard/" target="_blank">
|
|
<img
|
|
src='/images/blog/2021-05-28-community-highlights/dashboard.png'
|
|
alt="preview of the Lovelace dashboard"
|
|
style='border: 0;box-shadow: none;width:80%;margin-bottom:15px;'
|
|
/>
|
|
</a>
|
|
</div>
|
|
|
|
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.
|
|
|
|
<div style="margin:0 auto; text-align:center">
|
|
<img src="https://github.com/svendroid/homegame/blob/master/docs/demo_video.webp?raw=true"
|
|
alt="Demo of the 2D game"
|
|
style='border: 0;box-shadow: none;width:80%;margin-bottom:15px;' />
|
|
</div>
|
|
|
|
Doesn't this also remind you of the old Pokemon games from the past? 😅
|
|
|
|
<a href="https://github.com/svendroid/homegame"><img style="border: 0;" src="https://gh-card.dev/repos/svendroid/homegame.svg"></a>
|
|
|
|
## 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 [@homeassistant][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 |