-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/pyscript/__init__.py", line 375, in async_setup_entry
await watchdog_start(hass, pyscript_folder, reload_scripts_handler)
File "/config/custom_components/pyscript/__init__.py", line 150, in watchdog_start
class WatchDogHandler(FileSystemEventHandler):
...<46 lines>...
self.process(event)
File "/config/custom_components/pyscript/__init__.py", line 154, in WatchDogHandler
self, watchdog_q: asyncio.Queue, observer: watchdog.observers.ObserverType, path: str
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'watchdog.observers' has no attribute 'ObserverType'
Looks like an import issue with Watchdog? @craigbarratt Have you seen this before?
Metadata
Metadata
Assignees
Labels
No labels