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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user