mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Use correct inputs for relative time and duration options (#138619)
This commit is contained in:
committed by
GitHub
parent
9573f7828b
commit
c75707ec79
@@ -152,7 +152,7 @@ SERVICES_SET_PROGRAM_AND_OPTIONS = [
|
||||
"device_id": "DEVICE_ID",
|
||||
"affects_to": "selected_program",
|
||||
"program": "dishcare_dishwasher_program_eco_50",
|
||||
"b_s_h_common_option_start_in_relative": "00:30:00",
|
||||
"b_s_h_common_option_start_in_relative": 1800,
|
||||
},
|
||||
"blocking": True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user