Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Big-Tree committed Mar 28, 2024
1 parent 304f4af commit d5c6067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/optispark/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async def async_setup_entry(hass, entry, async_add_devices):
key="target_house_temp",
name="Target House Temp",
icon="mdi:home-thermometer"),
lambda_measurement=const.LAMBDA_TEMP,
lambda_measurement=const.LAMBDA_TEMP_CONTROLS,
device_class=SensorDeviceClass.TEMPERATURE,
native_unit_of_measurement='°C',
suggested_display_precision=1
Expand Down

0 comments on commit d5c6067

Please sign in to comment.