2 Commits 50b4b31736 ... a72576890f

Auteur SHA1 Bericht Datum
  Patryk M. Gutowski a72576890f ff-akwarium-plug fix syntax 1 jaar geleden
  Patryk M. Gutowski 4ab7da0e5b rgb led restore default on 1 jaar geleden
2 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 3 3
      ff-akwarium-plug-01.yaml
  2. 2 2
      gf-office-rgb-02.yaml

+ 3 - 3
ff-akwarium-plug-01.yaml

@@ -128,9 +128,9 @@ button:
 
 globals:
  - id: current_light
-    type: select
-    restore_value: True
-    initial_value: "0"
+   type: select
+   restore_value: True
+   initial_value: "0"
 
 select:
   - platform: template

+ 2 - 2
gf-office-rgb-02.yaml

@@ -116,7 +116,7 @@ light:
   - platform: rgbww
     name: ${friendly_devicename}
     id: the_light
-    restore_mode: RESTORE_AND_ON
+    restore_mode: RESTORE_DEFAULT_ON
     red: output_red
     green: output_green
     blue: output_blue
@@ -125,7 +125,7 @@ light:
     cold_white_color_temperature: 6500 K
     warm_white_color_temperature: 2700 K
     color_interlock: true
-    constant_brightness: true
+    constant_brightness: true 
     effects:
       - random:
           name: "Slow Random"