docs: Added message that one should restart the server

This commit is contained in:
Philip Gaber 2024-12-15 19:47:06 +01:00
parent d925255e53
commit da58a1af77
No known key found for this signature in database
GPG Key ID: 8D49EBCA3F8B797C

View File

@ -91,6 +91,7 @@ def main():
if confirm("Check 'debug.json' if the output looks reasonable then confirm"):
json.dump(entities_object, entities_file)
print("Replaced 'core.entity_registry' with the contents of debug.json")
print("PLEASE RESTART THE SERVER NOW")
else:
print(
"Nothing changed. You could try to fix debug.json and replace the original file with it."