-
Notifications
You must be signed in to change notification settings - Fork 17
/
Google_Assistant.yaml
executable file
·110 lines (90 loc) · 2.24 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
project_id: !secret GAproject_id
# service_account:
# private_key: !secret GAPrivateKey
# client_email: !secret GAClientEmail
service_account: !include shell_scripts/home-assistant-Google-Assistant.json
expose_by_default: false
report_state: true
entity_config:
input_boolean.movies:
name: "Movies"
room: 'Living Room'
expose: true
input_boolean.normal:
name: "Normal"
room: 'Living Room'
expose: true
input_boolean.rtl2_radio:
name: "RTL 2"
room: 'Living Room'
expose: true
input_boolean.chill_radio:
name: "Chill"
room: 'Living Room'
expose: true
input_boolean.dark:
name: "Dark"
room: 'Living Room'
expose: true
input_boolean.radio_fiji_two_radio:
name: "Radio Fiji Two"
aliases:
- "Fiji Two"
- "Radio Fiji Two"
room: 'Living Room'
expose: true
input_boolean.radio_navtarang:
name: "Navtarang"
aliases:
- "Radio Navtarang"
- "Navtarang Radio"
room: 'Living Room'
expose: true
input_boolean.multimedia:
name: "Multimedia"
room: 'Living Room'
expose: true
input_boolean.set_tv_audio_to_home_cinema:
name: "Set TV Audio To Home Cinema"
room: 'Living Room'
expose: true
input_select.lights_mode:
name: "Lights Mode"
room: 'Living Room'
expose: true
light.conservatory:
name: "Conservatory Light"
room: 'Conservatory'
expose: true
light.hallway:
name: "Hallway Light"
room: 'Hallway'
expose: true
group.kitchen_lights:
name: "Kitchen Lights"
room: 'Kitchen'
expose: true
light.living_room_main:
name: "Living Room Lights"
room: 'Living Room'
expose: true
light.staircase:
name: "Staircase Light"
room: 'Staircase'
expose: true
light.staircase_led_strip:
name: "Staircase Ramp Light"
room: 'Staircase'
expose: true
light.wled_conservatory:
name: "Conservatory LED Strip"
room: 'Conservatory'
expose: true
cover.kitchen_blinds:
name: "Kitchen Blinds"
room: 'Kitchen'
expose: true
cover.livingroom_blinds:
name: "Living Room Blinds"
room: 'Living Room'
expose: true