AVM Fritz! Smart Home

Hi,
since the update of AVM Fritz! Smart Home I`ve problems with the DECT 200 temperature sensors.
The values are no longer displayed on the home screen:
Entinität not avaible…

At the switch I can open the “Attributes”, everything is displayed there (Temeratuere; Power; etc…)

I haven’t changed anything in the configurations:

My first guess was that AVM changed the admin in fritzXXXX, which I also added to the “configuration.yaml”:

Does anybody have the same Problem?
Sepp

Here is my working config:

  - platform: template
    sensors:
      wz_temp:
        friendly_name: 'Temperatur Wohnzimmer'
        unit_of_measurement: '°C'
        value_template: "{{ state_attr('switch.fritz_dect_200_1', 'temperature') }}"

Maybe it helps :slight_smile:

Thanks very much, your config works :slight_smile: