Smart Doorbell doesn't monitor Doorbell button

In relation to the issue here. Can we add an entity for doorbell button press or something similar? On the Tuya Developer site, under “Standard Status Set” there is a “doorbell_pic” field that I’d like to use as a trigger for when the doorbell is pressed.

buttons are normally not entities, but instead events.
Have you looked for an event on the HA event bus?

Open the Developer tools and select the Events tab.
Set the “Event to subscribe to” field to *
Now click the Start listening button and then click the door bell button.
Click the stop listening button.

You will now have a list of all the events that occured in HA during the listening time (it might be a lot) and among those might your doorbell button press be.
Beware there might be several events for the same button press. It depends on what the device manufacturer have set up, but it could be something like Button press, Button hold, Button Hold, Button Hold, Button release or it could just be a single Button press or anything in between or outside :slight_smile:

The event info can be used in an event trigger.