From 2fc728db420b604dcf3d9cad4bb134cc14bd9a1b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 26 Aug 2023 19:42:49 +0200 Subject: [PATCH] Remove unused variable from Airthings BLE (#99085) * Remove unused variable from Airthings BLE * Remove unused variable from Airthings BLE --- homeassistant/components/airthings_ble/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/airthings_ble/sensor.py b/homeassistant/components/airthings_ble/sensor.py index 7f44d71a9fa..4783f3e3b35 100644 --- a/homeassistant/components/airthings_ble/sensor.py +++ b/homeassistant/components/airthings_ble/sensor.py @@ -166,7 +166,6 @@ class AirthingsSensor( name += f" ({identifier})" self._attr_unique_id = f"{name}_{entity_description.key}" - self._id = airthings_device.address self._attr_device_info = DeviceInfo( connections={ (