forked from benleb/ad-notifreeze
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApps.yaml
29 lines (28 loc) · 1.02 KB
/
Apps.yaml
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
#esempio di apps.yaml
notifreeze:
module: notifreeze
class: NotiFreeze
locale: it_IT #en_US es_ES fr_FR de_DE zh_CN ru_RU
notify_service: script.my_notify #notify.notify #notify.mobile_app_tuo_dispositivo
always_notify: true
outdoor: sensor.temperatura_esterna #il tuo sensore di temperatura esterna
max_difference: 1
delays:
initial: 2
reminder: 5
message:
- since: true
- change: true
rooms:
- name: cucina
door_window: binary_sensor.cucina_windows_sensor
alexa_entity_id: "media_player.ovunque" #opzionali se non si usa il centro notifiche
google_entity_id: "mediaplayer.tutti" #opzionali se non si usa il centro notifiche
indoor:
- sensor.cucina_temperatura
- name: salone
door_window: binary_sensor.salone_windows_sensor
# alexa_entity_id: "media_player.ovunque" #opzionali se non si usa il centro notifiche
# google_entity_id: "mediaplayer.tutti" #opzionali se non si usa il centro notifiche
indoor:
- sensor.salonetemperatura