Skip to content

Commit

Permalink
Allow HA to run in Github Codespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Feb 16, 2024
1 parent 8ba9e5e commit f4993be
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
default_config:

http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- ::1

logger:
default: info
logs:
custom_components.knmi: debug

# If you need to debug uncommment the line below (doc: https://www.home-assistant.io/integrations/debugpy/)
# debugpy:

0 comments on commit f4993be

Please sign in to comment.