From da58a1af776b628fa4aaaa8dbf9fd4ee716d62ec Mon Sep 17 00:00:00 2001 From: Philip Gaber Date: Sun, 15 Dec 2024 19:47:06 +0100 Subject: [PATCH] docs: Added message that one should restart the server --- fix_entity_names.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fix_entity_names.py b/fix_entity_names.py index c44be36..295a26c 100644 --- a/fix_entity_names.py +++ b/fix_entity_names.py @@ -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."