mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +00:00
Fix home connect coffe-milk ratio option (#138593)
* Fix home connect milk ratio option * Use enumeration instead of number selector for coffee-milk ratio
This commit is contained in:
committed by
GitHub
parent
482df7408a
commit
78c4d815ce
@@ -173,7 +173,7 @@ SERVICES_SET_PROGRAM_AND_OPTIONS = [
|
||||
"service_data": {
|
||||
"device_id": "DEVICE_ID",
|
||||
"affects_to": "active_program",
|
||||
"consumer_products_coffee_maker_option_coffee_milk_ratio": 60,
|
||||
"consumer_products_coffee_maker_option_coffee_milk_ratio": "consumer_products_coffee_maker_enum_type_coffee_milk_ratio_50_percent",
|
||||
},
|
||||
"blocking": True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user