We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2f39fb commit cad08e4Copy full SHA for cad08e4
.gitignore
@@ -1,2 +1,18 @@
1
-config
2
-__pycache__
+# artifacts
+__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
@@ -0,0 +1,12 @@
+# https://www.home-assistant.io/integrations/default_config/
+default_config:
+# https://www.home-assistant.io/integrations/homeassistant/
+homeassistant:
+ debug: true
+# https://www.home-assistant.io/integrations/logger/
+logger:
+ default: info
+ logs:
+ custom_components.healthchecksio: debug
0 commit comments