This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias: Ashley’s Light Fader | |
description: > | |
Fades a lamp over time. If you have any questions or comments about this | |
script, feel free to tweet Ashley Bischoff at @FriendlyAshley. Released under | |
the Apache 2.0 license. (v2.0) | |
fields: | |
light: | |
name: 💡 Light | |
description: entity_id of the lamp. | |
selector: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
networking = { | |
# Don't try to find our domain name or DNS servers because then | |
# resolvconf will insert them into /etc/resolv.conf | |
dhcpcd.extraConfig = | |
'' | |
nooption domain_name_servers, domain_name, domain_search, host_name | |
nooption ntp_servers | |
''; | |
nameservers = [ | |
"1.1.1.1" |