Skip to content

Commit 4956b78

Browse files
committed
update content
1 parent bdfe428 commit 4956b78

File tree

5 files changed

+17
-7
lines changed

5 files changed

+17
-7
lines changed
Loading
Loading
Loading

content/arduino-cloud/01.guides/09.google-home/google-home.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,14 @@ The next step is to create a Cloud variable, which we will later interact with v
4848

4949
1. While in Thing configuration, click on **"Add Variable"** which will open a new window.
5050
2. Name your variable `led`, select `Smart home`, and select it to be of a `Switch` type.
51+
52+
![Create Variable](./assets/thingConfig.png)
53+
5154
3. Click on **"Add Variable"** at the bottom of the window.
5255
4. Make sure the **Smart Home Integration** is set to Google Home.
5356

57+
![Smart Home Integration](./assets/smartHomeIntegration.png)
58+
5459
***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***
5560

5661
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:
6166

6267
### Upload Sketch
6368

64-
Upload the following sketch to your Arduino board.
69+
Navigate to the Sketch tab and upload the following sketch to your Arduino board.
6570

6671
```arduino
6772
@@ -110,13 +115,18 @@ void onLedChange() {
110115

111116
Your board setup is now complete and you can continue to the Google Home app.
112117

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+
![Setup Device](./assets/googleHome_1.png)
114127

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.
119129

120-
![Google Home Device Pairing](./assets/googleHome.png)
130+
![Link Accounts](./assets/googleHome_2.png)
121131

122132
**Congratulations!** Your device is now successfully configured to work with Google Home.

0 commit comments

Comments
 (0)