-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency libdyson-wg/ha-dyson to v1.3.1
- Loading branch information
jnewland-renovate
committed
Oct 28, 2023
1 parent
dc2acf6
commit 14e9b70
Showing
10 changed files
with
60 additions
and
11 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
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,22 +1,29 @@ | ||
set_angle: | ||
name: Set Angle | ||
description: Set the oscillation angle of the selected fan(s). | ||
fields: | ||
entity_id: | ||
name: Entity ID | ||
description: Name(s) of the entities for which to set the angle | ||
example: "fan.living_room" | ||
angle_low: | ||
name: Angle Low | ||
description: The angle at which the oscillation should start | ||
example: 1 | ||
angle_high: | ||
name: Angle High | ||
description: The angle at which the oscillation should end | ||
example: 255 | ||
|
||
set_timer: | ||
name: Set Timer | ||
description: Set the sleep timer. | ||
fields: | ||
entity_id: | ||
name: Entity ID | ||
description: Name(s) of the entities to set the sleep timer for | ||
example: "fan.living_room" | ||
timer: | ||
name: Timer | ||
description: The value in minutes to set the timer to, 0 to disable it | ||
example: 30 |
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 |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"requirements": [ | ||
"async-timeout>=4.0.2" | ||
], | ||
"version": "2023.8.0" | ||
"version": "2023.10.0" | ||
} |
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