13 lines
343 B
YAML
13 lines
343 B
YAML
- id: guest_wifi_monthly_random_password
|
|
alias: Guest Wifi
|
|
description: On the first of each month set a random password for the Guest Wifi
|
|
mode: single
|
|
triggers:
|
|
- trigger: template
|
|
value_template: '{{ now().day == 1 }}'
|
|
conditions: []
|
|
actions:
|
|
- action: button.press
|
|
target:
|
|
entity_id: button.guest_wifi_random
|