From 81eab0bf1b83d7894604e04c1fdf4434c2f80f76 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 2 Apr 2019 12:25:35 -0700 Subject: [PATCH] Fix arsaboo demo unit (#3050) * Fix arsaboo demo unit * Migrate to C --- demo/src/configs/arsaboo/entities.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",