1786217165

This commit is contained in:
2026-08-08 21:26:05 +02:00
parent 059defedfe
commit 13354b7353

View File

@@ -52,6 +52,7 @@ fn apply_state(app: &Weak<AppWindow>, state: State) {
let thermostats = state let thermostats = state
.domain("climate") .domain("climate")
.iter() .iter()
.filter(|sensor| !sensor.entity_id.contains("diyless"))
.map(Into::into) .map(Into::into)
.collect::<Vec<ThermostatData>>(); .collect::<Vec<ThermostatData>>();