diff options
author | makefu <github@syntax-fehler.de> | 2020-01-10 09:59:11 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-01-10 09:59:11 +0100 |
commit | 5f3dcaa95810e1729a884df1d999b236c6eaaccc (patch) | |
tree | 11f005ebb695a778bdd499fc6e7fc45776c2a821 /krebs/2configs/shack/glados/automation | |
parent | 8c0cf30a2d271c3360d356209350774e634a4543 (diff) |
shack/glados: use host consistently
Diffstat (limited to 'krebs/2configs/shack/glados/automation')
-rw-r--r-- | krebs/2configs/shack/glados/automation/hass-restart.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/krebs/2configs/shack/glados/automation/hass-restart.nix b/krebs/2configs/shack/glados/automation/hass-restart.nix index 0b4439d97..e87354978 100644 --- a/krebs/2configs/shack/glados/automation/hass-restart.nix +++ b/krebs/2configs/shack/glados/automation/hass-restart.nix @@ -11,6 +11,7 @@ data = { entity_id = "light.fablab_led"; effect = "Rainbow"; + color_name = "yellow"; }; } ]; |