Skip to content

Commit

Permalink
Updated: Bump version, dates and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelthng committed Dec 11, 2023
1 parent ac51d24 commit 4d159be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Repository for blueprints that is polished enough for public sharing.

| Name | Domain | Version | Import Blueprint | Github Link |
| --- | --- | --- | --- | --- |
| 🔔 Notifications | Script | 1.6.1 | [![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%2Fsamuelthng%2Ft-house-blueprints%2Fblob%2Fmain%2Fnotifications.yaml) | [🔗](https://github.com/samuelthng/t-house-blueprints/blob/main/notifications.yaml) |
| 🔔 Notifications | Script | 2.0 | [![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%2Fsamuelthng%2Ft-house-blueprints%2Fblob%2Fmain%2Fnotifications.yaml) | [🔗](https://github.com/samuelthng/t-house-blueprints/blob/main/notifications.yaml) |
14 changes: 6 additions & 8 deletions notifications.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mode: restart
blueprint:
name: 🔔 Notifications
name: 🔔 Notifications (Version 2)
source_url: https://github.com/samuelthng/t-house-blueprints/blob/main/notifications.yaml
homeassistant:
min_version: 2023.11.0
Expand All @@ -9,7 +9,7 @@ blueprint:
description: >-
<div>
<h2>🔔 Notifications</h2>
<b>Version 2 Beta 2</b> | 🔗 <a href="https://github.com/samuelthng/t-house-blueprints/blob/main/notifications.yaml" target="_blank">Github Link</a> | 💬 <a href="https://community.home-assistant.io/t/notifications-actionable-mobile-notifications-script-with-optional-timeout-feature-and-camera-snapshots-works-with-ios-android/551552" target="_blank">Community Post</a>
<b>Version 2</b> | 🔗 <a href="https://github.com/samuelthng/t-house-blueprints/blob/main/notifications.yaml" target="_blank">Github Link</a> | 💬 <a href="https://community.home-assistant.io/t/notifications-actionable-mobile-notifications-script-with-optional-timeout-feature-and-camera-snapshots-works-with-ios-android/551552" target="_blank">Community Post</a>
</div>
<br>
Expand All @@ -29,7 +29,7 @@ blueprint:
> 🔗 Custom Notification Link
> 📜 Flexible script inputs
> 📜 Flexible [script fields](https://www.home-assistant.io/integrations/script/#fields)
> 🍎 Supports iOS
Expand All @@ -42,7 +42,9 @@ blueprint:
<details>
<summary>Expand/collapse changelog</summary>
### Version 2 Beta 2 - *2 Nov 2023*
### Version 2 - *12 Dec 2023*
- Fixed: iOS showing `Failed to load attachment`
- Refactor: Build payload in templates
- Deprecated: `📲 Notification Strategy` due to refactor.
- Deprecated: `📲 Service to notify` due to refactor.
- Added: Support for [fields](https://www.home-assistant.io/integrations/script/#fields)
Expand All @@ -60,10 +62,6 @@ blueprint:
> There seems to be a bug where the boolean value is not passed if it's enabled and value is false without the toggle.
> - If you rely on `📲 Service to notify`, do not upgrade, `Version 1.6.1` will be the last version supporting that feature.
### Version 2 Beta 1 - *1 Nov 2023*
- Refactor: Build payload in templates
- Fixed: iOS showing `Failed to load attachment`
### Version 1.6.1 - *26 Oct 2023* [🔗](https://community.home-assistant.io/t/notifications-actionable-mobile-notifications-script-with-optional-timeout-feature-and-camera-snapshots-works-with-ios-android/551552/66)
### Version 1.6 - *26 Oct 2023* [🔗](https://community.home-assistant.io/t/notifications-actionable-mobile-notifications-script-with-optional-timeout-feature-and-camera-snapshots-works-with-ios-android/551552/62)
Expand Down

0 comments on commit 4d159be

Please sign in to comment.