mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Spelling corrections in miele integration (#142907)
Spelling corrections
This commit is contained in:
parent
1a1c95af12
commit
cc6e2ef3f7
@ -92,7 +92,7 @@ class StateStatus(IntEnum):
|
||||
ON = 2
|
||||
PROGRAMMED = 3
|
||||
WAITING_TO_START = 4
|
||||
RUNNING = 5
|
||||
IN_USE = 5
|
||||
PAUSE = 6
|
||||
PROGRAM_ENDED = 7
|
||||
FAILURE = 8
|
||||
@ -113,7 +113,7 @@ STATE_STATUS_TAGS = {
|
||||
StateStatus.ON: "on",
|
||||
StateStatus.PROGRAMMED: "programmed",
|
||||
StateStatus.WAITING_TO_START: "waiting_to_start",
|
||||
StateStatus.RUNNING: "running",
|
||||
StateStatus.IN_USE: "in_use",
|
||||
StateStatus.PAUSE: "pause",
|
||||
StateStatus.PROGRAM_ENDED: "program_ended",
|
||||
StateStatus.FAILURE: "failure",
|
||||
|
@ -104,7 +104,7 @@
|
||||
"name": "Wine cabinet freezer"
|
||||
},
|
||||
"hob_extraction": {
|
||||
"name": "How with extraction"
|
||||
"name": "Hob with extraction"
|
||||
},
|
||||
"washer_dryer": {
|
||||
"name": "Washer dryer"
|
||||
@ -129,7 +129,7 @@
|
||||
"program_interrupted": "Program interrupted",
|
||||
"programmed": "Programmed",
|
||||
"rinse_hold": "Rinse hold",
|
||||
"running": "Running",
|
||||
"in_use": "In use",
|
||||
"service": "Service",
|
||||
"supercooling": "Supercooling",
|
||||
"supercooling_superfreezing": "Supercooling/superfreezing",
|
||||
|
@ -10,7 +10,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
@ -65,7 +65,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
@ -86,7 +86,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'running',
|
||||
'state': 'in_use',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensor_states[platforms0][sensor.freezer_temperature-entry]
|
||||
@ -152,7 +152,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
@ -207,7 +207,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
@ -228,7 +228,7 @@
|
||||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'running',
|
||||
'state': 'in_use',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensor_states[platforms0][sensor.refrigerator_temperature-entry]
|
||||
@ -294,7 +294,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
@ -349,7 +349,7 @@
|
||||
'on',
|
||||
'programmed',
|
||||
'waiting_to_start',
|
||||
'running',
|
||||
'in_use',
|
||||
'pause',
|
||||
'program_ended',
|
||||
'failure',
|
||||
|
Loading…
x
Reference in New Issue
Block a user