mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge branch 'amber' into current
This commit is contained in:
commit
794393cc4e
27
source/_posts/2021-09-15-home-assistant-amber.markdown
Normal file
27
source/_posts/2021-09-15-home-assistant-amber.markdown
Normal 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 »](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>
|
@ -11,6 +11,8 @@
|
||||
/energy /home-energy-management
|
||||
/integrations/energy /docs/energy
|
||||
|
||||
/amber https://www.crowdsupply.com/nabu-casa/home-assistant-amber
|
||||
|
||||
# Older development pages
|
||||
/developers https://developers.home-assistant.io
|
||||
/developers/add_new_platform https://developers.home-assistant.io/docs/creating_platform_index/
|
||||
|
BIN
source/images/blog/2021-09-home-assistant-amber/overview.png
Normal file
BIN
source/images/blog/2021-09-home-assistant-amber/overview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
BIN
source/images/blog/2021-09-home-assistant-amber/social.png
Normal file
BIN
source/images/blog/2021-09-home-assistant-amber/social.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 510 KiB |
BIN
source/images/frontpage/amber-frontpage.jpg
Normal file
BIN
source/images/frontpage/amber-frontpage.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 70 KiB |
@ -88,6 +88,27 @@ feedback: false
|
||||
</a>
|
||||
</div>
|
||||
<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 %}
|
||||
{% for page in pages_by_date %}
|
||||
{% if page.layout == "landingpage" and page.frontpage != false %}
|
||||
@ -113,27 +134,6 @@ feedback: false
|
||||
{% endif %}
|
||||
{% 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
|
||||
class="material-card picture-promo"
|
||||
href="/blog/2020/09/15/home-assistant-tags/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user