Add Home Connect pre-rinse capability for a dishwasher (#63536)

This commit is contained in:
Davor Val Vega 2022-03-12 12:38:43 +01:00 committed by GitHub
parent 0467dc55fe
commit d41eeaa88b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,6 +312,7 @@ class Dishwasher(
"""Dishwasher class.""" """Dishwasher class."""
PROGRAMS = [ PROGRAMS = [
{"name": "Dishcare.Dishwasher.Program.PreRinse"},
{"name": "Dishcare.Dishwasher.Program.Auto1"}, {"name": "Dishcare.Dishwasher.Program.Auto1"},
{"name": "Dishcare.Dishwasher.Program.Auto2"}, {"name": "Dishcare.Dishwasher.Program.Auto2"},
{"name": "Dishcare.Dishwasher.Program.Auto3"}, {"name": "Dishcare.Dishwasher.Program.Auto3"},