Fix typos in Miele device names to match enum (#144609)

This commit is contained in:
Andrea Turri 2025-05-11 17:26:02 +02:00 committed by GitHub
parent 6f41fbeb22
commit 61f8970aca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -91,10 +91,10 @@
"freezer": {
"name": "Freezer"
},
"robot_vacuum_cleander": {
"robot_vacuum_cleaner": {
"name": "Robot vacuum cleaner"
},
"steam_oven_microwave": {
"steam_oven_micro": {
"name": "Steam oven micro"
},
"dialog_oven": {

View File

@ -50,7 +50,7 @@
'turbo',
'silent',
]),
'friendly_name': 'robot_vacuum_cleaner',
'friendly_name': 'Robot vacuum cleaner',
'supported_features': <VacuumEntityFeature: 13420>,
}),
'context': <ANY>,