Generic thermostat "No matching entity"

I am looking for help. I have in the past used the thermostat card in the UI but since the update I hit a dead end. My config.YAML is as before and confirms as good. When I come to set up the card on the UI I am asked to specify an entity from the climate domain, go to the drop down box and get “No matching entity” Spent hours on this and just wonder what I am doing wrong?
climate:

  • platform: generic_thermostat
    name: Fermenter
    heater: switch.heater_switch
    target_sensor: sensor.heat_sensor
    min_temp: 20
    max_temp: 30
    hot_tolerance: 0.5
    target_temp: 25
    min_cycle_duration:
    seconds: 5
    initial_hvac_mode: “off”
    away_temp: 25
    precision: 0.1

Any help most appreciated.

Go to Developer Tools > States and confirm climate.fermenter is in the list.

Thanks Taras. I have updated the core and now all ok, I think.

1 Like