-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
86 lines (74 loc) · 1.8 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# binary_sensor:
# - platform: huesensor
# remote:
# - platform: huesensor
spotcast:
username: thijsje123
password: !secret spotify_password
# Example configuration.yaml entry
hue:
bridges:
- host: 192.168.2.7
sensor:
- platform: mqtt
state_topic: 'presence/raspberrypi/thijs'
value_template: '{{ value_json.confidence }}'
unit_of_measurement: '%'
name: 'Pres Thijs'
- platform: mqtt
state_topic: 'presence/raspberrypi/lieske'
value_template: '{{ value_json.confidence }}'
unit_of_measurement: '%'
name: 'Pres Lieske '
- platform: growatt_server
username: thijsje123
password: !secret growatt_password
- platform: mqtt
name: "Temperature"
state_topic: "koffie/actualtemp"
unit_of_measurement: '°C'
- platform: mqtt
name: "Set Temperature"
state_topic: "koffie/settemp"
unit_of_measurement: '°C'
- platform: dsmr_reader
shopping_list:
input_boolean:
thijs_home:
name: Thijs is at home
initial: off
lieske_home:
name: Lieske is at home
initial: off
occupancy:
name: Somebody is at home
initial: off
sonoff:
username: 'thijsfranssen@gmail.com'
password: !secret sonoff_password
input_select:
radio_station:
name: 'Select Radio Station:'
options:
- 'Radio 538'
- 'Q-Music'
- 'Radio 2'
- '3FM'
- 'Sublime'
- '100% NL'
- 'Veronica'
- 'Sky Radio'
- 'Arrow Classic Rock'
- 'BNR Nieuwsradio'