Closed jantinus closed 3 years ago
Quite the same here, following.
I also have a similar problem, gets the following output when running docker command
_docker run -it --rm -v /srv/docker/homeautomation/ha-home:/config:ro -v /etc/localtime:/etc/localtime:ro homeassistant/home-assistant hass -c /config --script checkconfig
` time_zone: xxxxxxxxxxxxxxxxxx unit_system: xxxxxxxx
automation:
Successful config (partial) homeassistant: automation:
`
The problem persists with the 3.4 update.
New update on my part. I've found the culprit in the configuration.yaml file:
alias: Slaapkamer - input select next
description: ''
trigger:
- device_id: 203120cc4de5483bb68df6f100720ca0
domain: deconz
platform: device
type: remote_button_short_press
subtype: turn_off
- device_id: 5366fada158111eb92a70fea2e6df9b9
domain: deconz
platform: device
type: remote_button_short_press
subtype: right
- device_id: bb5062f512ca4b84a01aef0efbf640ba
domain: deconz
platform: device
type: remote_button_short_press
subtype: right
condition: []
action:
- service: input_select.select_next
data: {}
entity_id: input_select.scenes_slaapkamer
mode: single```
When I add this to my config file I will get the error message. I still don't know what's wrong in this automation. Maybe someone can help me?
The error only seemed to appear in similar automations like the one above with platform: deconz in it. I couldn't find anything wrong with the configuration, so I installed the new update anyway, and no error was seen in the logs. Apparently the configuration-check add-on did not function properly.
The problem
I'm running home assistant 2021.2.3. Before updating to 2021.3.0 - 2021.3.3 I've run the configuration check add-on. It tells me the configuration check did not pass (see attached logs for details). This is my first time posting something on Github, so please tell me if I forgot to include important information.
What is version of Home Assistant Core has the issue?
2021.3.0 - 2021.3.3
What was the last working version of Home Assistant Core?
2021.2.3
What type of installation are you running?
Home Assistant OS
Integration causing the issue
No response
Link to integration documentation on our website
No response
Example YAML snippet
Anything in the logs that might be useful for us?
The logs don't have the "" characters before I copy them to the text field. I don't know how they got in there.