Skip to content

Commit cad08e4

Browse files
committed
Add default config
1 parent d2f39fb commit cad08e4

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

.gitignore

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
config
2-
__pycache__
1+
# artifacts
2+
__pycache__
3+
.pytest*
4+
*.egg-info
5+
*/build/*
6+
*/dist/*
7+
8+
9+
# misc
10+
.coverage
11+
.vscode
12+
coverage.xml
13+
.ruff_cache
14+
15+
16+
# Home Assistant configuration
17+
config/*
18+
!config/configuration.yaml

config/configuration.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://www.home-assistant.io/integrations/default_config/
2+
default_config:
3+
4+
# https://www.home-assistant.io/integrations/homeassistant/
5+
homeassistant:
6+
debug: true
7+
8+
# https://www.home-assistant.io/integrations/logger/
9+
logger:
10+
default: info
11+
logs:
12+
custom_components.healthchecksio: debug

0 commit comments

Comments
 (0)