From 460753a7927d9a6e6ba0ed3f4549e11eadd93244 Mon Sep 17 00:00:00 2001 From: Jiaqi Wu Date: Sat, 23 Mar 2024 10:48:35 -0700 Subject: [PATCH] Add supported services for lutron caseta blinds (#31957) Co-authored-by: Franck Nijhof --- source/_integrations/lutron_caseta.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/lutron_caseta.markdown b/source/_integrations/lutron_caseta.markdown index 6c64992f549..ca13682b775 100644 --- a/source/_integrations/lutron_caseta.markdown +++ b/source/_integrations/lutron_caseta.markdown @@ -113,7 +113,7 @@ Use a DHCP reservation on your router to reserve the address or in the PRO model -To get Lutron Caseta roller, honeycomb shades, lights, scene and switch working with Home Assistant. First follow the instructions for the general Lutron Caseta integration above. +To get Lutron Caseta roller, honeycomb shades, wood blinds, lights, scene and switch working with Home Assistant, first follow the instructions for the general Lutron Caseta integration above. ## Cover @@ -123,6 +123,8 @@ For more information on working with shades in Home Assistant, see the [Covers i Available services: `cover.open_cover`, `cover.close_cover`, `cover.stop_cover` and `cover.set_cover_position`. Cover `position` ranges from `0` for fully closed to `100` for fully open. +Available services for tilt-only wood blinds: `cover.open_cover_tilt`, `cover.close_cover_tilt`, `cover.stop_cover_tilt`, `cover.toggle_tilt`. Cover `position` is `0` or `100` for fully closed and `50` for fully open. + ## Light After setup, dimmable lights including wall and plug-in dimmers will appear in Home Assistant using an `entity_id` based on the name used in the Lutron mobile app. For example, a light called 'Bedroom Lamp' will appear in Home Assistant as `light.bedroom_lamp`.