Skip to content

Commit

Permalink
support minutes for delayon delayoff service
Browse files Browse the repository at this point in the history
  • Loading branch information
kesteraernoudt committed Jan 8, 2021
1 parent 3d24428 commit fa54d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/dobiss/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "dobiss",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dobiss",
"requirements": ["pydobiss==0.1.37"],
"requirements": ["pydobiss==0.1.38"],
"ssdp": [],
"zeroconf": [],
"homekit": {},
Expand Down
4 changes: 2 additions & 2 deletions custom_components/dobiss/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ turn_on:
description: Optional, if it's a dimmable object, the brightness
example: 25
delayon:
description: Optional, number of seconds to wait before actually turning on
description: Optional, number of seconds to wait before actually turning on (more than 120 seconds is rounded to max 120 minutes)
example: 10
delayoff:
description: Optional, number of seconds to wait before turning the entity off again
description: Optional, number of seconds to wait before turning the entity off again (more than 120 seconds is rounded to max 120 minutes)
example: 60

set_hvac_temp_timer:
Expand Down

0 comments on commit fa54d27

Please sign in to comment.