Update folder_watcher test

This commit is contained in:
Erik 2025-05-10 17:26:13 +02:00
parent 08a8bfaf8f
commit 3f1d3bfc4a
2 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,7 @@ async def load_int(
config_entry = MockConfigEntry(
domain=DOMAIN,
source=SOURCE_USER,
title=f"Folder Watcher {path!s}",
title=f"Folder Watcher {tmp_path.parts[-1]!s}",
data={},
options={"folder": str(path), "patterns": ["*"]},
entry_id="1",

View File

@ -4,6 +4,7 @@
'aliases': set({
}),
'area_id': None,
'calculated_object_id': 'Folder Watcher test_event_entity0',
'capabilities': dict({
'event_types': list([
'closed',