We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All smart_thermostats reports state = Unavailable and reports this via card:
"This entity is no longer being provided by the smart_thermostat integration. If the entity is no longer in use, delete it in settings."
Both via 2025.6.0 and 2024.6.1
The text was updated successfully, but these errors were encountered:
Here is my config for three of my themostats:
- platform: smart_thermostat name: Smart Thermostat PID Køkken unique_id: smart_thermostat_kokken heater: input_boolean.heater_kokken target_sensor: sensor.temperature_kokken target_temp: 20 keep_alive: seconds: 60 away_temp: 17 kp: 5 ki: 0.01 kd: 500 min_cycle_duration: 00:05:00 min_off_cycle_duration: 00:05:00 - platform: smart_thermostat name: Smart Thermostat PID Stue unique_id: smart_thermostat_stue heater: input_boolean.heater_stue target_sensor: sensor.temperature_stue target_temp: 20 keep_alive: seconds: 60 away_temp: 17 kp: 5 ki: 0.01 kd: 500 min_cycle_duration: 00:05:00 min_off_cycle_duration: 00:05:00 - platform: smart_thermostat name: Smart Thermostat PID TV Stue unique_id: smart_thermostat_tvstue heater: input_boolean.heater_tvstue target_sensor: sensor.temperature_tvstue target_temp: 20 keep_alive: seconds: 60 away_temp: 17 kp: 5 ki: 0.01 kd: 500 min_cycle_duration: 00:05:00 min_off_cycle_duration: 00:05:00
Sorry, something went wrong.
What is the HA version?
No branches or pull requests
All smart_thermostats reports state = Unavailable and reports this via card:
"This entity is no longer being provided by the smart_thermostat integration. If the entity is no longer in use, delete it in settings."
Both via 2025.6.0 and 2024.6.1
The text was updated successfully, but these errors were encountered: