mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-03-29 21:03:40 +00:00
fix
This commit is contained in:
parent
8c43f2750f
commit
defd6ad92c
1 changed files with 1 additions and 2 deletions
|
|
@ -156,10 +156,9 @@ class TibberPricesFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
class TibberPricesOptionsFlowHandler(config_entries.OptionsFlow):
|
||||
"""Tibber Prices config flow options handler."""
|
||||
|
||||
def __init__(self, config_entry: config_entries.ConfigEntry) -> None:
|
||||
def __init__(self, config_entry: config_entries.ConfigEntry) -> None: # noqa: ARG002
|
||||
"""Initialize options flow."""
|
||||
super().__init__()
|
||||
self.config_entry = config_entry
|
||||
|
||||
async def async_step_init(self, user_input: dict | None = None) -> config_entries.ConfigFlowResult:
|
||||
"""Manage the options."""
|
||||
|
|
|
|||
Loading…
Reference in a new issue