From b9a122386f1723fc85fcc3fa685365356433cda6 Mon Sep 17 00:00:00 2001 From: Nikolay Vasilchuk Date: Sun, 3 Nov 2019 00:49:15 +0300 Subject: [PATCH] Brightness --- esphome/domofon.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esphome/domofon.yaml b/esphome/domofon.yaml index 5779ee6..45a763d 100755 --- a/esphome/domofon.yaml +++ b/esphome/domofon.yaml @@ -185,7 +185,7 @@ script: then: - light.turn_on: id: rgb_led - brightness: 100% + brightness: 50% red: 0% green: 100% blue: 0% @@ -198,9 +198,9 @@ script: then: light.turn_on: id: rgb_led - brightness: 40% + brightness: 50% red: 0% - green: 40% + green: 100% blue: 0% transition_length: 100ms @@ -216,7 +216,7 @@ script: then: light.turn_on: id: rgb_led - brightness: 40% + brightness: 50% red: 100% green: 0% blue: 0% @@ -288,7 +288,7 @@ light: sequence: - light.turn_on: id: rgb_led - brightness: 100% + brightness: 50% red: 0% green: 100% blue: 0%