-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle_assistant.yaml
More file actions
98 lines (95 loc) · 2.3 KB
/
google_assistant.yaml
File metadata and controls
98 lines (95 loc) · 2.3 KB
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
---
####################################################################
### https://www.home-assistant.io/integrations/google_assistant/ ###
####################################################################
project_id: !secret google_assistant_project_id
service_account: !include SERVICE_ACCOUNT.json
report_state: true
expose_by_default: false
# redirect_uri: https://oauth-redirect.googleusercontent.com
exposed_domains:
- switch
- input_boolean
- sensor
- script
entity_config:
light.gateway_light_04cf8c916107:
name: Gateway light
expose: true
script.main_media_chromecast:
name: Script Chromecast
expose: true
aliases:
- Switch chromecast
- Switch main chromecast
- Script main chromecast
# room: Living Room
script.main_media_hot:
name: Script Cable
expose: true
aliases:
- Script Hot
- Script Main hot
- Script main cable
# room: Living Room
script.main_media_plex:
name: Script Plex
expose: true
aliases:
- Script plex
- Script Main plex
- Script main plex
# room: Living Room
script.main_media_jellyfin:
name: Script Jellyfin
expose: true
aliases:
- Script Jellyfin
- Script Main Jellyfin
- Script main Jellyfin
script.main_media_playstation:
name: Script Playstation
expose: true
aliases:
- Script playstation
- Script Main playstation
- Script main playstation
# room: Living Room
# switch.docker_dockerbot:
# name: Dockerbot
switch.docker_hass:
name: Home Assisstant
expose: true
aliases:
- hass
switch.docker_mariadb:
name: MariaDB
expose: true
switch.docker_mosquitto:
name: Mosquitto
expose: true
switch.docker_node_red:
name: Node-RED
expose: true
aliases:
- Node red
switch.docker_oauth:
name: OAuth
expose: true
switch.docker_portainer:
name: Portainer
expose: true
switch.docker_traefik:
name: Traefik
expose: true
aliases:
- Traffic
# Doesn't work
# sensor.living_room_temperature:
# name: Living room temperature
# sensor.master_bedroom_temperature:
# name: Master bedroom temperature
# sensor.shower_temperature:
# name: Shower temperature
# sensor.bathroom_temperature:
# name: Bathroom temperature