Home Assistant Unofficial Reference
2024.12.1
config_flow.py
Go to the documentation of this file.
1
"""The Mazda Connected Services integration."""
2
3
from
homeassistant.config_entries
import
ConfigFlow
4
5
from
.
import
DOMAIN
6
7
8
class
MazdaConfigFlow
(
ConfigFlow
, domain=DOMAIN):
9
"""Handle a config flow for Mazda Connected Services."""
10
11
VERSION = 1
homeassistant.components.mazda.config_flow.MazdaConfigFlow
Definition:
config_flow.py:8
homeassistant.config_entries.ConfigFlow
Definition:
config_entries.py:2559
homeassistant.config_entries
Definition:
config_entries.py:1
core
homeassistant
components
mazda
config_flow.py
Generated by
1.9.1