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

Classes

class  PushBulletConfigFlow
 

Variables

 CONFIG_SCHEMA
 

Detailed Description

Config flow for pushbullet integration.

Variable Documentation

◆ CONFIG_SCHEMA

homeassistant.components.pushbullet.config_flow.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_NAME, default=DEFAULT_NAME): selector.TextSelector(),
4  vol.Required(CONF_API_KEY): selector.TextSelector(),
5  }
6 )

Definition at line 16 of file config_flow.py.