JaccoR / hass-entso-e

Integration for Home Assistant to fetch day ahead energy prices from European countries via ENTSO-e Transparency Platform
159 stars 25 forks source link

Use the description.name value for user addressible entity name #50

Closed sfstar closed 1 year ago

sfstar commented 1 year ago

Previously the entity_id property was not set causing HA to use the description.name value for the entity names. Since the description.key value isn't exactly the same as the name property this causes dashboard, history and automation references to no longer work. By using the description.name value in the entity_id property you will restore the historical data chain as well as prevent users from having to change all entity references after upgrading and re-adding.

49