Skip to content

Commit 70f6689

Browse files
committed
fix mode indents
1 parent 0c3bc9c commit 70f6689

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

custom_components/plugwise_usb/number.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class PlugwiseNumberEntityDescription(
4747
native_unit_of_measurement=UnitOfTime.MINUTES,
4848
native_max_value=255,
4949
native_min_value=1,
50-
mode="box",
50+
mode="box",
5151
),
5252
PlugwiseNumberEntityDescription(
5353
key="maintenance_interval",
@@ -81,7 +81,7 @@ class PlugwiseNumberEntityDescription(
8181
entity_category=EntityCategory.CONFIG,
8282
native_max_value=60,
8383
native_min_value=1,
84-
mode="box",
84+
mode="box",
8585
),
8686
PlugwiseNumberEntityDescription(
8787
key="clock_interval",
@@ -105,7 +105,7 @@ class PlugwiseNumberEntityDescription(
105105
native_min_value=1,
106106
native_step=0.1,
107107
async_number_type="float",
108-
mode="box",
108+
mode="box",
109109
),
110110
PlugwiseNumberEntityDescription(
111111
key="humidity_lower_bound",
@@ -118,7 +118,7 @@ class PlugwiseNumberEntityDescription(
118118
native_min_value=1,
119119
native_step=0.1,
120120
async_number_type="float",
121-
mode="box",
121+
mode="box",
122122
),
123123
PlugwiseNumberEntityDescription(
124124
key="temperature_upper_bound",
@@ -131,7 +131,7 @@ class PlugwiseNumberEntityDescription(
131131
native_min_value=1,
132132
native_step=0.1,
133133
async_number_type="float",
134-
mode="box",
134+
mode="box",
135135
),
136136
PlugwiseNumberEntityDescription(
137137
key="temperature_lower_bound",
@@ -144,7 +144,7 @@ class PlugwiseNumberEntityDescription(
144144
native_min_value=1,
145145
native_step=0.1,
146146
async_number_type="float",
147-
mode="box",
147+
mode="box",
148148
),
149149
)
150150

0 commit comments

Comments
 (0)