|
发表于 2019-8-23 08:17:22
|
显示全部楼层
小白求助,,一步一步的按照说明做的,,HA 似乎无法启动,log 日志如下,,有大佬帮忙指点一下吗:
custom_ui 也弄了,所有的配置文件都按照楼主写的弄了
2019-08-23 00:15:46 ERROR (MainThread) [homeassistant.config] Invalid config for [homeassistant]: extra keys not allowed @ data['custom_ui']. Got 'local'
extra keys not allowed @ data['customizer']. Got None
extra keys not allowed @ data['extra_html_url']. Got ['/local/custom_ui/state-card-custom-ui.html', '/local/custom_ui/state-card-custom-phicomm-aircat.html']
extra keys not allowed @ data['extra_html_url_es5']. Got ['/local/custom_ui/state-card-custom-ui-es5.html', '/local/custom_ui/state-card-custom-phicomm-aircat.html']
extra keys not allowed @ data['frontend']. Got None
extra keys not allowed @ data['hide_attributes']. Got ['node_id', 'value_index']
invalid latitude for dictionary value @ data['latitude']. Got None
invalid longitude for dictionary value @ data['longitude']. Got None
invalid slug phicomm-1 (try phicomm_1) for dictionary value @ data['packages']. Got OrderedDict([('phicomm-1', OrderedDict([('sensor', [OrderedDict([('platform', 'PhicommAirDetector'), ('name', 'm1'), ('devices', OrderedDict([('a', OrderedDict([('B0:F6:91:11:54:2F', 'input_number.phicomm_m1a_led')])), ('b', OrderedDict([('B0:F6:91:1D:A5:30', 'input_number.phicomm_m1b_led')]))])), ('tokenPath', '/config/phicomm_token.txt')])]), ('input_number', OrderedDict([('phicomm_m1a_led', OrderedDict([('name', '屏幕亮度'), ('icon', 'mdi:led-on'), ('initial', 50), ('min', 0), ('max', 50), ('s.... (See /config/configuration.yaml, line 2).
2019-08-23 00:15:46 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/app/homeassistant/core.py", line 1118, in async_call
raise ServiceNotFound(domain, service) from None
homeassistant.exceptions.ServiceNotFound: (ServiceNotFound(...), 'Service persistent_notification.create not found')
|
|