Skip to content

ESPHome Builder displays VISIT for non web server devices #766

@Zoogara

Description

@Zoogara

Version

2025.7.1

What type of installation are you using?

Home Assistant Add-on

Browser

Chrome

What happened?

Since upgrading to 2025.7 devices compiled under 2025.7 show VISIT in the devices status window:

Image

Note that devices compiled with previous version do not show the VISIT button. This means this may be an ESPHome issue rather than a Dashboard issue.

Sample yaml:

esphome:
  name: office

esp8266:
  board: nodemcuv2

wifi:
  ssid: 
  password: 
  output_power: 15dB
  
  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: 
    password: 

captive_portal:

# Enable logging
logger:

# Enable Home Assistant API
api:


ota:
  - platform: esphome

safe_mode:

How to reproduce

Compile in 2025.7 and upload - visit dashboard.

Expected behavior

Devices without web_server: should not show VISIT.

Relevant log output

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions