Skip to content
Snippets Groups Projects
Unverified Commit be2cee22 authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Add tests for package errors (#103902)

parent 74bf255d
No related branches found
No related tags found
No related merge requests found
Showing
with 21 additions and 0 deletions
# adr007_1 should be a dict, this will cause a package error
adr_0007_1:
- host: blah.com
homeassistant:
packages:
pack_1:
# This is correct, but root config is wrong
adr_0007_1:
port: 8080
pack_2:
# Should not be a list
adr_0007_2:
- host: blah.com
pack_3:
# Host duplicated in pack_4
adr_0007_3:
host: blah.com
pack_4:
adr_0007_3:
host: blah.com
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment