Hello guys!
I have a FRITZ!DECT 400 button lying around and wondered, if it is possible to use it in Home Assistant.
I activated the fritzbox integration but no devices turned up.
I used the fritzhome cli to generate some information about device:
DEBUG:pyfritzhome.fritzhome:<xml.dom.minidom.Document object at 0x7f6ecb0bdd68>
DEBUG:pyfritzhome.fritzhome:<device functionbitmask="32" fwversion="04.90" id="16" identifier="13096 0023608" manufacturer="AVM" productname="FRITZ!DECT 400">
<present>1</present>
<name>FRITZ!DECT 400 #1</name>
<battery>100</battery>
<batterylow>0</batterylow>
<button id="5000" identifier="13096 0023608-0">
<name>FRITZ!DECT 400 #1: kurz</name>
<lastpressedtimestamp/>
</button>
<button id="5001" identifier="13096 0023608-9">
<name>FRITZ!DECT 400 #1: lang</name>
<lastpressedtimestamp/>
</button>
</device>
##############################
name=FRITZ!DECT 400 #1
ain=13096 0023608
id=16
productname=FRITZ!DECT 400
manufacturer=AVM
present=True
lock=None
devicelock=None
DEBUG:pyfritzhome.fritzhome:logout
It would be great, if this could be done. Thanks a lot in advance!