-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Blueprint Import links not being created #473
Comments
I have tested this as well with my ow github blueprint links. Both the YAML creation and the Markdown creation from the link tool seem broken. URL works OK. So here is not working and lower one created previously working... When I paste that into here with code formatting it turns into: [![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.]([https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FSirGoodenough%2FHA_Blueprints%2Fblob%2Fmaster%2FScripts%2Ftts_All_Message_Script_Blueprint.yaml)](https://my.home-assistant.io/badges/blueprint_import.svg)%5D(https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FSirGoodenough%2FHA_Blueprints%2Fblob%2Fmaster%2FScripts%2Ftts_All_Message_Script_Blueprint.yaml))
[![Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.](https://my.home-assistant.io/badges/blueprint_import.svg)](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FSirGoodenough%2FHA_Blueprints%2Fblob%2Fmaster%2FScripts%2Ftts_All_Message_Script_Blueprint.yaml) So something is happening there appears to be an extra square brace in there making it dizzy. |
As a follow up to @SirGoodenough observations, here is an example of a link I have that was previously working but now no longer works:
The formatting is the same as his working example but it is now failing as are all of my blueprint links. It may be related to the spaces in the path as I think that may be the only obvious difference. |
Here is a list of previously working blueprints that are now giving errors:
My project relies heavily on blueprint imports as a means to add functionality. Any advice on how to proceed is most appreciated. |
Is this bound to a specific browser? And anything in the browser console? |
Caused by braintree/sanitize-url#77 |
I checked console in Chrome and don't see any errors. Looks like you beat me to the response. Thanks for your quick response on this. |
Working again for old links and can create new links. Thanks for reverting. |
I am trying to create a link to this blueprint:
https://raw.githubusercontent.com/dinki/View-Assist/main/View%20Assist%20custom%20sentences/Ask%20AI/blueprint-askai.yaml
Typically the form will complain about the '%20' so I change these to spaces and it works fine. This is not happening. In troubleshooting, I tried formatting using a known working blueprint link created using my.home-assistant.io weeks ago and adjusted it by adding the new path and keeping with the same formatting as the working link. That did not work either.
I then tried to use the known working blueprint import and it appears to not be working now and gives an error when clicking the link:
It seems all of the links I've created using the form (https://my.home-assistant.io/create-link/) no longer work though no changes have been made to the repo structure or filenames that would explain this. Here is an example of a previously working link that now gives the error:
Any help with this is most appreciated. Thanks.
The text was updated successfully, but these errors were encountered: