Skip to content

Commit

Permalink
Merge pull request #39 from caiosweet/beta
Browse files Browse the repository at this point in the history
pre-release 5.0.15 - clean customize
  • Loading branch information
caiosweet authored Jun 24, 2023
2 parents c1e4152 + b7c6fd3 commit f6dcbb4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 114 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ jobs:
with:
cmd: yq '.homeassistant.customize."package.cn".version' packages/centro_notifiche/hub_main.yaml

# - name: 📦 Create zip file for the packages blueprints lovelace folder
# uses: vimtor/action-zip@v1.1
# with:
# files: packages/ blueprints/ lovelace/
# dest: centro_notifiche.zip
# recursive: false

- name: 📦 Create zip file for the packages blueprints lovelace folder
run: |
cd "${{ github.workspace }}"
Expand All @@ -41,7 +34,7 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: "${{ github.workspace }}/centro_notifiche.zip"
asset_name: centro_notifiche.zip
tag: ${{ steps.get_version.outputs.result }}
tag: v${{ steps.get_version.outputs.result }}
overwrite: true
prerelease: true
make_latest: false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ___

<p align="center">
<img src="./assets/images/CN_card_my_menu_custom.png" width="500">
<img src="./assets/images/CN_card_my_menu_custom_extend.png" width="500">
<br><br>

### My custom menu, contains all in one, but use these custom cards:
Expand Down
Binary file added assets/images/CN_card_my_menu_custom_extend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blueprint:
name: Centro Notifiche - Configurazione Avvio
description: >
`v5.0.12`
`v5.0.15`
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) 🔔 -
Expand Down Expand Up @@ -158,6 +158,12 @@ blueprint:
Abilitazione per la ricezione dei seguenti eventi di home assistant:
Avvio, Scrittura finale, Chiusura, Stop e Riavvio manuale.
Come opzione, puoi aggiungere nel tuo sistema, il sensore per conoscere i tempi di avvio di home assistant, che trovi nel file [utility](https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/tree/main/extra)
```
[Jerry - 17:31:15] HomeAssistant Start!
Buonasera.
📬 Jerry è operativo!. 🕵️
🟩 Home Assistant initialized in 50.21s
```
_Notification Home Assistant Start/Final Write/Close/Stop/Restart_
_As an option, you can add in your system the sensor to know the home assistant startup time, which you find in the file [utility]_
Expand Down
2 changes: 1 addition & 1 deletion extra/utility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ command_line:
# service: homeassistant.update_entity
# entity_id:
# - sensor.ha_start
# - sensor.verifica_tempi_setup
# - sensor.verifica_tempi_setup
75 changes: 0 additions & 75 deletions packages/centro_notifiche/hub_alexa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,81 +6,6 @@ homeassistant:
package: "Centro Notifiche 🔔"
authors: "Caio & Gianpi"

######################################-######################################
## CUSTOMIZE
######################################-######################################
# ## BINARY SENSOR
# binary_sensor.notifier_alexa_speak:
# <<: *extra_attributes
# friendly_name: "Alexa parla"
# icon: mdi:speaker-message
# ## BUTTON
# button.notifier_ssml_reset:
# <<: *extra_attributes
# friendly_name: "Ripristina SSML"
# # icon: mdi:restore
# ## GROUP
# group.notifier_player_alexa:
# <<: *extra_attributes
# friendly_name: "Gruppo Alexa"
# icon: mdi:speaker-multiple
# ## INPUT
# input_boolean.notifier_alexa_switch:
# <<: *extra_attributes
# friendly_name: "Alexa Off/On"
# icon: mdi:dots-circle
# # icon: mdi:alpha-a-circle
# input_boolean.notifier_alexa_smart_volume:
# <<: *extra_attributes
# friendly_name: "Imposta volume smart"
# icon: mdi:volume-equal
# input_boolean.notifier_alexa_ssml:
# <<: *extra_attributes
# friendly_name: "SSML Off/On"
# icon: mdi:waveform
# input_number.notifier_alexa_prosody_rate:
# <<: *extra_attributes
# friendly_name: "Rate"
# icon: mdi:alpha-r
# input_number.notifier_alexa_prosody_pitch:
# <<: *extra_attributes
# friendly_name: "Pitch"
# icon: mdi:alpha-p
# input_number.notifier_alexa_prosody_volume:
# <<: *extra_attributes
# friendly_name: "Volume"
# icon: mdi:alpha-v
# unit_of_measurement: "dB"
# input_select.notifier_alexa_voice:
# <<: *extra_attributes
# friendly_name: "Amazon Polly voice"
# icon: mdi:account-tie-voice-outline
# input_select.notifier_alexa_language:
# <<: *extra_attributes
# friendly_name: Amazon Polly language
# icon: mdi:flag-variant
# input_select.notifier_alexa_method:
# <<: *extra_attributes
# friendly_name: "Metodo Predefinito Alexa"
# icon: mdi:monitor-speaker
# input_select.notifier_alexa_type:
# <<: *extra_attributes
# friendly_name: "Tipo Predefinito Alexa"
# icon: mdi:bugle
# ## SELECT
# select.notifier_player_alexa:
# <<: *extra_attributes
# friendly_name: "Sorgente Alexa"
# icon: mdi:speaker-wireless
# ## SENSOR
# sensor.last_alexa:
# <<: *extra_attributes
# friendly_name: "Last Alexa"
# icon: mdi:play-network
# sensor.notifier_player_alexa:
# <<: *extra_attributes
# friendly_name: "Player Alexa Predefinito"

#######################################-#######################################
## INPUT
#######################################-#######################################
Expand Down
27 changes: 0 additions & 27 deletions packages/centro_notifiche/hub_google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,6 @@ homeassistant:
package: "Centro Notifiche 🔔"
authors: "Caio & Gianpi"

######################################-######################################
## CUSTOMIZE
######################################-######################################
# ## GROUP
# group.notifier_player_google:
# <<: *extra_attributes
# friendly_name: "Gruppo Google"
# icon: mdi:speaker-multiple
# ## INPUT
# input_boolean.notifier_google_switch:
# <<: *extra_attributes
# friendly_name: "Google Off/On"
# icon: mdi:dots-horizontal-circle-outline
# input_select.notifier_tts_notify:
# <<: *extra_attributes
# friendly_name: "Servizio TTS"
# icon: mdi:form-select
# ## SELECT
# select.notifier_player_google:
# <<: *extra_attributes
# friendly_name: "Sorgente Google"
# icon: mdi:speaker-wireless
# ## SENSOR
# sensor.notifier_player_google:
# <<: *extra_attributes
# friendly_name: "Player Google Predefinito"

#######################################-#######################################
## INPUT
#######################################-#######################################
Expand Down
4 changes: 2 additions & 2 deletions packages/centro_notifiche/hub_main.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
homeassistant:
customize:
package.cn:
version: &v "5.0.14"
date: 📅 01/11/2019 - Updated 11/06/2023
version: &v "5.0.15"
date: 📅 01/11/2019 - Updated 23/06/2023
info: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki
links:
notifier: https://github.com/jumping2000/notifier
Expand Down

0 comments on commit f6dcbb4

Please sign in to comment.