From 62f5689b6b186e10ba4112b89b0af1ab2416a202 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 17 Mar 2023 22:38:36 -0600 Subject: [PATCH] Change branch in source_url --- .../blueprints/scripts/convert_user_id_to_user_name.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml b/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml index 225cef3..1606e4d 100644 --- a/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml +++ b/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml @@ -3,7 +3,7 @@ blueprint: description: >- A script that determines the user name for a provided user ID. domain: script - source_url: https://github.com/nwithan8/configs/blob/master/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml + source_url: https://github.com/nwithan8/configs/blob/main/home_assistant/blueprints/scripts/convert_user_id_to_user_name.yaml input: store_in: description: The text input entity to store the result in