Lutron Caseta: update supported features (#14846)

This commit is contained in:
Matthew Donoughe 2020-10-03 16:18:01 -04:00 committed by GitHub
parent 433cb008b9
commit 0afbfde38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ After setup, shades will appear in Home Assistant using an `entity_id` based on
For more information on working with shades in Home Assistant, see the [Covers component](/integrations/cover/).
Available services: `cover.open_cover`, `cover.close_cover` and `cover.set_cover_position`. Cover `position` ranges from `0` for fully closed to `100` for fully open.
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.
## Light
@ -95,7 +95,7 @@ For non-dimmable lights or switched loads, see the switch section on this page.
For more information on working with lights in Home Assistant, see the [Lights component](/integrations/light/).
Available services: `light.turn_on`, `light.turn_off` and `light.toggle`. The `light.turn_on` service supports attributes `brightness` and `brightness_pct`.
Available services: `light.turn_on`, `light.turn_off` and `light.toggle`. The `light.turn_on` service supports attributes `brightness`, `brightness_pct` and `transition`.
## Scene