You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019-07-03 13:10:25 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform ssh
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT)
File "/usr/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/lib/python3.7/asyncio/coroutines.py", line 120, in coro
res = func(*args, **kw)
File "/home/homeassistant/.homeassistant/custom_components/ssh/sensor.py", line 48, in async_setup_platform
dev.append(SSHSensor(hass, config))
File "/home/homeassistant/.homeassistant/custom_components/ssh/sensor.py", line 66, in __init__
self._connect()
File "/home/homeassistant/.homeassistant/custom_components/ssh/sensor.py", line 127, in _connect
from pexpect import pxssh, exceptions
ModuleNotFoundError: No module named 'pexpect'
The text was updated successfully, but these errors were encountered:
Hi, for some reason the module cannot be found
The text was updated successfully, but these errors were encountered: