ludeeus / integration_blueprint

Blueprint for custom_component developers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing automations.yaml file

Mincka opened this issue · comments

Version of the custom_component

0.0.1

Configuration

default_config:

automation: !include automations.yaml

logger:
  default: error
  logs:
    custom_components.blueprint: debug

Describe the bug

A reference to automations.yaml was added in 411ea16

https://github.com/custom-components/blueprint/blob/411ea16668d1b0257ff842befcd1ec0dfd8027c6/.devcontainer/configuration.yaml#L3 but it looks like an automations.yaml file was not staged. Consequently, there is an error when starting the container.

Debug log


> Executing task: container check <

INFO:homeassistant.util.package:Attempting install of colorlog==4.1.0
Testing configuration at /config
Failed config
  General Errors: 
    - Error loading /config/configuration.yaml:   in "/config/configuration.yaml", line 3, column 13: Unable to read file /config/automations.yaml.