Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.kitchen_sink.config_flow Namespace Reference

Classes

class  KitchenSinkConfigFlow
 
class  OptionsFlowHandler
 

Variables

string CONF_BOOLEAN = "bool"
 
string CONF_INT = "int"
 

Detailed Description

Config flow to configure the Kitchen Sink component.

Variable Documentation

◆ CONF_BOOLEAN

string homeassistant.components.kitchen_sink.config_flow.CONF_BOOLEAN = "bool"

Definition at line 21 of file config_flow.py.

◆ CONF_INT

string homeassistant.components.kitchen_sink.config_flow.CONF_INT = "int"

Definition at line 22 of file config_flow.py.