Skip to content

Commit

Permalink
Fix entity name for Flick Electric (#95947)
Browse files Browse the repository at this point in the history
Fix entity name
  • Loading branch information
joostlek authored and balloob committed Jul 6, 2023
1 parent 95594a2 commit 224886e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/flick_electric/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class FlickPricingSensor(SensorEntity):

_attr_attribution = "Data provided by Flick Electric"
_attr_native_unit_of_measurement = f"{CURRENCY_CENT}/{UnitOfEnergy.KILO_WATT_HOUR}"
_attr_has_entity_name = True
_attr_translation_key = "power_price"
_attributes: dict[str, Any] = {}

Expand Down

0 comments on commit 224886e

Please sign in to comment.