From 8946515478d520dfc25aae0d1c70c16af69f0419 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Tue, 9 May 2023 14:43:41 +0200 Subject: [PATCH] Add link to esphome config files for devices --- source/docs/esphome/adding_esphome_media_players.markdown | 4 +++- source/docs/esphome/increasing_bluetooth_reach.markdown | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/source/docs/esphome/adding_esphome_media_players.markdown b/source/docs/esphome/adding_esphome_media_players.markdown index d1aaad85eb5..9b564c6e80b 100644 --- a/source/docs/esphome/adding_esphome_media_players.markdown +++ b/source/docs/esphome/adding_esphome_media_players.markdown @@ -102,10 +102,12 @@ Ready-made firmware to turn devices into ESPHome media players Pick your product and install [ESPHome](https://esphome.io) on it to use it directly as a media player inside Home Assistant. No programming required. +If you're an **advanced user** who wants to install the configuration via ESPHome add-on: You can find the `configuration.yaml` on [github](https://github.com/esphome/media-players/blob/main). + To install the ESPHome software on the device, follow these steps: 1. Open this page in a Chromium-based browser (for example Google Chrome or MS Edge) on a desktop. It does not work on a tablet or phone. -1. Pick your product. +2. Pick your product.
diff --git a/source/docs/esphome/increasing_bluetooth_reach.markdown b/source/docs/esphome/increasing_bluetooth_reach.markdown index 501d760e1bf..44eb7406a4f 100644 --- a/source/docs/esphome/increasing_bluetooth_reach.markdown +++ b/source/docs/esphome/increasing_bluetooth_reach.markdown @@ -100,6 +100,8 @@ Bluetooth technology has a limited range. Home Assistant can expand the reach of Pick your product to turn it into a Bluetooth proxy for Home Assistant. No programming or other software required. +If you're an **advanced user** who wants to install the configuration via ESPHome add-on: You can find the `configuration.yaml` on [github](https://github.com/esphome/bluetooth-proxies). + To install the ESPHome software on the device, follow these steps: 1. Open this page in a Chromium-based browser (for example Google Chrome or MS Edge) on a desktop. It does not work on a tablet or phone.