From 38e8f079a43160aafe297827e3d798bade9602ea Mon Sep 17 00:00:00 2001 From: Jozef Kruszynski Date: Sun, 17 Nov 2024 22:14:58 +0100 Subject: [PATCH] remove commented out line --- custom_components/mass/intent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/mass/intent.py b/custom_components/mass/intent.py index 0135bb14..89f34d57 100644 --- a/custom_components/mass/intent.py +++ b/custom_components/mass/intent.py @@ -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,