I am running some Tuya compatible plugs, for various things like lamps and heaters.
I had it working properly. But now, if I turn any of the plugg on (or off) in home assistant, the plug itself responds in a timely manner, but the device entity state in home assistant does not change.
If I look at my lovelace ui icon with a simple button, it does not change to show the current state of the device. Here is the yaml for a relevant button card.
entity: switch.88138834c44f33917a96
hold_action:
action: more-info
show_icon: true
show_name: true
tap_action:
action: toggle
type: button
Sorry I am a newbie. but, what am I missing here.
thanks