mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Remove unused variable from Airthings BLE (#99085)
* Remove unused variable from Airthings BLE * Remove unused variable from Airthings BLE
This commit is contained in:
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…
x
Reference in New Issue
Block a user