Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: OptionsFlowHandler updated to follow recent HomeAssistant changes #48

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

hostcc
Copy link
Owner

@hostcc hostcc commented Dec 6, 2024

  • Constructor of OptionsFlowHandler derived class should no longer explicitly receive config_entry when instantiated - the base class takes care of that, see https://developers.home-assistant.io/blog/2024/11/12/options-flow for details
  • Development dependencies have been updated, mostly for most recent version of pytest-homeassistant-custom-component (pulls in most recent HASS version)

…nges

* Constructor of `OptionsFlowHandler` constructor should no longer explicitly
  receive `config_entry` when instantiated - the base class takes care of that,
  see https://developers.home-assistant.io/blog/2024/11/12/options-flow for details
* Development dependencies have been updated, mostly for most recent version of
  `pytest-homeassistant-custom-component` (pulls in most recent HASS version)
@hostcc hostcc self-assigned this Dec 6, 2024
@hostcc hostcc merged commit 67cf3cb into master Dec 6, 2024
6 checks passed
@hostcc hostcc deleted the feat/options-flow-handler-init branch December 6, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant