mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 01:28:24 +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(
|
config_entry = MockConfigEntry(
|
||||||
domain=DOMAIN,
|
domain=DOMAIN,
|
||||||
source=SOURCE_USER,
|
source=SOURCE_USER,
|
||||||
title=f"Folder Watcher {path!s}",
|
title=f"Folder Watcher {tmp_path.parts[-1]!s}",
|
||||||
data={},
|
data={},
|
||||||
options={"folder": str(path), "patterns": ["*"]},
|
options={"folder": str(path), "patterns": ["*"]},
|
||||||
entry_id="1",
|
entry_id="1",
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
'aliases': set({
|
'aliases': set({
|
||||||
}),
|
}),
|
||||||
'area_id': None,
|
'area_id': None,
|
||||||
|
'calculated_object_id': 'Folder Watcher test_event_entity0',
|
||||||
'capabilities': dict({
|
'capabilities': dict({
|
||||||
'event_types': list([
|
'event_types': list([
|
||||||
'closed',
|
'closed',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user