API issue with vl53l0X sensor

Hi guys,
Can any help in this error code i get.

[W][api.connection:071]: 192.168.1.114: Socket operation failed: CONNECTION_CLOSED errno=11

CODE IS …

esphome:

name: oil-tank-level-module

esp8266:

board: esp01_1m

Enable logging

logger:

Enable Home Assistant API

api:

encryption:

key: 

ota:

password:

wifi:

ssid: !secret wifi_ssid

password: !secret wifi_password

Enable fallback hotspot (captive portal) in case wifi connection fails

ap:

ssid: "Oil-Tank-Level-Module"

password: "LxFugZYWYPyf"

captive_portal:

i2c:

sda: 4

scl: 5

scan: True

id: bus_a

sensor:

  • platform: vl53l0x

    i2c_id: bus_a

    name: “Oil Tank Level”

    update_interval: 60s

    address: 0x29