Home Assistant Amber

This commit is contained in:
Paulus Schoutsen 2021-09-14 22:36:24 +00:00
parent a8d9fa8023
commit 617f23d00c
6 changed files with 50 additions and 21 deletions

View File

@ -0,0 +1,27 @@
---
layout: post
title: "Home Assistant Amber"
description: "Join our crowdfunding campaign for the easiest way to run Home Assistant."
date: 2021-09-13 00:00:00
date_formatted: "September 15, 2021"
author: Paulus Schoutsen
author_twitter: balloob
comments: true
categories:
- Announcements
og_image: /images/blog/2021-09-home-assistant-amber/social.png
---
<a href="https://www.crowdsupply.com/nabu-casa/home-assistant-amber"><img src='/images/blog/2021-09-home-assistant-amber/overview.png'></a>
To celebrate our 8th birthday we're launching a crowdfunding campaign for Home Assistant Amber. We designed Home Assistant Amber from scratch for both beginners and home automation enthusiasts
to be the easiest way to run Home Assistant.
<!-- markdownlint-disable-next-line MD002 -->
### [Go to campaign on CrowdSupply &raquo;](https://www.crowdsupply.com/nabu-casa/home-assistant-amber)
We will be hosting a Home Assistant Amber live stream today at 12.00 PDT / 19.00 CEST. We will talk about how Home Assistant Amber came to be and answer any questions you might have!
<div class="videoWrapper">
<iframe width="853" height="480" src="https://www.youtube-nocookie.com/embed/KPR-shzT_VQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>

View File

@ -11,6 +11,8 @@
/energy /home-energy-management /energy /home-energy-management
/integrations/energy /docs/energy /integrations/energy /docs/energy
/amber https://www.crowdsupply.com/nabu-casa/home-assistant-amber
# Older development pages # Older development pages
/developers https://developers.home-assistant.io /developers https://developers.home-assistant.io
/developers/add_new_platform https://developers.home-assistant.io/docs/creating_platform_index/ /developers/add_new_platform https://developers.home-assistant.io/docs/creating_platform_index/

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 510 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

View File

@ -88,6 +88,27 @@ feedback: false
</a> </a>
</div> </div>
<div class="grid__item two-thirds lap-two-thirds palm-one-whole"> <div class="grid__item two-thirds lap-two-thirds palm-one-whole">
<a
class="material-card picture-promo"
href="https://www.crowdsupply.com/nabu-casa/home-assistant-amber"
style="
background-image: url(/images/frontpage/amber-frontpage.jpg);
background-size: cover;
background-color: #41bdf5;
"
>
<div class="caption">
<div class="title">
Home Assistant Amber
<div class="subtitle">
Join our crowdfunding campaign for the easiest way to run Home Assistant
</div>
</div>
<svg width="24" height="24" viewBox="0 0 24 24"><path d="M14,3V5H17.59L7.76,14.83L9.17,16.24L19,6.41V10H21V3M19,19H5V5H12V3H5C3.89,3 3,3.9 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V12H19V19Z" /></svg>
</div>
</a>
{% assign pages_by_date = site.pages | sort: "date" | reverse %} {% assign pages_by_date = site.pages | sort: "date" | reverse %}
{% for page in pages_by_date %} {% for page in pages_by_date %}
{% if page.layout == "landingpage" and page.frontpage != false %} {% if page.layout == "landingpage" and page.frontpage != false %}
@ -113,27 +134,6 @@ feedback: false
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<a
class="material-card picture-promo"
href="/conference/"
style="
background-image: url(/images/conference/frontpage-card.png);
background-size: cover;
background-color: #41bdf5;
background-position: top;
"
>
<div class="caption">
<div class="title">
December 13, 2020
<div class="subtitle">
It's all about Home Assistant!
</div>
</div>
<svg viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>
</div>
</a>
<a <a
class="material-card picture-promo" class="material-card picture-promo"
href="/blog/2020/09/15/home-assistant-tags/" href="/blog/2020/09/15/home-assistant-tags/"