From 0fb096b4316ad16e90a21424e0be1e337e5fcc6b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 27 Sep 2019 16:55:37 -0700 Subject: [PATCH] Add note about docs/frontend --- website/blog/2019-09-27-hacktoberfest.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/blog/2019-09-27-hacktoberfest.md b/website/blog/2019-09-27-hacktoberfest.md index e84da02b..cc699cfb 100644 --- a/website/blog/2019-09-27-hacktoberfest.md +++ b/website/blog/2019-09-27-hacktoberfest.md @@ -14,6 +14,8 @@ Home Assistant supports a wide range of products, and so not each feature that w To make it easier to get started, we have introduced a new scaffolding script. This script is able to create all the boilerplate necessary to add new features to existing entity integrations. Including tests! You will only need to focus on code to work with the specific integration. Instructions on how to use it are included in each issue linked below. +_We are still working on collecting Hacktoberfest things for the frontend and the documentation. Check back soon for more info on those._ + ## Scenes Scenes allow a user to define how a light should look (ie, it should be on and the color should be blue). When a scene is activated, it is then up to Home Assistant to figure out which services to call to make this happen.