-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfiguration.yaml
executable file
·158 lines (145 loc) · 3.82 KB
/
configuration.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
homeassistant:
# Customize
customize: !include customize.yaml
# ------------------------------------------------------------
# Packages
packages: !include_dir_named packages/
# ------------------------------------------------------------
# Frontend
frontend:
# Themes
themes: !include_dir_merge_named themes
# ------------------------------------------------------------
# Main Config
config:
system_health:
api:
map:
mobile_app:
sun:
media_source:
# --------------------------------------------------------------
# Recorder
logger:
default: info
# ------------------------------------------------------------
# AUTOMATION DEBUG
# logs:
# homeassistant.components.automation: debug
# ------------------------------------------------------------
zeroconf:
default_interface: true
# ------------------------------------------------------------
# Calendar
calendar:
# Casa
- platform: caldav
url: !secret calendar_url
username: !secret calendar_user
password: !secret calendar_psw
calendars:
- 'Casa'
# ----------------------------------------------------------
# UI
lovelace:
# MODE
mode: storage
# ------------------------------------------------------------
# Dashoards
dashboards:
#Floorplan UI
ndr-floorplan:
mode: yaml
title: NdR Floorplan UI
icon: mdi:tablet
show_in_sidebar: true
filename: ndr_floorplan.yaml
# ------------------------------------------------------------
#LG WebOS
webostv:
host: 192.168.1.120
name: TV Sala
turn_on_action:
service: media_player.turn_on
entity_id: media_player.tv_lg_sala #Entità creata con SmartIR per accendere la TV con Broadlink
# ------------------------------------------------------------
# SmartIR
smartir:
# --------------------------------------------------------------
# Media Player
media_player:
- platform: smartir
name: TV LG Sala
device_code: 180891
controller_data: remote.rm3_sala_remote
power_sensor: media_player.tv_sala #Usa l'integrazione WebOS per rilevare acceso/spento
# ------------------------------------------------------------
# Caddy
http:
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.150
# ------------------------------------------------------------
# Telegram
telegram_bot:
- platform: polling
api_key: !secret telegram_api
allowed_chat_ids:
- !secret chat_id_andre
- !secret chat_id_mary
- !secret chat_id_casa
# ------------------------------------------------------------
# Notifiche
notify:
# Andrea
- name: Andrea
platform: telegram
chat_id: !secret chat_id_andre
# ------------------------------------------------------------
# Mary
- name: Mary
platform: telegram
chat_id: !secret chat_id_mary
# ------------------------------------------------------------
# Casa
- name: casa
platform: telegram
chat_id: !secret chat_id_casa
# ------------------------------------------------------------
# Famiglia
- name: famiglia
platform: group
services:
- service: andrea
- service: mary
# --------------------------------------------------------------
#Add-on
browser_mod:
prefix: "browser_mod_"
devices:
8d873a9e-736098d3:
name: pc_studio
30f58c9d-c0130b01:
name: ipad
9ee1123f-b1245125:
name: macbook_chrome
# disable:
# - all
# ------------------------------------------------------------
# Text to speech
tts:
# Google
- platform: google_translate
service_name: google_say
language: 'it'
# ------------------------------------------------------------
# Tracker
device_tracker:
# Fritz!Box
- platform: fritz
host: 192.168.1.1
consider_home: 180
interval_seconds: 30
new_device_defaults:
track_new_devices: false
# ------------------------------------------------------------