Compare commits
4 Commits
d5437abb61
...
8615882a3e
| Author | SHA1 | Date | |
|---|---|---|---|
| 8615882a3e | |||
| 8c3b41eae1 | |||
| ffda257fc0 | |||
| 5d12d0ab71 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@ home-assistant.log*
|
|||||||
zigbee2mqtt
|
zigbee2mqtt
|
||||||
.HA_VERSION
|
.HA_VERSION
|
||||||
.ha_run.lock
|
.ha_run.lock
|
||||||
|
pycupra_data/*
|
||||||
|
|||||||
@@ -435,3 +435,59 @@
|
|||||||
device_id: 83fcb9d6fe7420d69f1b4cb63adfddae
|
device_id: 83fcb9d6fe7420d69f1b4cb63adfddae
|
||||||
data: {}
|
data: {}
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1770846621388'
|
||||||
|
alias: Nicola_send_message
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: time
|
||||||
|
at: 08:30:00
|
||||||
|
id: send_nicola_message
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
|
- sat
|
||||||
|
- trigger: time
|
||||||
|
at: '14:00:00'
|
||||||
|
id: send_nicola_message
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
|
- trigger: time
|
||||||
|
at: '18:00:00'
|
||||||
|
id: send_nicola_message
|
||||||
|
weekday:
|
||||||
|
- mon
|
||||||
|
- tue
|
||||||
|
- wed
|
||||||
|
- thu
|
||||||
|
- fri
|
||||||
|
actions:
|
||||||
|
- action: notify.tiziano_trabattoni_gmail_com
|
||||||
|
data:
|
||||||
|
title: Persiane di Tiziano
|
||||||
|
target: '{{ recipient_persiane_list_gmail[''target''] }}'
|
||||||
|
message: '"Nicola, Nicola, Nicola le mie persiane. Un Tiziano Disperato ""'
|
||||||
|
mode: single
|
||||||
|
variables:
|
||||||
|
_cafe_metadata:
|
||||||
|
version: 1
|
||||||
|
strategy: native
|
||||||
|
nodes:
|
||||||
|
trigger_1770846171469_0:
|
||||||
|
x: 255
|
||||||
|
y: 135
|
||||||
|
action_1770846272163_1:
|
||||||
|
x: 675
|
||||||
|
y: 150
|
||||||
|
graph_id: 58ade0d9-32c5-40df-b6e5-73442506a775
|
||||||
|
graph_version: 1
|
||||||
|
recipient_persiane_list_gmail:
|
||||||
|
title: Persiane di Tiziano
|
||||||
|
target:
|
||||||
|
- sistemser@alice.it
|
||||||
|
|||||||
@@ -50,7 +50,14 @@ logbook:
|
|||||||
|
|
||||||
# add additional cards
|
# add additional cards
|
||||||
lovelace:
|
lovelace:
|
||||||
mode: yaml
|
resource_mode: yaml
|
||||||
|
# dashboards:
|
||||||
|
# lovelace:
|
||||||
|
# mode: yaml
|
||||||
|
# filename: ui-lovelace.yaml
|
||||||
|
# title: Overview
|
||||||
|
# icon: mdi:view-dashboard
|
||||||
|
# show_in_sidebar: true
|
||||||
resources:
|
resources:
|
||||||
- url: /local/community/zigbee2mqtt-networkmap/zigbee2mqtt-networkmap.js
|
- url: /local/community/zigbee2mqtt-networkmap/zigbee2mqtt-networkmap.js
|
||||||
type: module
|
type: module
|
||||||
|
|||||||
Reference in New Issue
Block a user