Tasmota Energy Plug > Lovelace Card Enities Not Updating Frequently Enough

So I finally managed to flash a gosund energy monitoring smart plug to full tasmota firmware. I’ve configured it to the WiFi, configured MQTT to my pi4 running hassio.

It’s showed up automatically with a whole bunch of entities, like power today, power yesterday, power now in volts, amp, watts, volt amps, etc.

So I’ve added them all to the suggested Lovelace card which was and entities card.
However they don’t seem to update very often at all. Is there a way I can request, or force an update time, say every 30 seconds.

When I open the IP address to Tasmota in a browser; I get instantaneous results updating every second.

What can I do? Bit of a noob atm, but got it running well so far with all hue items connected to a ConNee ii. And some automations. HA is great!

My Card Code:

type: entities
entities:
  - entity: sensor.tasmota_plug_1_energy_apparentpower_2
    name: ENERGY FACTOR
  - entity: switch.tasmota_plug_1
    name: POWER
  - entity: sensor.tasmota_plug_1_energy_today_2
    name: ENERGY USED TODAY
    secondary_info: last-updated
  - entity: sensor.tasmota_plug_1_energy_yesterday_2
    name: ENERGY USED YESTERDAY
  - entity: sensor.tasmota_plug_1_energy_current_2
    name: CURREMT AMPS
    secondary_info: last-updated
  - entity: sensor.tasmota_plug_1_energy_power_2
    name: CURRENT WATTS
  - entity: sensor.tasmota_plug_1_energy_reactivepower_2
    name: REACTIVE POWER
  - entity: sensor.tasmota_plug_1_energy_total_2
    name: TOTAL TODAY
    secondary_info: last-updated
  - entity: sensor.tasmota_plug_1_energy_totalstarttime_2
    name: LAST SWITCHED ON
  - entity: sensor.tasmota_plug_1_energy_voltage_2
    name: VOLTAGE
  - entity: sensor.tasmota_plug_1_status
    name: Wifi SIGNAL STRENGTH
state_color: true
title: Tasmota Plug 1 Garage

OFF

ON

CONFIG

IP ADDRESS WHICJ INSTANTLY REFRESHES DATA

I think it can be set via “Configuration” as well

Set lower TelePeriod in Tasmota

That sorted the problem. Thank you. Changed it to 5 and it’s updating every 5 seconds on the Lovelace card.
Thanks