mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix coffee maker device type name at applicances with programs list at Home Connect (#128538)
This commit is contained in:
parent
9207eedbfb
commit
d8a06777fe
@ -32,7 +32,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
|
|
||||||
APPLIANCES_WITH_PROGRAMS = (
|
APPLIANCES_WITH_PROGRAMS = (
|
||||||
"CleaningRobot",
|
"CleaningRobot",
|
||||||
"CoffeeMachine",
|
"CoffeeMaker",
|
||||||
"Dishwasher",
|
"Dishwasher",
|
||||||
"Dryer",
|
"Dryer",
|
||||||
"Hood",
|
"Hood",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user