Do not complain about automatic generated files (#26540)

* Do not complain about automatic generated files

* Update generated files
This commit is contained in:
Paulus Schoutsen 2019-09-09 12:01:49 -07:00 committed by GitHub
parent f167914951
commit 7d71976e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
To update, run python3 -m script.hassfest
"""
# fmt: off
FLOWS = [
"adguard",

View File

@ -3,6 +3,7 @@
To update, run python3 -m script.hassfest
"""
# fmt: off
SSDP = {
"device_type": {},

View File

@ -3,6 +3,7 @@
To update, run python3 -m script.hassfest
"""
# fmt: off
ZEROCONF = {
"_axis-video._tcp.local.": [

View File

@ -10,6 +10,7 @@ BASE = """
To update, run python3 -m script.hassfest
\"\"\"
# fmt: off
FLOWS = {}
""".strip()

View File

@ -11,6 +11,7 @@ BASE = """
To update, run python3 -m script.hassfest
\"\"\"
# fmt: off
SSDP = {}
""".strip()

View File

@ -11,6 +11,7 @@ BASE = """
To update, run python3 -m script.hassfest
\"\"\"
# fmt: off
ZEROCONF = {}