docs: Clearer, less threatening instructions

main
Philip Gaber 3 months ago
parent da58a1af77
commit 9f2e7c3bc7
No known key found for this signature in database
GPG Key ID: 8D49EBCA3F8B797C

@ -91,7 +91,8 @@ def main():
if confirm("Check 'debug.json' if the output looks reasonable then confirm"): if confirm("Check 'debug.json' if the output looks reasonable then confirm"):
json.dump(entities_object, entities_file) json.dump(entities_object, entities_file)
print("Replaced 'core.entity_registry' with the contents of debug.json") print("Replaced 'core.entity_registry' with the contents of debug.json")
print("PLEASE RESTART THE SERVER NOW") print("First: Restart the server for changes to take affect")
print("Also: Clear your browser cache so the old entities disappear")
else: else:
print( print(
"Nothing changed. You could try to fix debug.json and replace the original file with it." "Nothing changed. You could try to fix debug.json and replace the original file with it."

Loading…
Cancel
Save