-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
53 lines (49 loc) · 1.39 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
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
# Added By Homeway to enable Alexa support.
alexa:
smart_home:
# Added By Homeway to enable Google Assistant support.
google_assistant:
project_id: homewayio
service_account:
private_key: 'nokey'
client_email: '[email protected]'
expose_by_default: false
entity_config:
light.bed:
name: Bedroom Lights
expose: true
fan.bedroom_purifier:
name: Purifier
expose: true
climate.evelyn_hvac_climate_system:
name: Evelyn Climate
expose: true
switch.kettle_start:
name: Kettle
expose: true
light.lamps:
name: Lamps
expose: true
cover.bedroom_left_blind_curtain:
name: Left Blind
expose: true
light.living_room_ceiling:
name: Ceiling Lights
expose: true
light.living_room_lights:
name: Living Room Lights
expose: true
scene.movie:
expose: true
light.office_lights:
expose: true
light.outdoor_lights:
expose: true