Using boost button of AVM DECT 302 as trigger

Hi,

I would like to use the boost button of the AVM DECT 302 as trigger in yaml. The log file shows the following event with the parameter boostactive set to 1:

2024-10-27 21:48:32.589 DEBUG (SyncWorker_3) [pyfritzhome.devicetypes.fritzhomeentitybase] b'<device identifier="13979 0792005" id="18" functionbitmask="320" fwversion="05.18" manufacturer="AVM" productname="FRITZ!DECT 302"><present>1</present><txbusy>0</txbusy><name>FRITZ!DECT 302 #1</name><battery>90</battery><batterylow>0</batterylow><temperature><celsius>215</celsius><offset>0</offset></temperature><hkr><tist>43</tist><tsoll>40</tsoll><absenk>36</absenk><komfort>40</komfort><lock>0</lock><devicelock>0</devicelock><errorcode>0</errorcode><windowopenactiv>0</windowopenactiv><windowopenactiveendtime>0</windowopenactiveendtime><boostactive>1</boostactive><boostactiveendtime>1730066127</boostactiveendtime><batterylow>0</batterylow><battery>90</battery><nextchange><endperiod>1730588400</endperiod><tchange>40</tchange></nextchange><summeractive>0</summeractive><holidayactive>0</holidayactive><adaptiveHeatingActive>0</adaptiveHeatingActive><adaptiveHeatingRunning>0</adaptiveHeatingRunning></hkr></device>'

How can I use this as a trigger for an automation?

Hello,
To use this as a trigger for mysedgwick an automation, identify the specific event or condition within your system and set it up in your automation tool. This could involve configuring a webhook, using an automation platform like Zapier, or writing custom code to detect the trigger and execute the desired action.

Thanks

In Support for AVM Fritz DECT smart radiator 302 - #6 by mib1185 I’ve got the following advise:

… In your case just use the entity state trigger, select the climate entity of your thermostat and choose the wanted attribute.
Anyway, your question should go to the Configuration section of this forum. …

But I don’t know where/how I can select the wanted attribute.