mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 16:57:34 +00:00
Blueprint: style fixes (#33571)
This commit is contained in:
parent
b87af8f6f8
commit
ab68019bca
@ -43,7 +43,7 @@ The blueprint can now be used for creating automations.
|
|||||||
|
|
||||||
## Editing an imported blueprint
|
## Editing an imported blueprint
|
||||||
|
|
||||||
If you want, you can tweak an imported Blueprint by "taking control" of this blueprint. Home Assistant then converts the blueprint automation into a regular, stand-alone, automation, allowing you to make any tweak you want, without having to fully re-invent the wheel.
|
You can tweak an imported blueprint by "taking control" of this blueprint. Home Assistant then converts the blueprint automation into a regular automation, allowing you to make any tweak without having to fully re-invent the wheel.
|
||||||
|
|
||||||
To edit an imported blueprint, follow these steps:
|
To edit an imported blueprint, follow these steps:
|
||||||
|
|
||||||
@ -59,19 +59,27 @@ To edit an imported blueprint, follow these steps:
|
|||||||
## Re-importing a blueprint
|
## Re-importing a blueprint
|
||||||
|
|
||||||
Blueprints created by the community may go through multiple revisions. Sometimes a user creates a blueprint,
|
Blueprints created by the community may go through multiple revisions. Sometimes a user creates a blueprint,
|
||||||
the community provides feedback, and new functionality is added.
|
the community provides feedback, new functionality is added.
|
||||||
|
|
||||||
The quickest way to get these changes is by re-importing the blueprint. This will overwrite the blueprint you currently have.
|
The quickest way to get these changes, is by re-importing the blueprint. This will overwrite the blueprint you currently have.
|
||||||
|
|
||||||
|
{% caution %}
|
||||||
|
|
||||||
|
**Before you do this**: If the re-imported blueprint is not compatible, it can break your automations.
|
||||||
|
|
||||||
1. **Before you do this**: If the re-imported blueprint is not compatible, it can break your automations.
|
|
||||||
- In this case, you will need to manually adjust your automations.
|
- In this case, you will need to manually adjust your automations.
|
||||||
2. Go to **{% my blueprints title="Settings > Automations & Scenes > Blueprints" %}**.
|
|
||||||
3. On the blueprint that you want to re-import, select the three-dot menu, and select **Re-import blueprint**.
|
{% endcaution%}
|
||||||
|
|
||||||
|
### To re-import a blueprint
|
||||||
|
|
||||||
|
1. Go to **{% my blueprints title="Settings > Automations & Scenes > Blueprints" %}**.
|
||||||
|
2. On the blueprint that you want to re-import, select the three-dot menu, and select **Re-import blueprint**.
|
||||||
|
|
||||||
## Updating an imported blueprint in YAML
|
## Updating an imported blueprint in YAML
|
||||||
|
|
||||||
Blueprints created by the community may go through multiple revisions. Sometimes a user creates a blueprint,
|
Blueprints created by the community may go through multiple revisions. Sometimes a user creates a blueprint,
|
||||||
the community provides feedback, and new functionality is added.
|
the community provides feedback, new functionality is added.
|
||||||
|
|
||||||
If you do not want to [re-import the blueprint](/docs/automation/using_blueprints/#re-importing-a-blueprint) for some reason, you can manually edit
|
If you do not want to [re-import the blueprint](/docs/automation/using_blueprints/#re-importing-a-blueprint) for some reason, you can manually edit
|
||||||
its YAML content to keep it up to date:
|
its YAML content to keep it up to date:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user