-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml.save
146 lines (132 loc) · 2.94 KB
/
configuration.yaml.save
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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
history:
cloud:
mobile_app:
my:
stream:
recorder:
zeroconf:
network:
dhcp:
ssdp:
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
# Example of combining include and exclude
# configurations
logbook:
include:
domains:
- sensor
- switch
- media_player
exclude:
entities:
- sensor.last_boot
- sensor.date
entity_globs:
# sensor monitor
- sensor.weather_*sensor:
- platform: cpuspeed
system_health:
- platform: systemmonitor
resources:
- type: disk_use_percent
arg: /
- type: memory_free
- type: processor_temperature
- type: memory_use_percent
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
#Spotify
spotify:
client_id: 87d5eb5e8c974c61ba1caf5ce6000a7c
client_secret: 6dfcbd53d3d648dea07cd2c6cd2de532
# iZND GPS integration
device_tracker:
- platform: traccar
host: 10.0.0.1
port: 8082
username: [email protected]
password: pa55word
event: ['device_overspeed', 'device_fuel_drop']
monitored_conditions: ['alarm', 'mycomputedattribute']
# Example configuration.yaml entry
iperf3:
hosts:
- host: iperf.biznetnetworks.com
# frontend entry
frontend:
themes:
happy:
primary-color: pink
text-primary-color: purple
mdc-theme-primary: plum
sad:
primary-color: steelblue
modes:
dark:
secondary-text-color: slategray
day_and_night:
primary-color: coral
modes:
light:
secondary-text-color: olive
dark:
secondary-text-color: slategray
#Camera
camera:
- platform: generic
still_image_url: "http://192.168.88.109:28828/videostream.cgi?user=admin&pwd=pa55word"
stream_source: "rtsp://192.168.88.109:10554/udp/av0_0"
name: "Kitchen view"
verify_ssl: false
username: "admin"
password: "pa55word"
authentication: digest
#broadlink
remote:
- platform: broadlink
host: 192.168.88.9
mac: "78:0f:77:d8:f5:13"
# Remote TV Script
script:
learn_tv_commands:
sequence:
- service: remote.learn_command
target:
entity_id: remote.bedroom
data:
device: television
command:
- turn on
- turn off
- volume up
- volume down
# Bedroom Remotey
script:
learn_tv_power_button:
sequence:
- service: remote.learn_command
target:
entity_id: remote.bedroom
data:
device: television
command: power
alternative: true
# Example configuration.yaml entry
script:
learn_car_unlock:
sequence:
- service: remote.learn_command
target:
entity_id: remote.garage
data:
device: car
command: unlock
command_type: rf