mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
✏️ Corrects incorrect command in hassfest (#24188)
This commit is contained in:
committed by
Paulus Schoutsen
parent
7c093bd928
commit
7692cffdbe
@@ -1,6 +1,6 @@
|
||||
"""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.
|
||||
|
||||
To update, run python3 -m hassfest
|
||||
To update, run python3 -m script.hassfest
|
||||
"""
|
||||
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
"""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 = """
|
||||
\"\"\"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 = """
|
||||
\"\"\"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 = """
|
||||
\"\"\"Automatically generated by hassfest.
|
||||
|
||||
To update, run python3 -m hassfest
|
||||
To update, run python3 -m script.hassfest
|
||||
\"\"\"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user