mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Do not complain about automatic generated files (#26540)
* Do not complain about automatic generated files * Update generated files
This commit is contained in:
parent
f167914951
commit
7d71976e01
@ -3,6 +3,7 @@
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
# fmt: off
|
||||
|
||||
FLOWS = [
|
||||
"adguard",
|
||||
|
@ -3,6 +3,7 @@
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
# fmt: off
|
||||
|
||||
SSDP = {
|
||||
"device_type": {},
|
||||
|
@ -3,6 +3,7 @@
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
# fmt: off
|
||||
|
||||
ZEROCONF = {
|
||||
"_axis-video._tcp.local.": [
|
||||
|
@ -10,6 +10,7 @@ BASE = """
|
||||
To update, run python3 -m script.hassfest
|
||||
\"\"\"
|
||||
|
||||
# fmt: off
|
||||
|
||||
FLOWS = {}
|
||||
""".strip()
|
||||
|
@ -11,6 +11,7 @@ BASE = """
|
||||
To update, run python3 -m script.hassfest
|
||||
\"\"\"
|
||||
|
||||
# fmt: off
|
||||
|
||||
SSDP = {}
|
||||
""".strip()
|
||||
|
@ -11,6 +11,7 @@ BASE = """
|
||||
To update, run python3 -m script.hassfest
|
||||
\"\"\"
|
||||
|
||||
# fmt: off
|
||||
|
||||
ZEROCONF = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user