mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
✨ The 25th community highlight! (#18162)
This commit is contained in:
parent
23979d058d
commit
e9201bf814
118
source/_posts/2021-06-11-community-highlights.markdown
Normal file
118
source/_posts/2021-06-11-community-highlights.markdown
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
---
|
||||||
|
title: "Community Highlights: 25th edition"
|
||||||
|
description: "Fool possible burglars by pretending you are at home with a blueprint, get started with a floorplan in your Lovelace dashboard and keep an eye on your own brewed beer."
|
||||||
|
date: 2021-06-11 01:00:00
|
||||||
|
date_formatted: "June 11, 2021"
|
||||||
|
author: Klaas Schoute
|
||||||
|
author_twitter: klaasnicolaas
|
||||||
|
categories: Community
|
||||||
|
og_image: /images/blog/2021-06-11-community-highlights/social.png
|
||||||
|
---
|
||||||
|
|
||||||
|
The 25th edition of the Home Assistant Community Highlights! Some interesting
|
||||||
|
things popped up around our community, which we thought was worth sharing.
|
||||||
|
|
||||||
|
Also, keep an eye out for the ESPHome release next week Wednesday. We're
|
||||||
|
going to have some great announcements!
|
||||||
|
|
||||||
|
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
|
||||||
|
------
|
||||||
|
|
||||||
|
Are there more people who turn their lights on and off at certain times
|
||||||
|
when they go on holiday?
|
||||||
|
|
||||||
|
{% my blueprint_import badge blueprint_url="https://community.home-assistant.io/t/vacation-lighting-replay-historical-lighting/282435" %}
|
||||||
|
|
||||||
|
This week's blueprint is that of [timgiwo](https://community.home-assistant.io/u/timgiwo),
|
||||||
|
who created a blueprint that can repeat the behavior of your lights from
|
||||||
|
the past week, so it seems like you are still at home. 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!
|
||||||
|
|
||||||
|
## Slider Button Card
|
||||||
|
------
|
||||||
|
|
||||||
|
<div style="margin:0 auto; text-align:center">
|
||||||
|
<a href="https://github.com/mattieha/slider-button-card" target="_blank">
|
||||||
|
<img
|
||||||
|
src='/images/blog/2021-06-11-community-highlights/button.gif'
|
||||||
|
alt="Preview of the button slider card"
|
||||||
|
style='border: 0;box-shadow: none;width:90%;margin-bottom:15px;'
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
[Mattieha](https://github.com/mattieha) made a [button card](https://github.com/mattieha/slider-button-card)
|
||||||
|
that also included a slider, so you could, for example: switch a light but
|
||||||
|
also immediately adjust the brightness with the slider. Useful for those who
|
||||||
|
want to keep their dashboard compact.
|
||||||
|
|
||||||
|
<a href="https://github.com/mattieha/slider-button-card"><img style="border: 0;" src="https://gh-card.dev/repos/mattieha/slider-button-card.svg"></a>
|
||||||
|
|
||||||
|
## Floorplan Dashboard
|
||||||
|
------
|
||||||
|
|
||||||
|
This week again we have a new Lovelace dashboard for the necessary portion
|
||||||
|
of inspiration 😄 This time the one from [theone11](https://github.com/theone11)
|
||||||
|
who has a [dashboard](https://github.com/theone11/HomeAssistantConfig) with a
|
||||||
|
floorplan, definitely recommended to take a look at the repository because
|
||||||
|
there is a lot of explanation on it.
|
||||||
|
|
||||||
|
<div style="margin:0 auto; text-align:center; margin-bottom:15px">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/o_AKHEyWXR0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||||
|
</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.
|
||||||
|
|
||||||
|
## Ispindel
|
||||||
|
------
|
||||||
|
|
||||||
|
<div style="margin:0 auto; text-align:center">
|
||||||
|
<a href="https://github.com/alsFC/esphome-iSpindel" target="_blank">
|
||||||
|
<img
|
||||||
|
src='/images/blog/2021-06-11-community-highlights/ispindel.png'
|
||||||
|
alt="Preview of the ISpindel project"
|
||||||
|
style='border: 0;box-shadow: none;width:90%;margin-bottom:15px;'
|
||||||
|
/>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
Between the community submissions, we came across a [nice project](https://github.com/alsFC/esphome-iSpindel)
|
||||||
|
that works with [ESPHome][esphome], it's a sensor with which you can
|
||||||
|
monitor your own homebrew, for example, the alcohol percentage and the
|
||||||
|
temperature. Cheers [Alexander](https://github.com/alsFC)! 🍻
|
||||||
|
|
||||||
|
## 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
|
||||||
|
[esphome]: https://esphome.io
|
||||||
|
[week_blueprint]: https://community.home-assistant.io/t/vacation-lighting-replay-historical-lighting/282435
|
BIN
source/images/blog/2021-06-11-community-highlights/button.gif
Normal file
BIN
source/images/blog/2021-06-11-community-highlights/button.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.4 MiB |
BIN
source/images/blog/2021-06-11-community-highlights/ispindel.png
Normal file
BIN
source/images/blog/2021-06-11-community-highlights/ispindel.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
BIN
source/images/blog/2021-06-11-community-highlights/social.png
Normal file
BIN
source/images/blog/2021-06-11-community-highlights/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 343 KiB |
Loading…
x
Reference in New Issue
Block a user