Fix arsaboo demo unit (#3050)

* Fix arsaboo demo unit

* Migrate to C
This commit is contained in:
Paulus Schoutsen 2019-04-02 12:25:35 -07:00 committed by GitHub
parent 0c406335f5
commit 81eab0bf1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",