diff --git a/custom_components/tibber_prices/entity.py b/custom_components/tibber_prices/entity.py index 6106726..e0eb9c5 100644 --- a/custom_components/tibber_prices/entity.py +++ b/custom_components/tibber_prices/entity.py @@ -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", )