mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix: Remove unused model_id attribute from TibberPricesEntity
This commit is contained in:
parent
080060c609
commit
19063daa72
1 changed files with 0 additions and 1 deletions
|
|
@ -37,7 +37,6 @@ class TibberPricesEntity(CoordinatorEntity[TibberPricesDataUpdateCoordinator]):
|
|||
name=home_name,
|
||||
manufacturer="Tibber",
|
||||
model=translated_model,
|
||||
model_id=home_type if home_type else None,
|
||||
serial_number=home_id if home_id else None,
|
||||
configuration_url="https://developer.tibber.com/explorer",
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue