Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Nov 17, 2024
1 parent 3f73307 commit 38e8f07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/mass/intent.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ async def _get_matched_state(
constraints=match_constraints,
)
return match_result.states[0]
# return states[0]

slot_schema = {
vol.Optional(NAME_SLOT): cv.string,
Expand Down

0 comments on commit 38e8f07

Please sign in to comment.