-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/add_refresh_states_service
- Loading branch information
Showing
3 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,28 @@ | ||
cover_my: | ||
description: Move cover to preset position, simulating the "my" button. | ||
set_cover_my_position: | ||
description: Move to preset position, simulating the "my" button. | ||
fields: | ||
entity_id: | ||
description: Name of entity that will be set to preset position. | ||
description: Name(s) of cover(s) that will be set to preset position. | ||
example: "cover.living_room" | ||
|
||
light_my: | ||
description: Move light to preset position, simulating the "my" button. | ||
set_light_my_position: | ||
description: Move to preset position, simulating the "my" button. | ||
fields: | ||
entity_id: | ||
description: Name of entity that will be set to preset position. | ||
example: "light.living_room" | ||
|
||
set_cover_position_low_speed: | ||
description: Move to specific position all or specified cover with a low speed. | ||
fields: | ||
entity_id: | ||
description: Name(s) of cover(s) to set cover position with a low speed. | ||
example: "cover.living_room" | ||
position: | ||
description: Position of the cover (0 to 100). | ||
example: 30 | ||
|
||
refresh_states: | ||
description: Ask the box to refresh all devices states for protocols supporting that operation. | ||
description: Name(s) of lights that will be set to preset position. | ||
example: "light.living_room" |