Home IO Control
ESPHome add-on for IO-Homecontrol devices
Loading...
Searching...
No Matches

ESPHome cover platform schema and code generation. More...

Go to the source code of this file.

Namespaces

namespace  home_io_control
namespace  home_io_control.cover

Functions

 home_io_control.cover.device_supports_position_control (value)
 home_io_control.cover.favorite_button_id (parent_id)
 home_io_control.cover.favorite_button_name (config)
 home_io_control.cover.device_name_sensor_id (parent_id)
 home_io_control.cover.device_name_sensor_name (config)
 home_io_control.cover.to_code (config)

Variables

list home_io_control.cover.DEPENDENCIES = ["home_io_control"]
str home_io_control.cover.CONF_DEVICE_ID = "io_device_id"
str home_io_control.cover.CONF_INVERT_POSITION = "invert_position"
str home_io_control.cover.CONF_LINKED_REMOTES = "linked_remotes"
str home_io_control.cover.CONF_DEVICE_TYPE = "io_device_type"
str home_io_control.cover.CONF_SUBTYPE = "io_subtype"
str home_io_control.cover.CONF_STATUS_POLL_INTERVAL = "status_poll_interval"
 home_io_control.cover.IOHomeCover = home_io_control_ns.class_("IOHomeCover", cover.Cover, cg.Component)
 home_io_control.cover.IOHomeCoverFavoriteButton
 home_io_control.cover.IOHomeDeviceNameTextSensor
dict home_io_control.cover.POSITION_CONTROL_DEVICE_TYPES
tuple home_io_control.cover.CONFIG_SCHEMA

Detailed Description

ESPHome cover platform schema and code generation.

Bridges the YAML cover: platform declaration to the runtime IOHomeCover entity.

Definition in file cover.py.