Skip to content

Commit

Permalink
Run update DNS for multiple sub domains
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 25, 2023
1 parent d825e47 commit f440ad1
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,19 @@ cozy_lights_bedroom:
alias: Set cozy lights in the bedroom
mode: parallel
sequence:
- data:
entity_id: light.bamboo
hs_color:
- 299.72
- 83.922
service: light.turn_on
- data:
entity_id: light.philips_go
hs_color:
- 0
- 100
service: light.turn_on
# - data:
# entity_id: light.bamboo
# hs_color:
# - 299.72
# - 83.922
# service: light.turn_on
# - data:
# entity_id: light.bed_reading_up
# hs_color:
# - 26.725
Expand Down Expand Up @@ -433,6 +433,16 @@ update_dns:
api: !secret gandi_api_key
domain: !secret domain
subdomain: !secret subdomain
- service: shell_command.update_dns
data:
api: !secret gandi_api_key
domain: !secret domain
subdomain: marcella-blog
- service: shell_command.update_dns
data:
api: !secret gandi_api_key
domain: !secret domain
subdomain: !secret files

fix_sound:
alias: Fix Opt LG Sound Sync bug
Expand Down

0 comments on commit f440ad1

Please sign in to comment.