A blueprint in Home Assistant is a reusable automation or script, most often shared and created by the community, that can be imported into your Home Assistant instance.
They are a great way to learn how to automate your home and an inspiration for new automation ideas, or just an easy way to get started. Blueprints are a great method to share your automation creations with others, so that others can apply them to their own homes.
Devices & entitiesΒΆ
Spook does not provide any new devices or entities for this integration.
ActionsΒΆ
Spook adds the following new actions to your Home Assistant instance:
Import blueprintΒΆ
Downloads and imports an automation/script blueprint, directly from the URL you pass into this action.
Action properties | |
---|---|
Action | Blueprint: Import blueprint π» |
Action name | blueprint.import |
Action targets | No targets |
Action response | No response |
Spook's influence | Newly added action |
Developer tools | Try this action |
Action data parameters | |||
---|---|---|---|
Attribute | Type | Required | Default / Example |
url | string | Yes | Any URL to a Blueprint |
The url
attribute is the URL to the blueprint you want to import. This can be any URL as long as it is a valid blueprint.
1 2 3
action: blueprint.import data: url: "https://community.home-assistant.io/t/your-blueprint-url"
RepairsΒΆ
Spook has no repair detections for this integration.
Uses casesΒΆ
Some use cases for the enhancements Spook provides for this integration:
- Automatically download and import Blueprints. For example, write a script that automatically downloads the top 10 Blueprints from the Home Assistant community forums.
Blueprints & tutorialsΒΆ
There are currently no known blueprints or tutorials for the enhancements Spook provides for this integration. If you created one or stumbled upon one, please let us know in our discussion forums.
Features requests, ideas, and supportΒΆ
If you have an idea on how to further enhance this integration, for example, by adding a new action, entity, or repairs detection; feel free to let us know in our discussion forums.
Are you stuck using these new features? Or maybe youβve run into a bug? Please check the Support page on where to go for help.