-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsecrets.example
executable file
·41 lines (36 loc) · 1.82 KB
/
secrets.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
# HELPER: https://github.com/caiosweet/Package-Notification-HUB-AppDaemon/wiki#secrets
#----------------------------------------------------------------------------------------------------#
# SECTION 1 - In questa sezione ci sono le entità lette da Home Assistant
#----------------------------------------------------------------------------------------------------#
# Input Select (input_select.notifier_text_notify nel file hub_main.yaml)
text_notify_hub:
- Telegram
- News
- News Telegram
- Pushover
- Discord
- WhatsApp
- Pushbullet
- Test Nome NOTIFICA
- Mobile App Claudio
- Mobile App Oneplus 5t
- Mobile App Oneplus A5010
- Pushover, Telegram, Mobile App Claudio
- Mobile App Claudio, Telegram
- Telegram, Discord
- None
#----------------------------------------------------------------------------------------------------#
# SECTION 2 - In questa sezione ci sono altri servizi letti dall'app Notifier.
# Queste opzioni possono essere commentate, cancellate o impostate con Null se non si usano
# o se il servizio corrisponde a quello di default.
#----------------------------------------------------------------------------------------------------#
tts_google: google_translate_say # default google_translate_say
tts_google_cloud: google_cloud_say # default google_cloud
reverso_tts: reversotts_say # default reversotts_say
notify_google: google_assistant # default google_assistant
sip_server_name: fritz.box:5060 # default fritz.box:5060
notifier_alexa_actionable_skill_id: "" # es. amzn1.ask.skill.a12a1a1a-123a-1234-a123-12345678a00a
#----------------------------------------------------------------------------------------------------#
# END
#----------------------------------------------------------------------------------------------------#