mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
FLOWS = [
|
FLOWS = [
|
||||||
"adguard",
|
"adguard",
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
To update, run python3 -m script.hassfest
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
SSDP = {
|
SSDP = {
|
||||||
"device_type": {},
|
"device_type": {},
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
To update, run python3 -m script.hassfest
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
ZEROCONF = {
|
ZEROCONF = {
|
||||||
"_axis-video._tcp.local.": [
|
"_axis-video._tcp.local.": [
|
||||||
|
@ -10,6 +10,7 @@ BASE = """
|
|||||||
To update, run python3 -m script.hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
FLOWS = {}
|
FLOWS = {}
|
||||||
""".strip()
|
""".strip()
|
||||||
|
@ -11,6 +11,7 @@ BASE = """
|
|||||||
To update, run python3 -m script.hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
SSDP = {}
|
SSDP = {}
|
||||||
""".strip()
|
""".strip()
|
||||||
|
@ -11,6 +11,7 @@ BASE = """
|
|||||||
To update, run python3 -m script.hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
# fmt: off
|
||||||
|
|
||||||
ZEROCONF = {}
|
ZEROCONF = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user