https://github.com/philecker/home-assistant
https://github.com/philecker/home-assistant
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/philecker/home-assistant
- Owner: philecker
- Created: 2025-07-16T12:25:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-16T22:52:33.000Z (11 months ago)
- Last Synced: 2025-07-20T08:52:13.425Z (11 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ Home Assistant Blueprint(s) by @philecker
Welcome to the **Home Assistant Blueprints Collection** by [@philecker](https://github.com/philecker)!
This repository contains reusable **blueprints** to enhance your Home Assistant setup โ starting with a powerful person detection alert with iOS actionable notifications.
---
## ๐ What Are Blueprints?
[Blueprints](https://www.home-assistant.io/docs/blueprint/) in Home Assistant are shareable automation templates that make it easier to set up complex automations with minimal YAML knowledge.
They allow users to reuse logic by simply filling out fields in the UI โ no coding required!
> ๐ Great for beginners and time-saving for experts.
---
## ๐งฉ Included Blueprint(s)
| Name | Description |
|------------------------------------------------------------------------------------------|----------------------------------------------------|
| [`PersonNotification.yaml`](https://github.com/philecker/home-assistant/blob/main/blueprints/PersonNotification.yaml) | Sends a snapshot when a **person** is detected by a camera |
Each blueprint includes setup instructions in its YAML comments.
---
## ๐ How to Use Blueprints
1. **Download** the YAML file of the blueprint you're interested in.
2. In Home Assistant:
- Go to **Settings โ Automations & Scenes โ Blueprints โ Import Blueprint**
- Paste the raw GitHub URL to the YAML file.
3. Configure your automation using the form UI.
๐งช Example:
To import this blueprint, use the **raw** URL:
`https://raw.githubusercontent.com/philecker/home-assistant-blueprints/main/blueprints/personDetected-notification.yaml`
---
## ๐ Helpful Home Assistant Links
- ๐ [Official Home Assistant Docs](https://www.home-assistant.io/docs/)
- ๐งฉ [Blueprints Documentation](https://www.home-assistant.io/docs/blueprint/)
- ๐ [Automation Documentation](https://www.home-assistant.io/docs/automation/)
- ๐งโ๐คโ๐ง [Community Blueprints Exchange](https://community.home-assistant.io/c/blueprints-exchange/)
- ๐งช [Developer Tools](https://www.home-assistant.io/developers/)
- ๐ฌ [Home Assistant Community Forum](https://community.home-assistant.io/)
---
## ๐ค Contributing
Suggestions or improvements?
Open an issue