Skip to content

Commit 42f55bf

Browse files
authored
Small improvements to Home Connect strings and icons (#139386)
* Small improvements to Home Connect strings and icons * Fix test
1 parent 6d7dad4 commit 42f55bf

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

homeassistant/components/home_connect/icons.json

+17
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@
4949
"default": "mdi:map-marker-remove-variant"
5050
}
5151
},
52+
"button": {
53+
"open_door": {
54+
"default": "mdi:door-open"
55+
},
56+
"partly_open_door": {
57+
"default": "mdi:door-open"
58+
},
59+
"pause_program": {
60+
"default": "mdi:pause"
61+
},
62+
"resume_program": {
63+
"default": "mdi:play"
64+
},
65+
"stop_program": {
66+
"default": "mdi:stop"
67+
}
68+
},
5269
"sensor": {
5370
"operation_state": {
5471
"default": "mdi:state-machine",

homeassistant/components/home_connect/strings.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"options": {
355355
"consumer_products_coffee_maker_enum_type_flow_rate_normal": "Normal",
356356
"consumer_products_coffee_maker_enum_type_flow_rate_intense": "Intense",
357-
"consumer_products_coffee_maker_enum_type_flow_rate_intense_plus": "Intense plus"
357+
"consumer_products_coffee_maker_enum_type_flow_rate_intense_plus": "Intense +"
358358
}
359359
},
360360
"coffee_milk_ratio": {
@@ -410,7 +410,7 @@
410410
"laundry_care_dryer_enum_type_drying_target_iron_dry": "Iron dry",
411411
"laundry_care_dryer_enum_type_drying_target_gentle_dry": "Gentle dry",
412412
"laundry_care_dryer_enum_type_drying_target_cupboard_dry": "Cupboard dry",
413-
"laundry_care_dryer_enum_type_drying_target_cupboard_dry_plus": "Cupboard dry plus",
413+
"laundry_care_dryer_enum_type_drying_target_cupboard_dry_plus": "Cupboard dry +",
414414
"laundry_care_dryer_enum_type_drying_target_extra_dry": "Extra dry"
415415
}
416416
},
@@ -592,7 +592,7 @@
592592
"description": "Defines if the program sequence is optimized with a special drying cycle to ensure more shine on glasses and plastic items."
593593
},
594594
"dishcare_dishwasher_option_vario_speed_plus": {
595-
"name": "Vario speed plus",
595+
"name": "Vario speed +",
596596
"description": "Defines if the program run time is reduced by up to 66% with the usual optimum cleaning and drying."
597597
},
598598
"dishcare_dishwasher_option_silence_on_demand": {
@@ -608,7 +608,7 @@
608608
"description": "Defines if improved drying for glasses and plasticware is enabled."
609609
},
610610
"dishcare_dishwasher_option_hygiene_plus": {
611-
"name": "Hygiene plus",
611+
"name": "Hygiene +",
612612
"description": "Defines if the cleaning is done with increased temperature. This ensures maximum hygienic cleanliness for regular use."
613613
},
614614
"dishcare_dishwasher_option_eco_dry": {
@@ -1462,7 +1462,7 @@
14621462
"inactive": "Inactive",
14631463
"ready": "Ready",
14641464
"delayedstart": "Delayed start",
1465-
"run": "Run",
1465+
"run": "Running",
14661466
"pause": "[%key:common::state::paused%]",
14671467
"actionrequired": "Action required",
14681468
"finished": "Finished",

tests/components/home_connect/test_entity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def platforms() -> list[str]:
8585
[False, True, True],
8686
(
8787
OptionKey.DISHCARE_DISHWASHER_HYGIENE_PLUS,
88-
"switch.dishwasher_hygiene_plus",
88+
"switch.dishwasher_hygiene",
8989
),
9090
(OptionKey.DISHCARE_DISHWASHER_EXTRA_DRY, "switch.dishwasher_extra_dry"),
9191
)

0 commit comments

Comments
 (0)