Skip to content

Commit

Permalink
changed script alias
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosweet committed Jun 28, 2023
1 parent c804a5c commit cbcce86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/centro_notifiche/hub_customize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ homeassistant:
script.my_notify:
<<: *extra_attributes
friendly_name: "My Notify"
icon: mdi:script-text-play
## SENSOR
sensor.notifier_debug_error:
<<: *extra_attributes
Expand Down Expand Up @@ -214,7 +215,7 @@ homeassistant:
button.notifier_alexa_ssml_reset:
<<: *extra_attributes
friendly_name: "Ripristina SSML"
# icon: mdi:restore
icon: mdi:gesture-tap-button
## GROUP
group.notifier_player_alexa:
<<: *extra_attributes
Expand Down
6 changes: 3 additions & 3 deletions packages/centro_notifiche/hub_main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ homeassistant:
customize:
package.cn:
version: &v "5.1.0"
date: 📅 01/11/2019 - Updated 25/06/2023
date: 📅 01/11/2019 - Updated 27/06/2023
info: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki
links:
notifier: https://github.com/jumping2000/notifier
Expand Down Expand Up @@ -314,7 +314,7 @@ script:
# MAIN SCRIPT - Variables to be passed to the HUB + template file event if included
#------------------------------------------------------------------------------------#
my_notify:
alias: Notifier
alias: Notifier Event Centro Notifiche
description: "Cross-platform notification sorting center"
fields:
title:
Expand Down Expand Up @@ -547,6 +547,6 @@ script:
whatsapp: >-
{{ whatsapp | default }}
#----------------------------------------------------------------------------#
# FILE TO BE INCLUDED IF MACROS ARE USED - DO NOT MODIFY THE .yml EXTENSION
# DO NOT MODIFY THE .yml EXTENSION - File included for macros/custom templates
#----------------------------------------------------------------------------#
message: !include hub_build_message.yml

0 comments on commit cbcce86

Please sign in to comment.