fix(tongou_sa1_wifi_energy_meter): do not force dp 6, and let it persist
Force is not needed for these types of dp, instead the "Live updates" button should
be used to trigger frequent updates.
The persist: false makes the sensors clear when not being received in full polls, but
for sensors there is no reason to do this, and the sensors will act better if they
retain the last received value.
Discussion #6022