Home Assistant Unofficial Reference
2024.12.1
config_flow.py
Go to the documentation of this file.
1
"""The Eight Sleep integration config flow."""
2
3
from
homeassistant.config_entries
import
ConfigFlow
4
5
from
.
import
DOMAIN
6
7
8
class
EightSleepConfigFlow
(
ConfigFlow
, domain=DOMAIN):
9
"""Handle a config flow for Eight Sleep."""
10
11
VERSION = 1
homeassistant.components.eight_sleep.config_flow.EightSleepConfigFlow
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
eight_sleep
config_flow.py
Generated by
1.9.1