Skip to content

Installation

Requirements

Flash firmware

Select your device and click Install to flash the firmware directly from your browser. No ESPHome dashboard or YAML required.

TIP

If you prefer to install via the ESPHome dashboard, see ESPHome Config.

Connect to Wi-Fi

After flashing, the device creates a Wi-Fi hotspot called esphome-media-player. Connect to it from your phone or laptop and enter your home Wi-Fi credentials. The device will reboot and join your network.

Add to Home Assistant

  1. Home Assistant should automatically discover the device under Settings → Devices & Services. Click Configure to add it.

    Discovered device

  2. Once added, find the device under Settings → Devices & Services → ESPHome.

    ESPHome device list

  3. Open the device page and set the Media Player Entity field to the media_player entity you want to control (e.g. media_player.living_room_speaker).

    ESPHome device page

  4. Enable the media player controls for the entity if prompted.

    Enable controls

That's it — the screen should start showing now-playing info from your selected media player.

Next steps