Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aneisch committed Oct 5, 2023
1 parent 0f22b82 commit 6c0a271
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ homeassistant:
allowlist_external_dirs:
- "/tmp"
- "/config"
#- "/frigate_config"
allowlist_external_urls:
- "http://localhost:8123/api/frigate/notifications"
media_dirs:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion extras/docker-compose/homeassistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion extras/docker-compose/unified/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c0a271

Please sign in to comment.