|
Home IO Control
ESPHome add-on for IO-Homecontrol devices
|
ESPHome cover entity for IO‑Homecontrol devices. More...
#include "esphome/core/component.h"#include "esphome/components/cover/cover.h"#include "hub_core.h"Go to the source code of this file.
Classes | |
| class | esphome::home_io_control::IOHomeCover |
| Cover entity representing an IO‑Homecontrol shutter/awning/blind. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::home_io_control |
ESPHome cover entity for IO‑Homecontrol devices.
Maps IO‑Homecontrol devices (shutters, awnings, blinds) to Home Assistant cover entities with position control and real‑time feedback.
Position mapping between Home Assistant and IO‑Homecontrol: HA: 1.0 = fully open, 0.0 = fully closed IO: 0 = fully open, 100 = fully closed The conversion is: ha_position = 1.0 - (io_position / 100.0)
Definition in file platform_cover.h.