-
Notifications
You must be signed in to change notification settings - Fork 2
/
google-assistant.yaml
96 lines (95 loc) · 2.18 KB
/
google-assistant.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
project_id: !secret GOOGLE_ASSISTANT_PROJ_ID
service_account: !include google_project_id.json
report_state: true
exposed_domains:
- switch
- light
- cover
- media_player
- sensor
- scene
- vacuum
- input_boolean
entity_config:
light.kitchen_spotlights:
name: Kitchen spotlights
room: Kitchen
light.shelf_lighting:
name: Shelf Lighting
room: Kitchen
light.floor_lamp:
name: Floor Lamp
room: Kitchen
light.hall_lights:
name: Hall lights
room: Hall
light.bar_light:
room: Living room
light.string_lights:
name: String Lights
room: Kitchen
switch.backyard_socket:
name: Backyard Socket
room: Backyard
cover.bedroom:
name: Cover in bedroom
room: Bedroom
aliases:
- COVER
- BLIND
- BLINDS
media_player.tv:
room: Living room
media_player.lg_webos_tv_551e:
room: Living room
switch.asus_pc:
name: PC
room: Kitchen
sensor.aqara_door_sensor_1_temperature:
name: Hall Door Sensor Temperature
room: Hall
sensor.aqara_window_sensor_1_temperature:
name: Bedroom Window Sensor Temperature
room: Bedroom
vacuum.johnny:
room: Bedroom
######################## UNEXPOSED ENTITIES ########################
light.pc_backlight:
name: PC Backlight
room: Kitchen
expose: false
switch.backyard_light:
room: Backyard
expose: false
input_boolean.presentation_switch:
name: Presentation
room: Kitchen
expose: false
sensor.shelf_lighting_estimated_current:
expose: false
switch.shelf_lighting_nightlight:
expose: false
switch.shelf_lighting_sync_receive:
expose: false
switch.shelf_lighting_sync_send:
expose: false
sensor.floor_lamp_estimated_current:
expose: false
switch.floor_lamp_nightlight:
expose: false
switch.floor_lamp_sync_receive:
expose: false
switch.floor_lamp_sync_send:
expose: false
sensor.pc_backlight_estimated_current:
expose: false
switch.pc_backlight_nightlight:
expose: false
switch.pc_backlight_sync_receive:
expose: false
switch.pc_backlight_sync_send:
expose: false
input_boolean.cube_1_control:
expose: false
switch.udpate_sensors:
expose: false