Remove unused variable from Airthings BLE (#99085)
* Remove unused variable from Airthings BLE * Remove unused variable from Airthings BLEpull/97285/head
parent
407aa31adc
commit
2fc728db42
|
@ -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={
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue