1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Replace string literal in lacrosse (#151484)

This commit is contained in:
ChristianKuehnel
2025-09-01 10:32:05 +02:00
committed by GitHub
parent 9e64f18439
commit 8aae2a935a

View File

@@ -152,7 +152,7 @@ class LaCrosseSensor(SensorEntity):
self._attr_name = name
lacrosse.register_callback(
int(self._config["id"]), self._callback_lacrosse, None
int(self._config[CONF_ID]), self._callback_lacrosse, None
)
@property