Skip to content

Commit 436909b

Browse files
committed
Add missing properties to seed
1 parent d1622f2 commit 436909b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.storybook/seed-fake.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ export const seedFake = (db) => {
396396
heating_set_point_celsius: 18.3,
397397
},
398398
available_hvac_mode_settings: ['off', 'cool', 'heat', 'heat_cool'],
399+
available_fan_mode_settings: ['auto', 'on', 'circulate'],
399400
can_enable_automatic_cooling: true,
400401
can_enable_automatic_heating: true,
401402
min_heating_cooling_delta_fahrenheit: 5,
@@ -474,6 +475,8 @@ export const seedFake = (db) => {
474475
heating_set_point_fahrenheit: 68,
475476
},
476477
available_hvac_mode_settings: ['off', 'cool', 'heat', 'heat_cool'],
478+
available_fan_mode_settings: ['auto', 'on'],
479+
available_climate_presets: [],
477480
can_enable_automatic_cooling: true,
478481
can_enable_automatic_heating: true,
479482
max_cooling_set_point_celsius: 33.333333333333336,

0 commit comments

Comments
 (0)