文件的位置在\\ds3617xs\docker\hass.io\homeassistant\configuration.yaml
检验错误提示:File not found: /config/configuration.yaml
如果我把configuration.yaml放在\\ds3617xs\docker\hass.io\homeassistant\config\configuration.yaml则会提示File configuration.yaml not found.
我该怎么办,packages文件放在哪?之前忘了附上configuration.yaml的代码内容了
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
homeassistant:
packages: !include_dir_named packages
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 33.2642
longitude: 114.52
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: <a href="http://en.wikipedia.org/wiki/List_of_tz_database_time_zones" target="_blank">http://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a>
time_zone: Asia/Shanghai
# Customization file
customize: !include customize.yaml
homekit:
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml