-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
110 lines (81 loc) · 1.83 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
homeassistant:
name: casaCastellon
latitude: !secret latitudCS
longitude: !secret longitudCS
elevation: 29
unit_system: metric
time_zone: Europe/Madrid
customize: !include customize.yaml
frontend:
config:
http:
api_password: !secret httpPassword
ssl_certificate: !secret certificatepath
ssl_key: !secret keypath
telegram_bot:
- platform: polling
api_key: !secret telegramAPI
allowed_chat_ids:
- !secret telegramCHATID
notify:
- name: telegrambot
platform: telegram
chat_id: !secret telegramCHATID
updater:
discovery:
conversation:
history:
logbook:
sun:
sensor: !include sensor.yaml
mqtt:
tts:
- platform: google
scene: !include scene.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
device_tracker: !include deviceTracker.yaml
light:
- platform: mqtt
name: "luz cocina"
state_topic: "stat/sonoff/POWER"
command_topic: "cmnd/sonoff/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
- platform: yeelight
devices:
!secret ipyeelight:
name: leds xiaomi
transition: 1000
camera:
- platform: ffmpeg
name: Cam
input: -rtsp_transport tcp -i !secret xiaofang
binary_sensor:
- platform: mqtt
name: "sonoff-workbench lwt"
state_topic: "tele/sonoff-workbench/LWT"
value_template: "{{ value }}"
payload_on: "Online"
payload_off: "Offline"
device_class: connectivity
switch:
- platform: mqtt
name: "sonoff-workbench"
state_topic: "stat/sonoff-workbench/POWER"
command_topic: "cmnd/sonoff-workbench/POWER"
qos: 1
payload_on: "ON"
payload_off: "OFF"
retain: true
logger:
default: info
logs:
homeassistant.components.mqtt: debug
xiaomi_aqara:
discovery_retry: 5
gateways:
- key: !secret aqarakey