Skip to content

Commit 8aae2a9

Browse files
Replace string literal in lacrosse (#151484)
1 parent 9e64f18 commit 8aae2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/lacrosse/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def __init__(
152152
self._attr_name = name
153153

154154
lacrosse.register_callback(
155-
int(self._config["id"]), self._callback_lacrosse, None
155+
int(self._config[CONF_ID]), self._callback_lacrosse, None
156156
)
157157

158158
@property

0 commit comments

Comments
 (0)