From 79819a0f15c0df3ddc964004c9014a9c4ed3cea0 Mon Sep 17 00:00:00 2001 From: ccostan Date: Sat, 12 Jun 2021 12:54:20 -0400 Subject: [PATCH] Disable IPV6 for ZeroConf --- config/configuration.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/configuration.yaml b/config/configuration.yaml index 42c18f7f..cd74b283 100755 --- a/config/configuration.yaml +++ b/config/configuration.yaml @@ -29,6 +29,7 @@ homeassistant: # api_password: !secret http_password network: zeroconf: + ipv6: false system_health: #Note: The influxdb runs along side the HA DB. It does not replace it. influxdb is used to grab data for Grafana.