Skip to content

duhow/hass-cover-time-based

 
 

Repository files navigation

Cover Time-based Component

Forked from @davidramosweb @ 2021, this custom component now integrates easily in Home Assistant.

Convert your (dummy) switch into a cover, and allow to control its position.

Additionally, if you interact with your physical switch, the position status will be updated as well.

Optional: If your cover uses a third button for stopping, you can also add it (normally your cover will stop once the up/down switch is turned off).

Experimental: You can add scripts to enable custom action (eg. MQTT calls), for easy integration with other hardware.

Install

Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.

Usage

Open your Home Assistant instance and show your helper entities.

Add a Helper to Change device type to a Cover time-based.

Credits

  • @davidramosweb for its original code base.
  • @kotborealis for another fork implementing synced status.
  • xknx Python library for the TravelCalculator control class.