@@ -20,7 +20,6 @@ export const Content: Story = {
2020 hvac_mode_setting : 'cool' ,
2121 cooling_set_point_fahrenheit : 70 ,
2222 cooling_set_point_celsius : 21 ,
23- manual_override_allowed : true ,
2423 } }
2524 />
2625
@@ -29,7 +28,6 @@ export const Content: Story = {
2928 hvac_mode_setting : 'cool' ,
3029 cooling_set_point_fahrenheit : 70 ,
3130 cooling_set_point_celsius : 21 ,
32- manual_override_allowed : true ,
3331 } }
3432 iconPlacement = 'right'
3533 />
@@ -39,7 +37,6 @@ export const Content: Story = {
3937 hvac_mode_setting : 'cool' ,
4038 cooling_set_point_fahrenheit : 70 ,
4139 cooling_set_point_celsius : 21 ,
42- manual_override_allowed : true ,
4340 } }
4441 temperatureUnit = 'celsius'
4542 />
@@ -49,7 +46,6 @@ export const Content: Story = {
4946 hvac_mode_setting : 'cool' ,
5047 cooling_set_point_fahrenheit : 70 ,
5148 cooling_set_point_celsius : 21 ,
52- manual_override_allowed : true ,
5349 } }
5450 iconPlacement = 'right'
5551 temperatureUnit = 'celsius'
@@ -60,15 +56,13 @@ export const Content: Story = {
6056 hvac_mode_setting : 'heat' ,
6157 heating_set_point_fahrenheit : 70 ,
6258 heating_set_point_celsius : 21 ,
63- manual_override_allowed : true ,
6459 } }
6560 />
6661 < ClimateSettingStatus
6762 climateSetting = { {
6863 hvac_mode_setting : 'heat' ,
6964 heating_set_point_fahrenheit : 70 ,
7065 heating_set_point_celsius : 21 ,
71- manual_override_allowed : true ,
7266 } }
7367 iconPlacement = 'right'
7468 />
@@ -78,7 +72,6 @@ export const Content: Story = {
7872 hvac_mode_setting : 'heat' ,
7973 heating_set_point_fahrenheit : 70 ,
8074 heating_set_point_celsius : 21 ,
81- manual_override_allowed : true ,
8275 } }
8376 temperatureUnit = 'celsius'
8477 />
@@ -87,7 +80,6 @@ export const Content: Story = {
8780 hvac_mode_setting : 'heat' ,
8881 heating_set_point_fahrenheit : 70 ,
8982 heating_set_point_celsius : 21 ,
90- manual_override_allowed : true ,
9183 } }
9284 iconPlacement = 'right'
9385 temperatureUnit = 'celsius'
@@ -100,7 +92,6 @@ export const Content: Story = {
10092 cooling_set_point_celsius : 21 ,
10193 heating_set_point_fahrenheit : 60 ,
10294 heating_set_point_celsius : 15 ,
103- manual_override_allowed : true ,
10495 } }
10596 />
10697
@@ -111,7 +102,6 @@ export const Content: Story = {
111102 cooling_set_point_celsius : 21 ,
112103 heating_set_point_fahrenheit : 60 ,
113104 heating_set_point_celsius : 15 ,
114- manual_override_allowed : true ,
115105 } }
116106 iconPlacement = 'right'
117107 />
@@ -123,7 +113,6 @@ export const Content: Story = {
123113 cooling_set_point_celsius : 21 ,
124114 heating_set_point_fahrenheit : 60 ,
125115 heating_set_point_celsius : 15 ,
126- manual_override_allowed : true ,
127116 } }
128117 temperatureUnit = 'celsius'
129118 />
@@ -135,7 +124,6 @@ export const Content: Story = {
135124 cooling_set_point_celsius : 21 ,
136125 heating_set_point_fahrenheit : 60 ,
137126 heating_set_point_celsius : 15 ,
138- manual_override_allowed : true ,
139127 } }
140128 iconPlacement = 'right'
141129 temperatureUnit = 'celsius'
@@ -144,14 +132,12 @@ export const Content: Story = {
144132 < ClimateSettingStatus
145133 climateSetting = { {
146134 hvac_mode_setting : 'off' ,
147- manual_override_allowed : false ,
148135 } }
149136 />
150137
151138 < ClimateSettingStatus
152139 climateSetting = { {
153140 hvac_mode_setting : 'off' ,
154- manual_override_allowed : false ,
155141 } }
156142 iconPlacement = 'right'
157143 />
0 commit comments