Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLomas committed Dec 27, 2024
1 parent 86fd43c commit d26f6eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d26f6eb

Please sign in to comment.