Fix file yaml import fails on scan_interval (#120154)
This commit is contained in:
parent
f676760ab1
commit
57eb8dab6a
2 changed files with 10 additions and 1 deletions
|
@ -21,6 +21,7 @@ async def test_file_value_yaml_setup(
|
|||
config = {
|
||||
"sensor": {
|
||||
"platform": "file",
|
||||
"scan_interval": 30,
|
||||
"name": "file1",
|
||||
"file_path": get_fixture_path("file_value.txt", "file"),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue