Skip to content

Commit

Permalink
Merge pull request #41 from caiosweet/beta
Browse files Browse the repository at this point in the history
Updated blueprint
  • Loading branch information
caiosweet authored Jul 1, 2023
2 parents 837d256 + c1444d4 commit 8d1df84
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ How to reach us:<br>

To get started, go to the **[Wiki page][Wiki]**.

[![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%2Fcaiosweet%2FPackage-Notification-HUB-AppDaemon%2Fblob%2Fbeta%2Fblueprints%2Fautomation%2Fcaiosweet%2Fnotifier_startup_configuration.yaml)
[![][blueprint_import_shield]][blueprint_notifier_startup_configuration]

___

Expand Down Expand Up @@ -104,3 +104,5 @@ ___

[link-homeassistant]:https://www.home-assistant.io/getting-started
[Wiki]: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki
[blueprint_import_shield]: https://my.home-assistant.io/badges/blueprint_import.svg
[blueprint_notifier_startup_configuration]: https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2Fcaiosweet%2FPackage-Notification-HUB-AppDaemon%2Fblob%2Fmain%2Fblueprints%2Fautomation%2Fcaiosweet%2Fnotifier_startup_configuration.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
blueprint:
name: Centro Notifiche - Configurazione Avvio
description: >
`v5.1.0`
`v5.1.1`
Blueprint per la configurazione del [Package Centro Notifiche](https://api.github.com/repos/caiosweet/Package-Notification-HUB-AppDaemon/releases/latest)
per Appdaemon [Notifier Center](https://github.com/jumping2000/notifier) 🔔 -
Authors [Caio](https://github.com/caiosweet), [Gianpi](https://github.com/jumping2000) by [Site hassiohelp](https://hassiohelp.eu/)
Date Started 01/11/2019 - Updated 18/06/2023
Date Started 01/11/2019 - Updated 01/07/2023
Guida di riferimento per l'utilizzo del Progetto Centro Notifiche, ed altre informazioni le trovi sul [wiki](https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki)
Expand Down Expand Up @@ -133,6 +133,7 @@ blueprint:
Se desideri inviare notifiche multiple a dispositivi diversi,
e non hai creato un [gruppo di notify](https://www.home-assistant.io/integrations/group/#notify-groups), basta aggiungere più servizi separati da una virgola.
`(es. - notify.notify, notify.mobile_app_pixel_7)`
`(può andare bene anche senza notify: - Mobile App Pixel 7, telegram)`
Esempio completo, di come compilare la lista a mano, con servizi multipli e singoli.
```
Expand All @@ -141,6 +142,10 @@ blueprint:
- notify.notify, notify.mobile_app_pixel_7
- notify.discord, notify.telegram, notify.pushover
- notify.persistent_notification
- Telegram html
- News Telegram
- Test Nome NOTIFICA
- Mobile App Pixel 7, Pushbullet, Pushover, WhatsApp
```
_List of notify service_
Expand Down Expand Up @@ -176,6 +181,8 @@ blueprint:
name: Notify service Notification Home Assistant Event
description: |-
Puoi scegliere uno o più servizi di "notify" diversi, per le notifiche di Home Assistant, invece di quello predefinito.
Per esempio, se vuoi ricevere le notifche di Home Assistant Start/Final Write/Close/Stop/Restart solo sul dispositivo mobile
`- notify.mobile_app_pixel_7 `
_You can choose one or more different "notify" services for Home Assistant notifications instead of the default one._
default: the state of the text notification selector
Expand Down Expand Up @@ -231,6 +238,7 @@ blueprint:
name: Service TTS Google
description: |-
Inserire il servizio per il [TTS Google Translate](https://www.home-assistant.io/integrations/google_translate/).
Ad esempio se il servizio è tts.google_say basta scrivere solo google_say
_Service [Text-to-Speech (TTS)](https://www.home-assistant.io/integrations/tts/#service-say-legacy):
Say a TTS message with Google Translate_
Expand Down
2 changes: 1 addition & 1 deletion packages/centro_notifiche/hub_main.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
homeassistant:
customize:
package.cn:
version: &v "5.1.0"
version: &v "5.1.1"
date: 📅 01/11/2019 - Updated 27/06/2023
info: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki
links:
Expand Down

0 comments on commit 8d1df84

Please sign in to comment.