『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 5138|回复: 0

[基础教程] 树莓派3,configuration.yaml添加了组件 为何主页不显示

[复制链接]

15

主题

119

帖子

686

积分

高级会员

Rank: 4

积分
686
金钱
557
HASS币
50
发表于 2018-4-20 13:11:42 | 显示全部楼层 |阅读模式
本帖最后由 sony804 于 2018-4-20 13:13 编辑

我是按照网上的一篇教程一步一步做的,configuration.yaml添加了设备 为何home assistant主页没有显示相关设备 以下是文件代码 请大神帮我分析分析   # 天龙功放
media_player:
  - platform: denon
    host: 192.168.1.13
这段是我添加了 按照教程上说添加完后 重启home assistant 会在主页显示相关设备




homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: 32.0617
  longitude: 118.7778
  # 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: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: Asia/Shanghai
  # Customization file
  customize: !include customize.yaml



# Show links to resources in log and frontend
introduction:

# Enables the frontend
frontend:

# Enables configuration UI
config:

http:
  # Secrets are defined in the file secrets.yaml
  # api_password: !secret http_password
  # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  # base_url: example.duckdns.org:8123

# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
  # Optional, allows Home Assistant developers to focus on popular components.
  # include_used_components: true

# Discover some devices automatically
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:

# Enables a map showing the location of tracked devices
map:

# Track the sun
sun:

# Weather prediction
sensor:
  - platform: yr

# Text to speech
tts:
  - platform: google

# Cloud
cloud:

# 天龙功放
media_player:
  - platform: denon
    host: 192.168.1.13


group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml

weather:
  -platform: yweather
   woeid: 2151849
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-9-20 08:00 , Processed in 0.046224 second(s), 22 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表