You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/arduino-cloud/01.guides/09.google-home/google-home.md
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -48,9 +48,14 @@ The next step is to create a Cloud variable, which we will later interact with v
48
48
49
49
1. While in Thing configuration, click on **"Add Variable"** which will open a new window.
50
50
2. Name your variable `led`, select `Smart home`, and select it to be of a `Switch` type.
51
+
52
+

53
+
51
54
3. Click on **"Add Variable"** at the bottom of the window.
52
55
4. Make sure the **Smart Home Integration** is set to Google Home.
53
56
57
+

58
+
54
59
***Most Cloud variables are compatible with both Alexa and Google Home but there is an icon on the right side of the type that indicates the compatibility***
55
60
56
61
Your Thing should look something like this when you are finished:
@@ -61,7 +66,7 @@ Your Thing should look something like this when you are finished:
61
66
62
67
### Upload Sketch
63
68
64
-
Upload the following sketch to your Arduino board.
69
+
Navigate to the Sketch tab and upload the following sketch to your Arduino board.
65
70
66
71
```arduino
67
72
@@ -110,13 +115,18 @@ void onLedChange() {
110
115
111
116
Your board setup is now complete and you can continue to the Google Home app.
112
117
113
-
#### Detect Your Device with Google Home
118
+
### Detect Your Device with Google Home
119
+
120
+
-**Network Connection:** Ensure the board is connected to the network.
121
+
122
+
-**Google Home App:** Open the app, navigate to Devices, and click "Add Device."
123
+
124
+
-**Integration Method:** Select "Works with Google Home" and then choose the "Arduino" action.
125
+
126
+

114
127
115
-
1.**Network Connection:** Ensure the board is connected to the network.
116
-
2.**Google Home App:** Open the app, navigate to Devices, and click "Add Device."
117
-
3.**Integration Method:** Select "Works with Google Home" and then choose the "Arduino" action.
118
-
4.**Device Pairing:** Link your Arduino account if requested and proceed to add your devices (one for each variable) by associating them with a room.
128
+
-**Device Pairing:** Link your Arduino account if requested and proceed to add your devices (one for each variable) by associating them with a room.
119
129
120
-

130
+

121
131
122
132
**Congratulations!** Your device is now successfully configured to work with Google Home.
0 commit comments