homeassistant:
# 智能家庭的名称
name: Home
# 经纬度
latitude: 25.965072
longitude: 119.623822
# 海拔
elevation: 10
# 度量衡单位制式(metric)是公制,(imperial)是英制
unit_system: metric
# 市区
time_zone: Asia/Shanghai
customize: !include customize.yaml
# 在网页界面的首页显示简介(那一大段E文),不想看到的话,请在前面加上#号
#introduction:
# 是否使用默认的“首页”
frontend:
# 配置面板
config:
# 给系统网页的登录加上一个密码 (推荐!),先去掉下面这行的#号
http:
# Uncomment this to add a password (recommended!)
# api_password: PASSWORD
# Uncomment this if you are using SSL or running in Docker etc
# base_url: example.duckdns.org:8123
# 升级提示,当HomeAssitant有新版本发布的时候,“日出日落”图标会变成(Update)字样
updater:
# Optional, allows Home Assistant developers to focus on popular components.
# include_used_components: true
# 如果调用Alexa设备,那么要禁用系统自动发现新设备
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# 太阳“跟踪器”,也就是“日出日落时间”
sun:
# Weather Prediction
sensor:
platform: yr
# Text to speech
tts:
platform: google
group: !include groups.yaml
automation: !include automations.yaml
xiaomi: !include xiaomi.yaml