Skip to content

Commit

Permalink
Merge pull request #51 from skepfish/master
Browse files Browse the repository at this point in the history
Update FlowResult import from data_entry_flow
  • Loading branch information
rsnodgrass authored Apr 5, 2024
2 parents 3a8b444 + aabe4a9 commit 678fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/adtpulse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from homeassistant.core import HomeAssistant
from homeassistant.exceptions import ConfigEntryAuthFailed, ConfigEntryNotReady
from homeassistant.helpers.config_entry_flow import FlowResult
from homeassistant.data_entry_flow import FlowResult
from homeassistant.helpers.config_validation import config_entry_only_config_schema
from homeassistant.helpers.typing import ConfigType
from pyadtpulse.const import (
Expand Down

0 comments on commit 678fe28

Please sign in to comment.