remove mentions on config folder

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent 674492fd6b
commit 89220b2bbd
5 changed files with 6 additions and 7 deletions

View File

@@ -2,8 +2,8 @@ extends: default
ignore: |
appdaemon/
config/templates/partials/
config/secrets.yaml
templates/partials/
secrets.yaml
rules:
document-start:

View File

@@ -22,7 +22,7 @@ keep everything organized and grouped by different functionalities.
- `routines` - definitions of automated routines - e.g. Coming Home or Waking Up
- `sensors` - describing sensors the house can use
The `speech` module uses [partial templates](https://github.com/GeorgeSG/sarah/tree/master/config/templates/partials) to generate more complex messages.
The `speech` module uses [partial templates](https://github.com/GeorgeSG/sarah/tree/master/templates/partials) to generate more complex messages.
## Hardware

View File

@@ -7,8 +7,7 @@ homeassistant:
time_zone: Europe/Sofia
packages: !include_dir_named packages
allowlist_external_dirs:
- /config/www/audio/youtube
- /config
- /www/audio/youtube
#
# ─── HOME ASSISTANT COMPONENTS ENABLED ──────────────────────────────────────────

View File

@@ -8,7 +8,7 @@ youtube_url = sys.argv[1]
out_name = sys.argv[2] if len(sys.argv) > 2 else 'temp'
out_folder = sys.argv[3] if len(sys.argv) > 3 else ''
full_file_path = f"""/config/www/audio/youtube/{out_folder}{out_name}"""
full_file_path = f"""/www/audio/youtube/{out_folder}{out_name}"""
ydl = youtube_dl.YoutubeDL({'format': 'bestaudio', 'outtmpl': full_file_path})

View File

@@ -28,7 +28,7 @@ sensor:
shell_command:
clear_logs: truncate -s 0 /config/home-assistant.log
clear_logs: truncate -s 0 /home-assistant.log
script:
sarah_restart: