diff --git a/demo/src/configs/arsaboo/entities.ts b/demo/src/configs/arsaboo/entities.ts index 369d5ecfa7..61935dd381 100644 --- a/demo/src/configs/arsaboo/entities.ts +++ b/demo/src/configs/arsaboo/entities.ts @@ -980,12 +980,12 @@ export const demoEntitiesArsaboo: () => Entity[] = () => entity_id: "climate.upstairs", state: "auto", attributes: { - current_temperature: 66, - min_temp: 45, - max_temp: 95, + current_temperature: 22, + min_temp: 15, + max_temp: 30, temperature: null, - target_temp_high: 79, - target_temp_low: 66, + target_temp_high: 24, + target_temp_low: 20, fan_mode: "auto", fan_list: ["auto", "on"], operation_mode: "auto",