Fix indentation
This commit is contained in:
@@ -169,6 +169,7 @@ class HCDevice:
|
||||
f"Unable to configure appliance. The value {data['value']} must be an integer."
|
||||
f" Allowed values are {feature['values']}."
|
||||
)
|
||||
|
||||
value = str(data["value"])
|
||||
# values are strings in the feature list,
|
||||
# but always seem to be an integer. An integer must be provided
|
||||
|
||||
Reference in New Issue
Block a user