mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 01:07:10 +00:00
Update folder_watcher test
This commit is contained in:
parent
08a8bfaf8f
commit
3f1d3bfc4a
@ -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",
|
||||
|
@ -4,6 +4,7 @@
|
||||
'aliases': set({
|
||||
}),
|
||||
'area_id': None,
|
||||
'calculated_object_id': 'Folder Watcher test_event_entity0',
|
||||
'capabilities': dict({
|
||||
'event_types': list([
|
||||
'closed',
|
||||
|
Loading…
x
Reference in New Issue
Block a user