From 9f2e7c3bc7e898016a35094cdcea3b3e75200421 Mon Sep 17 00:00:00 2001 From: Philip Gaber Date: Sun, 15 Dec 2024 19:55:17 +0100 Subject: [PATCH] docs: Clearer, less threatening instructions --- fix_entity_names.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fix_entity_names.py b/fix_entity_names.py index 295a26c..67bb9e3 100644 --- a/fix_entity_names.py +++ b/fix_entity_names.py @@ -91,7 +91,8 @@ 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") + print("First: Restart the server for changes to take affect") + print("Also: Clear your browser cache so the old entities disappear") else: print( "Nothing changed. You could try to fix debug.json and replace the original file with it."