Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.knx.schema.CoverSchema Class Reference
Inheritance diagram for homeassistant.components.knx.schema.CoverSchema:
[legend]
Collaboration diagram for homeassistant.components.knx.schema.CoverSchema:
[legend]

Static Public Attributes

string CONF_ANGLE_ADDRESS = "angle_address"
 
string CONF_ANGLE_STATE_ADDRESS = "angle_state_address"
 
string CONF_INVERT_ANGLE = "invert_angle"
 
string CONF_INVERT_POSITION = "invert_position"
 
string CONF_INVERT_UPDOWN = "invert_updown"
 
string CONF_MOVE_LONG_ADDRESS = "move_long_address"
 
string CONF_MOVE_SHORT_ADDRESS = "move_short_address"
 
string CONF_POSITION_ADDRESS = "position_address"
 
string CONF_POSITION_STATE_ADDRESS = "position_state_address"
 
string CONF_STOP_ADDRESS = "stop_address"
 
string CONF_TRAVELLING_TIME_DOWN = "travelling_time_down"
 
string CONF_TRAVELLING_TIME_UP = "travelling_time_up"
 
string DEFAULT_NAME = "KNX Cover"
 
int DEFAULT_TRAVEL_TIME = 25
 
 ENTITY_SCHEMA
 
 PLATFORM = Platform.COVER
 

Additional Inherited Members

- Public Member Functions inherited from homeassistant.components.knx.schema.KNXPlatformSchema
dict[vol.Optional, vol.All] platform_node (cls)
 

Detailed Description

Voluptuous schema for KNX covers.

Definition at line 442 of file schema.py.

Member Data Documentation

◆ CONF_ANGLE_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_ANGLE_ADDRESS = "angle_address"
static

Definition at line 452 of file schema.py.

◆ CONF_ANGLE_STATE_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_ANGLE_STATE_ADDRESS = "angle_state_address"
static

Definition at line 453 of file schema.py.

◆ CONF_INVERT_ANGLE

string homeassistant.components.knx.schema.CoverSchema.CONF_INVERT_ANGLE = "invert_angle"
static

Definition at line 458 of file schema.py.

◆ CONF_INVERT_POSITION

string homeassistant.components.knx.schema.CoverSchema.CONF_INVERT_POSITION = "invert_position"
static

Definition at line 457 of file schema.py.

◆ CONF_INVERT_UPDOWN

string homeassistant.components.knx.schema.CoverSchema.CONF_INVERT_UPDOWN = "invert_updown"
static

Definition at line 456 of file schema.py.

◆ CONF_MOVE_LONG_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_MOVE_LONG_ADDRESS = "move_long_address"
static

Definition at line 447 of file schema.py.

◆ CONF_MOVE_SHORT_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_MOVE_SHORT_ADDRESS = "move_short_address"
static

Definition at line 448 of file schema.py.

◆ CONF_POSITION_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_POSITION_ADDRESS = "position_address"
static

Definition at line 450 of file schema.py.

◆ CONF_POSITION_STATE_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_POSITION_STATE_ADDRESS = "position_state_address"
static

Definition at line 451 of file schema.py.

◆ CONF_STOP_ADDRESS

string homeassistant.components.knx.schema.CoverSchema.CONF_STOP_ADDRESS = "stop_address"
static

Definition at line 449 of file schema.py.

◆ CONF_TRAVELLING_TIME_DOWN

string homeassistant.components.knx.schema.CoverSchema.CONF_TRAVELLING_TIME_DOWN = "travelling_time_down"
static

Definition at line 454 of file schema.py.

◆ CONF_TRAVELLING_TIME_UP

string homeassistant.components.knx.schema.CoverSchema.CONF_TRAVELLING_TIME_UP = "travelling_time_up"
static

Definition at line 455 of file schema.py.

◆ DEFAULT_NAME

string homeassistant.components.knx.schema.CoverSchema.DEFAULT_NAME = "KNX Cover"
static

Definition at line 461 of file schema.py.

◆ DEFAULT_TRAVEL_TIME

int homeassistant.components.knx.schema.CoverSchema.DEFAULT_TRAVEL_TIME = 25
static

Definition at line 460 of file schema.py.

◆ ENTITY_SCHEMA

homeassistant.components.knx.schema.CoverSchema.ENTITY_SCHEMA
static

Definition at line 463 of file schema.py.

◆ PLATFORM

homeassistant.components.knx.schema.CoverSchema.PLATFORM = Platform.COVER
static

Definition at line 445 of file schema.py.


The documentation for this class was generated from the following file: