We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae1a68 commit 1058444Copy full SHA for 1058444
custom_components/ttlock/sensor.py
@@ -33,6 +33,7 @@ async def async_setup_entry(
33
LockTrigger(coordinator),
34
SensorBattery(coordinator) if coordinator.data.sensor else None,
35
)
36
+ if entity is not None
37
]
38
39
0 commit comments