-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
167 lines (153 loc) · 4.02 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
159
160
161
162
163
164
165
166
167
homeassistant:
name: Room101
latitude: !secret home_lat
longitude: !secret home_long
elevation: 35
unit_system: metric
temperature_unit: C
time_zone: Europe/London
country: GB
currency: GBP
customize: !include customise.yaml
external_url: !secret base_url_with_scheme
internal_url: !secret base_url_with_scheme
packages: !include_dir_named packages
auth_providers:
- type: homeassistant
frontend:
themes: !include_dir_merge_named themes
extra_module_url:
- /hacsfiles/lovelace-card-mod/card-mod.js
lovelace:
mode: yaml
resources: !include lovelace/zz_resources.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.25.0.64/27
logger:
default: warn
config:
map:
conversation:
history:
logbook:
sun:
ffmpeg:
mobile_app:
media_source:
zeroconf:
stream:
recorder:
purge_keep_days: 10
include:
domains:
- light
- media_player
- person
- sensor
- switch
- binary_sensor
person:
- name: Simon
id: simon0000
device_trackers:
- device_tracker.houston
- name: Nikki
id: niki0000
device_trackers:
- device_tracker.galaxy_s22
tts:
- platform: google_cloud
key_file: secrets/google-cloud-tts.json
voice: en-GB-Standard-A
profiles:
- small-bluetooth-speaker-class-device
google_assistant:
project_id: !secret google_assistant_project_id
report_state: true
expose_by_default: false
service_account: !include secrets/google-assistant.json
entity_config:
# tradfri pc power outlet
switch.0x086bd7fffe19c5dd_switch:
name: PC power
# tuya-plug-1 desk power outlet
switch.0x70b3d52b6001b292:
name: desk
aliases: desk power
room: office
light.0x000d6ffffe07b722:
name: office desk lamp
aliases: office desk light
room: office
switch.0x804b50fffea7f978:
name: understairs cupboard
aliases: understairs cupboard light
room: "Understairs cupboard"
# night mode toggle
input_boolean.night_mode_toggle:
name: night mode
# kitchen under-cabinet lights
switch.0x00124b0024c04605:
name: "under cabinet lights"
aliases: "under cabinets"
room: kitchen
#mqtt:
# broker: !secret ip_mqtt_broker
# port: 1883
# username: !secret mqtt_user
# password: !secret mqtt_pass
# discovery: true
# birth_message:
# topic: 'hass/status'
# payload: 'online'
# will_message:
# topic: 'hass/status'
# payload: 'offline'
mqtt:
sensor:
- name: "Zigbee2MQTT bridge state"
state_topic: "zigbee2mqtt/bridge/state"
icon: mdi:router-wireless
- name: "Zigbee2MQTT version"
state_topic: "zigbee2mqtt/bridge/config"
value_template: "{{ value_json.version }}"
icon: mdi:zigbee
- name: "Coordinator version"
state_topic: "zigbee2mqtt/bridge/config"
value_template: "{{ value_json.coordinator }}"
icon: mdi:chip
switch:
- name: "Zigbee2mqtt main join"
command_topic: "zigbee2mqtt/bridge/request/permit_join"
state_topic: "zigbee2mqtt/bridge/info"
value_template: '{{ value_json.permit_join | lower }}'
payload_on: "true"
payload_off: "false"
telegram_bot:
- platform: broadcast
api_key: !secret telegram_api_key
allowed_chat_ids:
- !secret telegram_chat_id
# enable thomasloven/hass-browser_mod
#browser_mod:
input_boolean: !include inputs/boolean.yaml
input_number: !include inputs/numbers.yaml
input_select: !include inputs/select.yaml
input_datetime: !include inputs/datetime.yaml
input_text: !include inputs/text.yaml
ios: !include includes/ios.yaml
notify: !include_dir_merge_list notify
light: !include lights.yaml
device_tracker: !include device_trackers.yaml
camera: !include cameras.yaml
calendar: !include calendars.yaml
sensor: !include sensors.yaml
binary_sensor: !include sensors/binary.yaml
group: !include groups.yaml
automation: !include_dir_merge_list automations
scene: !include scenes.yaml
script: !include_dir_merge_named scripts
timer: !include_dir_merge_named timers
shell_command: !include_dir_merge_named shell_command