Skip to content

Commit

Permalink
Rewording the firmware installation instruction (#399)
Browse files Browse the repository at this point in the history
* Remove html manager, it won't find tsx files

* Changed word choice for certain actions in instruction
  • Loading branch information
klaasnicolaas authored Feb 12, 2024
1 parent df07257 commit d62375a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"automerge": true
},
{
"matchManagers": ["npm", "html"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
Expand Down
22 changes: 11 additions & 11 deletions docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,22 @@ Use the method below to provide your ESP with the correct firmware.

_Make sure this page is opened in a Chromium-based browser on a desktop. The software installation does not work with a tablet or phone._

1. Press the blue **connect** button below, a pop-up window will appear with a list of available USB devices.
:::note
If your device does not appear in the list, make sure you are using a USB data cable (i.e., not power-only), and try installing the [driver](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) for the serial chip.
:::

1. Click the blue **connect** button below, a pop-up window will appear with a list of available USB devices.
2. Plug the USB cable into the ESP and connect it to your computer.
3. In the pop-up window, there should now appear a new entry. Select this USB serial port and click **Connect**.
4. Select **Install Home Assistant Glow**, then **Install**.
- If the installation does not go well, you may need to first hold down the boot button and then click install.
5. Once the installation is complete, select **Next**.
4. Choose **Install Home Assistant Glow**, then click **Install**.
- If the installation does not go well, you may need to first hold down the `boot` button and then click **Install**.
5. Once the installation is completed, click **Next**.
- Add the Home Assistant Glow to your Wi-Fi network:
- When prompted, select your network from the list and enter the credentials to your 2.4 GHz Wi-Fi network.
- Select **Connect**.
- The Home Assistant Glow now joined your network.
- When prompted, select your network from the list and enter the credentials to your 2.4 GHz Wi-Fi network.
- Click **Connect**.
- The Home Assistant Glow is now connected to your network.
6. Congratulations 🎉 You have successfully installed the firmware on your Home Assistant Glow.

:::note
If your device does not appear in the list, make sure you are using a USB data cable (i.e., not power-only), and try installing the [driver](https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads) for the serial chip.
:::

<EspInstallButton unsupportedMessage="Provisioning via USB only works in browsers which support Web Serial, such as Chrome or Edge." />
</TabItem>
</Tabs>
Expand Down

0 comments on commit d62375a

Please sign in to comment.