Voluptuous schema for KNX buttons.
Definition at line 243 of file schema.py.
◆ CONF_VALUE
| string homeassistant.components.knx.schema.ButtonSchema.CONF_VALUE = "value" |
|
static |
◆ DEFAULT_NAME
| string homeassistant.components.knx.schema.ButtonSchema.DEFAULT_NAME = "KNX Button" |
|
static |
◆ ENTITY_SCHEMA
| homeassistant.components.knx.schema.ButtonSchema.ENTITY_SCHEMA |
|
static |
◆ length_or_type_msg
| tuple homeassistant.components.knx.schema.ButtonSchema.length_or_type_msg |
|
static |
Initial value:= (
f"Please use only one of `{CONF_PAYLOAD_LENGTH}` or `{CONF_TYPE}`"
)
Definition at line 252 of file schema.py.
◆ payload_or_value_msg
| string homeassistant.components.knx.schema.ButtonSchema.payload_or_value_msg = f"Please use only one of `{CONF_PAYLOAD}` or `{CONF_VALUE}`" |
|
static |
◆ PLATFORM
| homeassistant.components.knx.schema.ButtonSchema.PLATFORM = Platform.BUTTON |
|
static |
The documentation for this class was generated from the following file: