Fix file yaml import fails on scan_interval (#120154)

This commit is contained in:
Jan Bouwhuis 2024-06-22 12:28:41 +02:00 committed by GitHub
parent f676760ab1
commit 57eb8dab6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -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"),
}