Skip to content

Releases: caiosweet/Package-Notification-HUB-AppDaemon

v3.2.0 Deleted extra hub files and inserted everything into the main one.

15 Mar 18:51
bc7660c
Compare
Choose a tag to compare
  • Deleted extra hub files and inserted everything into the main one.
  • In the secret it is no longer necessary, section 3 (media player groups) and the Person, everything is managed by an automation at startup.
  • Fixed Lovelace card-mod.
  • Fixed Autovolume media player.

v3.1.0 - Added tts Reverso and Google Cloud services.

17 Nov 21:42
3b0da4d
Compare
Choose a tag to compare

What's Changed

  • Added tts Reverso and Google Cloud services. See Examples
  • Added input_select.tts_notify (google)
  • Renamed the secrets.yaml sample file to secrets.example just to prevent configuration overwriting.
  • Deleted input_boolean.tts_google_mode
  • Made some order in the repository
  • The lovelace cards have been revised.

Next steps.

  • Create google, alexa and person groups automatically in the extra hub file.
  • Use the binary_sensor people at home in the main hub.
  • Maybe, make a custom notification and configuration component via UI? It would be nice ...: 0)

Bump version 3.0.2 ;0)

08 Nov 20:21
a485797
Compare
Choose a tag to compare
Merge pull request #14 from caiosweet/dev

Bump version 3.0.2 ;0)

v3.0.1 Added missing media_extractor component.

08 Nov 16:24
90bd28e
Compare
Choose a tag to compare

Added missing media_extractor: component. (Notifier gh_manager.py)

v3.0.0 [For HA 0.117] Breacking Changes -> New Google and Alexa sintax

08 Nov 10:20
c641ff2
Compare
Choose a tag to compare

Breacking Changes

New Google and Alexa sintax

This version works with Homeassistant from 0.117 up and Notifier 2.0.0


What's Changed

  • Updated info... I have actually begun writing wiki page.
  • Added google, alexa variables for new syntax.
  • Added html variable to manage titles in telegram.
  • Added a new optional file extra.yaml where I inserted some utilities
  • Added new automation Auto Volume Hub for both Alexa/Google in the new Extra file.
  • Moved Create Notification Automation Group Hub in the new Extra file.
  • Deleted Alexa volume automatico hub.
  • Deleted the variables no longer needed.
    • mute
    • volume
    • alexa_type
    • alexa_method
    • alexa_push
    • media_player_alexa
    • media_player_google
    • message_tts
    • language
  • Updated Alexa Hub File with new entity for SSML.
    • input_boolean.alexa_ssml
    • input_select.alexa_voice
    • input_number.alexa_prosody_rate
    • input_number.alexa_prosody_pitch
    • input_number.alexa_prosody_volume
    • script.ssml_reset
  • Updated Alexa Hub File with new entity for html mode.
    • input_boolean.html_mode
  • Updated Lovelace cards. Adding new features. Including
    • sensor.centro_notifiche
  • Added media_extractor: component.
  • Minor improvments

Fixed Breaking Changes. Compatibility with 0.115

26 Sep 18:02
b235df8
Compare
Choose a tag to compare
Merge pull request #7 from caiosweet/beta

Fixed Breaking Changes. Compatibility with 0.115

2.5 fixed set value template (sensor.period_of_day_volume)

23 Apr 13:57
18405aa
Compare
Choose a tag to compare

2.4 Version for Notifier v1.2.4 - Deleted deprecated options

06 Feb 19:13
67bf9b6
Compare
Choose a tag to compare

updated to Home Assistant 105.1
Lovelace - some minor improvements

v2.3 for notifier v1.1 - Added support for DSS VoIP Notifier & Telegram CallMeBot

18 Jan 19:03
643d7ef
Compare
Choose a tag to compare

v2.3 for Appdaemon Notifier Centre for Home Assistant v1.1

  • added support DSS VoIP Notifier
  • added support Telegram CallMeBot
  • added entity_id input_boolean.phone_notifications
  • added entity_id input_text.phone_called_number
  • removed language from hub_google.yaml
  • added language to hub_main.yaml
  • input_select.default_notify has been changed to input_select.text_notify
  • updated lovelace cards
  • updated secret.yaml
  • fixed volume set for Alexa

Add Workdays and Holidays in DND binary sensor

04 Jan 14:35
b6c32f2
Compare
Choose a tag to compare

Add Workdays and Holidays in DND binary sensor
Add input boolean holidays
See How to install