From 19063daa72cdf826be461d485965a150c72a4690 Mon Sep 17 00:00:00 2001 From: Julian Pawlowski Date: Fri, 7 Nov 2025 14:45:33 +0000 Subject: [PATCH] fix: Remove unused model_id attribute from TibberPricesEntity --- custom_components/tibber_prices/entity.py | 1 - 1 file changed, 1 deletion(-) 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", )