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:
J. Diego Rodríguez Royo
2025-02-15 20:10:27 +01:00
committed by GitHub
parent 482df7408a
commit 78c4d815ce
6 changed files with 66 additions and 9 deletions

View File

@@ -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,
},