Hi,
After an update I got the message
Manually configured MQTT sensor(s) found under platform key sensor.
This was because my sensor were configured like this:
sensor:
-platform: mqtt
name: "temp0_1"
state_topic: "sensor/temp0_1"
I changed this to
mqtt:
sensor:
- name: "temp0_1"
state_topic: "sensor/temp0_1"
which got rid of the error, but now my climate cards aren’t working anymore.
Any idea how to fix this?
climate card is configure like this:
climate:
- platform: generic_thermostat
name: Atelier0_1
heater: switch.sw_h0_1
target_sensor: sensor.temp0_1