Skip to content

Commit

Permalink
make backwards compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasbrett committed Sep 26, 2024
1 parent 00e1910 commit 2169e98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions custom_components/nodered/sentence.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
from typing import Any

from hassil.recognize import RecognizeResult
from homeassistant.components.conversation.const import DATA_DEFAULT_ENTITY
from homeassistant.components.conversation.default_agent import DefaultAgent
from homeassistant.components.conversation.default_agent import (
DATA_DEFAULT_ENTITY,
DefaultAgent,
)
from homeassistant.components.websocket_api import (
async_response,
error_message,
Expand Down

0 comments on commit 2169e98

Please sign in to comment.