- 积分
- 228
- 金钱
- 213
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 228
- 金钱
- 213
- HASS币
- 0
|
发表于 2022-4-16 16:23:40
|
显示全部楼层
楼主你好,这个脚本只能运行在x86平台吗?我在树莓派上提示我、
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/__init__.py:610
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 16:21:23 (2 occurrences)
Last logged: 16:22:55
[2959978608] The system cannot restart because the configuration is not valid: Invalid config for [sensor]: required key not provided @ data['platform']. Got None. (See /config/configuration.yaml, line 41).
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 192, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1636, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1673, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 610, in async_handle_core_service
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: The system cannot restart because the configuration is not valid: Invalid config for [sensor]: required key not provided @ data['platform']. Got None. (See /config/configuration.yaml, line 41). |
|