diff --git a/custom_components/starling_home_hub/integrations/thermostat.py b/custom_components/starling_home_hub/integrations/thermostat.py index 8777edc..d23f541 100644 --- a/custom_components/starling_home_hub/integrations/thermostat.py +++ b/custom_components/starling_home_hub/integrations/thermostat.py @@ -20,7 +20,7 @@ ), StarlingHomeHubSensorEntityDescription( key="backplate_temperature", - name="Blackplate Temperature", + name="Backplate Temperature", relevant_fn=lambda device: "backplateTemperature" in device, value_fn=lambda device: device["backplateTemperature"], native_unit_of_measurement=UnitOfTemperature.CELSIUS,