hi
i’m a newbie.
i keep getting this error message in logs after i reload automations.
Logger: homeassistant.config
Source: config.py:410
First occurred: 12:28:09 (5 occurrences)
Last logged: 13:08:43
- Invalid config for [automation]: Invalid time specified: 749 @ data[‘trigger’][0][‘at’][0]. Got None. (See /config/configuration.yaml, line 9).
- Invalid config for [automation]: Invalid time specified: 749 @ data[‘trigger’][0][‘at’][0]. Got None. (See /config/configuration.yaml, line 17).
- Invalid config for [automation]: Invalid time specified: 749 @ data[‘trigger’][0][‘at’][0]. Got None. (See /config/configuration.yaml, line 13).
there’s nothing on those lines in configuration.yaml.
there’s no 749 mentioned in my automations.yaml.
here’s the first two automations in my automations.yaml file
- id: ‘1597439749601’
alias: HotWater_InMorningsByElec
description: create hot water either using electricity if usegas=false
trigger:- at: ‘05:15’
platform: time
condition: - condition: state
entity_id: input_boolean.g_usegas
state: ‘false’
action: - device_id: 02d2a65643a74f85977c333e1dcb9916
domain: switch
entity_id: switch.innrplug1_on_off
type: turn_on - delay: 01:15
- device_id: 02d2a65643a74f85977c333e1dcb9916
domain: switch
entity_id: switch.innrplug1_on_off
type: turn_off
mode: single
- at: ‘05:15’
- id: ‘1597449225887686’
alias: test232
description: ‘’
trigger:- at: 01:15
platform: time
condition: []
action:
service: input_text.set_value
data_template:
entity_id: input_text.test2
value: This is
mode: single
- at: 01:15
here’s my entire configuration.yaml
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
Text to speech
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
discovery:
i could just flatten it and start again, but it should all be fixable. it takes hours to set up everything again.
thanks