After update ive got this issue

Get this message after latest update:


The mqtt platform for the sensor integration does not support platform setup.

you need to change from:

sensor:
  - platform: mqtt
    name: etc
.
.

to:

mqtt:
  sensor:
    - name: etc
.
.

see the mqtt sensor docs

1 Like

Already charged some things last time


in the second screenshot at the bottom is the problem.

Ok but what do i have to change? It works fine until a few months ago

make that sensor look like the ones in the first screenshot. IOW, move the “- platform: mqtt” sensor to the “mqtt:” key like the rest.