1786217165
This commit is contained in:
@@ -52,6 +52,7 @@ fn apply_state(app: &Weak<AppWindow>, state: State) {
|
||||
let thermostats = state
|
||||
.domain("climate")
|
||||
.iter()
|
||||
.filter(|sensor| !sensor.entity_id.contains("diyless"))
|
||||
.map(Into::into)
|
||||
.collect::<Vec<ThermostatData>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user