From 6c0a27193edd8883d03a8199fe54e5ddf773c338 Mon Sep 17 00:00:00 2001 From: Andrew Neisch Date: Thu, 5 Oct 2023 11:47:11 -0500 Subject: [PATCH] Changes --- README.md | 2 +- configuration.yaml | 5 ----- extras/docker-compose/homeassistant/docker-compose.yml | 2 +- extras/docker-compose/unified/docker-compose.yml | 2 +- 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f1510ca7..b130708a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Also using Grafana/Influx for graphing, both running in Docker containers on NUC Description | value -- | -- Lines of ESPHome YAML | 2467 -Lines of Home Assistant YAML | 8121 +Lines of Home Assistant YAML | 8116 [Integrations](https://www.home-assistant.io/integrations/) in use | 52 Zigbee devices in [`zha`](https://www.home-assistant.io/integrations/zha/) | 26 Z-Wave devices in [`zwave_js`](https://www.home-assistant.io/integrations/zwave_js/) | 37 diff --git a/configuration.yaml b/configuration.yaml index 3b7e73ff..7aad16f0 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -37,7 +37,6 @@ homeassistant: allowlist_external_dirs: - "/tmp" - "/config" - #- "/frigate_config" allowlist_external_urls: - "http://localhost:8123/api/frigate/notifications" media_dirs: @@ -68,12 +67,8 @@ energy: folder_watcher: - folder: '/tmp' - #use_polling: True patterns: - "database.sqlite" - - folder: '/frigate_config' - #use_polling: True - patterns: - "config.yml" monitor_docker: diff --git a/extras/docker-compose/homeassistant/docker-compose.yml b/extras/docker-compose/homeassistant/docker-compose.yml index ebe32af1..0011ced5 100644 --- a/extras/docker-compose/homeassistant/docker-compose.yml +++ b/extras/docker-compose/homeassistant/docker-compose.yml @@ -25,7 +25,7 @@ services: - /sys/class/hwmon/hwmon1/temp1_input:/sys/class/thermal/thermal_zone0/temp:ro - /etc/localtime:/etc/localtime:ro - /frigate-drive:/frigate - - /opt/frigate:/frigate_config:ro + - /opt/frigate/config.yml:/tmp/config.yml:ro devices: - /dev/zigbee - /dev/usb_modem_sim7080g:/dev/cellular_modem diff --git a/extras/docker-compose/unified/docker-compose.yml b/extras/docker-compose/unified/docker-compose.yml index 1f0aa368..ff62d8d6 100644 --- a/extras/docker-compose/unified/docker-compose.yml +++ b/extras/docker-compose/unified/docker-compose.yml @@ -26,7 +26,7 @@ services: - /sys/class/hwmon/hwmon1/temp1_input:/sys/class/thermal/thermal_zone0/temp:ro - /etc/localtime:/etc/localtime:ro - /frigate-drive:/frigate - - /opt/frigate:/frigate_config:ro + - /opt/frigate/config.yml:/tmp/config.yml:ro devices: - /dev/zigbee - /dev/usb_modem_sim7080g:/dev/cellular_modem