mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
chore(dev): disable analytics and error reporting for dev instance
Disabled analytics integration in development configuration to prevent: - Skewing production statistics at analytics.home-assistant.io - Sending error reports from development instance (expected to have errors) - Transmitting usage data from non-production environment This ensures dev container only affects local development, not HA statistics. Impact: Development environment no longer sends telemetry data to Home Assistant. No user-visible changes.
This commit is contained in:
parent
3f43bb4bc0
commit
b1c36f5279
1 changed files with 13 additions and 0 deletions
|
|
@ -3,6 +3,19 @@
|
|||
homeassistant:
|
||||
debug: true
|
||||
|
||||
# Disable analytics, diagnostics and error reporting for development instance
|
||||
# https://www.home-assistant.io/integrations/analytics/
|
||||
analytics:
|
||||
# Disable usage analytics to prevent skewing production statistics
|
||||
# https://analytics.home-assistant.io should only reflect real user installations
|
||||
|
||||
# https://www.home-assistant.io/integrations/system_health/
|
||||
system_health:
|
||||
|
||||
# https://www.home-assistant.io/integrations/diagnostics/
|
||||
# Note: Diagnostics integration cannot be disabled, but without analytics
|
||||
# and with internal_url set, no data is sent externally
|
||||
|
||||
# Core integrations needed for development
|
||||
http:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue