- 积分
- 156
- 金钱
- 132
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
注册会员
- 积分
- 156
- 金钱
- 132
- HASS币
- 0
|
home assistant无法跟换主题麻烦大神看看
core版本12.7
hacs是最新的
日志显示Logger: homeassistant.core
Source: components/frontend/__init__.py:475
First occurred: 24:10:17 (1 occurrences)
Last logged: 24:10:17
Error executing service: <ServiceCall frontend.reload_themes (c:9b13a275cdcd0b25670e412a39e4013a)>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1511, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1530, in _execute_service
await handler.job.target(service_call)
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 733, in admin_handler
await result
File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 475, in reload_themes
new_themes = config[DOMAIN].get(CONF_THEMES, {})
KeyError: 'frontend'
|
|