[ { "id": "guest_wifi_monthly_random_password", "automation": "- id: guest_wifi_monthly_random_password\n alias: Guest Wifi\n description: On the first of each month set a random password for the Guest Wifi\n mode: single\n triggers:\n - trigger: template\n value_template: '{{ now().day == 1 }}'\n conditions: []\n actions:\n - action: button.press\n target:\n entity_id: button.guest_wifi_random", "config": [ { "name": "guest wifi random", "room": null, "type": "button", "id": { "entity_id": "button.guest_wifi_random", "device_id": null } } ] } ]