Not sure why I am getting this message( No module named ‘homeassistant.components.trend.sensor’). I would have thought if we are running hassIO all module for default sensor should be installed, after a bit go gaoling it looks like I need to install libatlas-base-dev but not sure how to do this.
Platform error sensor.trend - No module named 'homeassistant.components.trend.sensor'
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: Platform error sensor.trend - No module named 'homeassistant.components.trend.sensor'
Platform error sensor.trend - No module named 'homeassistant.components.trend.sensor'