From 109077286f007bccf45f79ef1de7386e39cd66b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gir=C3=B3n?= Date: Sat, 29 Jun 2024 13:04:47 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c97d277..17136b2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ 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. + ## Install [![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=duhow&repository=hass-cover-time-based&category=integration) @@ -13,9 +15,10 @@ Convert your (dummy) `switch` into a `cover`, and allow to control its position. [![Open your Home Assistant instance and show your helper entities.](https://my.home-assistant.io/badges/helpers.svg)](https://my.home-assistant.io/redirect/helpers/) -Check **Change device type to a Cover time-based**. +Add a Helper to **Change device type to a Cover time-based**. ## Credits * [@davidramosweb](https://github.com/davidramosweb) for its original code base. +* [@kotborealis](https://github.com/kotborealis/home-assistant-custom-components-cover-time-based-synced) for another fork implementing synced status. * [xknx](https://xknx.io/) Python library for the `TravelCalculator` control class.