#First automation using GUI on new installation get 'setup timed out'
1 messages · Page 1 of 1 (latest)
Guess there is nothing in configuration.yaml causing this or?
Its the default config, and a check config returns healthy, just saw despite the error it creates this in automations.yaml, but gui of automations stays empty.. as if no automation was created, i use ha since version 0.9x and i am stumped.. ```- id: '1768474493004'
alias: Zon onder raamkozijn verlichting aan
description: ''
triggers:
- trigger: sun
event: sunset
offset: 0
conditions: []
actions: - action: switch.turn_on
metadata: {}
target:
entity_id: switch.powerplug_verlichting_raamkozijn
data: {}
mode: single
configuration.yaml
```# Loads default set of integrations. Do not remove.
default_config:
# Load config from packages directory
homeassistant:
packages: !include_dir_named packages
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
Looks good as far as I can tell
yes i think so to but no visible created automation in gui, and light stays off...
Fixed, I thought this was part of default_config but seems not, works now
It's part of the default configuration.yaml contents, but it's not included in default_config:
You should add similar lines for script and scene