113 lines
4.9 KiB
Markdown
113 lines
4.9 KiB
Markdown
---
|
|
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 <br>
|
|
*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
|
|
------
|
|
|
|
<div style="margin:0 auto; text-align:center">
|
|
<a href="https://github.com/dangreco/threedy" target="_blank">
|
|
<img
|
|
src='/images/blog/2021-06-04-community-highlights/threedy.png'
|
|
alt="Preview of the threedy card"
|
|
style='border: 0;box-shadow: none;width:70%;margin-bottom:15px;'
|
|
/>
|
|
</a>
|
|
</div>
|
|
|
|
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).
|
|
|
|
<a href="https://github.com/dangreco/threedy"><img style="border: 0;" src="https://gh-card.dev/repos/dangreco/threedy.svg"></a>
|
|
|
|
## ESPHome weather station
|
|
------
|
|
|
|
<div style="margin:0 auto; text-align:center">
|
|
<a href="https://github.com/hugokernel/esphome-weather-station" target="_blank">
|
|
<img
|
|
src='/images/blog/2021-06-04-community-highlights/weather.jpg'
|
|
alt="Preview of the ESPHome weather station"
|
|
style='border: 0;box-shadow: none;width:90%;margin-bottom:15px;'
|
|
/>
|
|
</a>
|
|
</div>
|
|
|
|
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.
|
|
|
|
<a href="https://github.com/hugokernel/esphome-weather-station"><img style="border: 0;" src="https://gh-card.dev/repos/hugokernel/esphome-weather-station.svg"></a>
|
|
|
|
## 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 😲
|
|
|
|
<iframe id="reddit-embed" src="https://www.redditmedia.com/r/homeassistant/comments/nraofm/made_a_fingerprint_sensor_for_my_garage/?ref_source=embed&ref=share&embed=true" sandbox="allow-scripts allow-same-origin allow-popups" style="border: none;" height="621" width="640" scrolling="no"></iframe>
|
|
|
|
Do you want to know more about it? Then also check
|
|
[this forum topic](https://community.home-assistant.io/t/garage-fingerprint-sensor/312977).
|
|
|
|
## 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/sleep-trainer-for-children-using-input-datetime-and-an-rgb-light/292003 |