From 0478e7c76edb80f55f8592f5e6d673ce836d9104 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 13 Oct 2019 14:35:21 -0700 Subject: [PATCH] Update 2019-09-27-hacktoberfest.md --- website/blog/2019-09-27-hacktoberfest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2019-09-27-hacktoberfest.md b/website/blog/2019-09-27-hacktoberfest.md index 850be38a..e61d1de7 100644 --- a/website/blog/2019-09-27-hacktoberfest.md +++ b/website/blog/2019-09-27-hacktoberfest.md @@ -27,8 +27,8 @@ Scenes allow a user to define how a light should look (ie, it should be on and t Scenes are a powerful tool that is easy to understand for users. It's therefore important that we improve our scene support. We have prepared the following issues: - [Add `scene.create` service to create scenes on the fly.](https://github.com/home-assistant/home-assistant/issues/27023) -- [Add `scene.apply` service to apply a scene defined as service data.](https://github.com/home-assistant/home-assistant/issues/26813) -- [Add activate scene to script syntax](https://github.com/home-assistant/home-assistant/issues/27026) +- ~~[Add `scene.apply` service to apply a scene defined as service data.](https://github.com/home-assistant/home-assistant/issues/26813)~~ +- ~~[Add activate scene to script syntax](https://github.com/home-assistant/home-assistant/issues/27026)~~ - [Add reproduce state support to entity integrations.](https://github.com/home-assistant/home-assistant/issues?utf8=%E2%9C%93&q=label%3AHacktoberfest+reproduce_state+is%3Aopen+) (multiple issues)