✏️ Corrects incorrect command in hassfest (#24188)
This commit is contained in:
parent
7c093bd928
commit
7692cffdbe
6 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
"""Automatically generated by hassfest.
|
"""Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Automatically generated by hassfest.
|
"""Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Automatically generated by hassfest.
|
"""Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ from .model import Integration, Config
|
||||||
BASE = """
|
BASE = """
|
||||||
\"\"\"Automatically generated by hassfest.
|
\"\"\"Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ from .model import Integration, Config
|
||||||
BASE = """
|
BASE = """
|
||||||
\"\"\"Automatically generated by hassfest.
|
\"\"\"Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ from .model import Integration, Config
|
||||||
BASE = """
|
BASE = """
|
||||||
\"\"\"Automatically generated by hassfest.
|
\"\"\"Automatically generated by hassfest.
|
||||||
|
|
||||||
To update, run python3 -m hassfest
|
To update, run python3 -m script.hassfest
|
||||||
\"\"\"
|
\"\"\"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue