From 131f5366a93f924408a6d3428a299452a5c2fa5e Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Sat, 24 Feb 2024 09:31:24 +0000 Subject: [PATCH] Move blueprints --- .../battery_notes_battery_not_reported.yaml | 2 +- .../battery_notes_battery_replaced.yaml | 2 +- .../battery_notes_battery_threshold.yaml | 2 +- docs/community.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) rename {docs/blueprints => blueprints}/battery_notes_battery_not_reported.yaml (96%) rename {docs/blueprints => blueprints}/battery_notes_battery_replaced.yaml (91%) rename {docs/blueprints => blueprints}/battery_notes_battery_threshold.yaml (97%) diff --git a/docs/blueprints/battery_notes_battery_not_reported.yaml b/blueprints/battery_notes_battery_not_reported.yaml similarity index 96% rename from docs/blueprints/battery_notes_battery_not_reported.yaml rename to blueprints/battery_notes_battery_not_reported.yaml index 5150382ec..59979951d 100755 --- a/docs/blueprints/battery_notes_battery_not_reported.yaml +++ b/blueprints/battery_notes_battery_not_reported.yaml @@ -2,7 +2,7 @@ blueprint: name: Battery Notes - Battery Not Reported description: Actions to perform when the battery not reported event is fired author: andrew-codechimp - source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_not_reported.yaml + source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_not_reported.yaml domain: automation input: not_reported_notification: diff --git a/docs/blueprints/battery_notes_battery_replaced.yaml b/blueprints/battery_notes_battery_replaced.yaml similarity index 91% rename from docs/blueprints/battery_notes_battery_replaced.yaml rename to blueprints/battery_notes_battery_replaced.yaml index 61a71b053..ce45c67ef 100644 --- a/docs/blueprints/battery_notes_battery_replaced.yaml +++ b/blueprints/battery_notes_battery_replaced.yaml @@ -2,7 +2,7 @@ blueprint: name: Battery Notes - Battery Replaced description: Set the battery replaced automatically when the battery increased author: andrew-codechimp - source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_replaced.yaml + source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_replaced.yaml domain: automation input: diff --git a/docs/blueprints/battery_notes_battery_threshold.yaml b/blueprints/battery_notes_battery_threshold.yaml similarity index 97% rename from docs/blueprints/battery_notes_battery_threshold.yaml rename to blueprints/battery_notes_battery_threshold.yaml index e3ee7df1b..cb5c5aab1 100644 --- a/docs/blueprints/battery_notes_battery_threshold.yaml +++ b/blueprints/battery_notes_battery_threshold.yaml @@ -2,7 +2,7 @@ blueprint: name: Battery Notes - Battery Threshold description: Actions to perform when the battery threshold is met author: andrew-codechimp - source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_threshold.yaml + source_url: https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_threshold.yaml domain: automation input: diff --git a/docs/community.md b/docs/community.md index 398132ad8..c11d618d9 100644 --- a/docs/community.md +++ b/docs/community.md @@ -149,20 +149,20 @@ action: [Blueprints](https://www.home-assistant.io/docs/automation/using_blueprints/) are an excellent way to get you up and running with the integration quickly. They can also be used as a guide for setting up new automations which you can tailor to your needs. ### Battery Threshold -[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fdocs%2Fblueprints%2Fbattery_notes_battery_threshold.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_threshold.yaml) +[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fblueprints%2Fbattery_notes_battery_threshold.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_threshold.yaml) This blueprint will allow notifications to be raised and/or custom actions to be performed when the battery threshold is met. It is extended from the example Battery Low Notification automation yaml above for those who'd prefer an easy way to get started. ### Battery Replaced -[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fdocs%2Fblueprints%2Fbattery_notes_battery_replaced.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_replaced.yaml) +[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fblueprints%2Fbattery_notes_battery_replaced.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_replaced.yaml) This blueprint will automatically update the battery replaced sensor and custom actions to be performed when the battery increases. It is extended from the example Battery Replaced automation yaml above for those who'd prefer an easy way to get started. ### Battery Not Reported -[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fdocs%2Fblueprints%2Fbattery_notes_battery_not_reported.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/docs/blueprints/battery_notes_battery_not_reported.yaml) +[Install blueprint](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fraw.githubusercontent.com%2Fandrew-codechimp%2FHA-Battery-Notes%2Fmain%2Fblueprints%2Fbattery_notes_battery_not_reported.yaml) | [Source](https://raw.githubusercontent.com/andrew-codechimp/HA-Battery-Notes/main/blueprints/battery_notes_battery_not_reported.yaml) This blueprint will allow notifications to be raised and/or custom actions to be performed when the battery not reported event is fired. It is extended from the example Battery Not Reported automation yaml above for those who'd prefer an easy way to get started.