@@ -378,8 +378,6 @@ export const seedFake = (db) => {
378378 online : true ,
379379 is_cooling : false ,
380380 is_heating : false ,
381- is_heating_available : true ,
382- is_cooling_available : true ,
383381 manufacturer : 'ecobee' ,
384382 is_fan_running : false ,
385383 model : {
@@ -397,8 +395,6 @@ export const seedFake = (db) => {
397395 current_climate_setting : {
398396 hvac_mode_setting : 'heat_cool' ,
399397 manual_override_allowed : false ,
400- automatic_cooling_enabled : true ,
401- automatic_heating_enabled : true ,
402398 cooling_set_point_fahrenheit : 75 ,
403399 cooling_set_point_celsius : 23.8 ,
404400 heating_set_point_fahrenheit : 65 ,
@@ -407,8 +403,6 @@ export const seedFake = (db) => {
407403 default_climate_setting : {
408404 hvac_mode_setting : 'heat_cool' ,
409405 manual_override_allowed : false ,
410- automatic_cooling_enabled : true ,
411- automatic_heating_enabled : true ,
412406 cooling_set_point_fahrenheit : 75 ,
413407 cooling_set_point_celsius : 23.8 ,
414408 heating_set_point_fahrenheit : 65 ,
@@ -464,16 +458,12 @@ export const seedFake = (db) => {
464458 current_climate_setting : {
465459 hvac_mode_setting : 'heat' ,
466460 manual_override_allowed : false ,
467- automatic_cooling_enabled : false ,
468- automatic_heating_enabled : true ,
469461 heating_set_point_celsius : 20 ,
470462 heating_set_point_fahrenheit : 68 ,
471463 } ,
472464 available_hvac_mode_settings : [ 'off' , 'cool' , 'heat' , 'heat_cool' ] ,
473465 can_enable_automatic_cooling : true ,
474466 can_enable_automatic_heating : true ,
475- is_cooling_available : true ,
476- is_heating_available : true ,
477467 max_cooling_set_point_celsius : 33.333333333333336 ,
478468 max_heating_set_point_celsius : 26.11111111111111 ,
479469 min_cooling_set_point_celsius : 18.333333333333336 ,
@@ -571,8 +561,6 @@ export const seedFake = (db) => {
571561 schedule_ends_at : '2024-08-01T00:00:00.000Z' ,
572562 schedule_type : 'time_bound' ,
573563 manual_override_allowed : true ,
574- automatic_heating_enabled : false ,
575- automatic_cooling_enabled : true ,
576564 hvac_mode_setting : 'cool' ,
577565 cooling_set_point_fahrenheit : 70 ,
578566 cooling_set_point_celsius : 21 ,
@@ -587,8 +575,6 @@ export const seedFake = (db) => {
587575 schedule_ends_at : '2024-07-14T00:00:00.000Z' ,
588576 schedule_type : 'time_bound' ,
589577 manual_override_allowed : true ,
590- automatic_heating_enabled : true ,
591- automatic_cooling_enabled : true ,
592578 hvac_mode_setting : 'heat_cool' ,
593579 heating_set_point_fahrenheit : 65 ,
594580 heating_set_point_celsius : 18 ,
@@ -605,8 +591,6 @@ export const seedFake = (db) => {
605591 schedule_ends_at : '2027-08-14T00:00:00.000Z' ,
606592 schedule_type : 'time_bound' ,
607593 manual_override_allowed : true ,
608- automatic_heating_enabled : false ,
609- automatic_cooling_enabled : true ,
610594 hvac_mode_setting : 'cool' ,
611595 cooling_set_point_fahrenheit : 72 ,
612596 cooling_set_point_celsius : 22.2222 ,
0 commit comments