1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

219 lines
10 KiB
JSON

{
"common": {
"account_locked_error": "The account is locked. Please follow the instructions in the manufacturer's app to unlock it"
},
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"account_locked": "[%key:component::whirlpool::common::account_locked_error%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"no_appliances": "No supported appliances found",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"reauth_confirm": {
"data": {
"brand": "[%key:component::whirlpool::config::step::user::data::brand%]",
"password": "[%key:common::config_flow::data::password%]",
"region": "[%key:component::whirlpool::config::step::user::data::region%]"
},
"data_description": {
"brand": "[%key:component::whirlpool::config::step::user::data_description::brand%]",
"password": "[%key:component::whirlpool::config::step::user::data_description::password%]",
"region": "[%key:component::whirlpool::config::step::user::data_description::region%]"
},
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"brand": "Brand",
"password": "[%key:common::config_flow::data::password%]",
"region": "Region",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"brand": "The brand of the mobile app you use, or the brand of the appliances in your account",
"password": "The password you use to log in to the Whirlpool/Maytag app",
"region": "The region where your appliances where purchased",
"username": "The username or email address you use to log in to the Whirlpool/Maytag app"
},
"title": "Configure your Whirlpool account"
}
}
},
"entity": {
"sensor": {
"dryer_state": {
"name": "[%key:component::whirlpool::entity::sensor::washer_state::name%]",
"state": {
"complete": "[%key:component::whirlpool::entity::sensor::washer_state::state::complete%]",
"customer_focus_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::customer_focus_mode%]",
"cycle_filling": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_filling%]",
"cycle_rinsing": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_rinsing%]",
"cycle_sensing": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_sensing%]",
"cycle_soaking": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_soaking%]",
"cycle_spinning": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_spinning%]",
"cycle_washing": "[%key:component::whirlpool::entity::sensor::washer_state::state::cycle_washing%]",
"delay_countdown": "[%key:component::whirlpool::entity::sensor::washer_state::state::delay_countdown%]",
"delay_paused": "[%key:component::whirlpool::entity::sensor::washer_state::state::delay_paused%]",
"demo_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::demo_mode%]",
"exception": "[%key:component::whirlpool::entity::sensor::washer_state::state::exception%]",
"factory_diagnostic_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::factory_diagnostic_mode%]",
"hard_stop_or_error": "[%key:component::whirlpool::entity::sensor::washer_state::state::hard_stop_or_error%]",
"life_test": "[%key:component::whirlpool::entity::sensor::washer_state::state::life_test%]",
"pause": "[%key:common::state::paused%]",
"power_failure": "[%key:component::whirlpool::entity::sensor::washer_state::state::power_failure%]",
"running_maincycle": "[%key:component::whirlpool::entity::sensor::washer_state::state::running_maincycle%]",
"running_postcycle": "[%key:component::whirlpool::entity::sensor::washer_state::state::running_postcycle%]",
"service_diagnostic_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::service_diagnostic_mode%]",
"setting": "[%key:component::whirlpool::entity::sensor::washer_state::state::setting%]",
"smart_delay": "[%key:component::whirlpool::entity::sensor::washer_state::state::smart_delay%]",
"smart_grid_pause": "[%key:component::whirlpool::entity::sensor::washer_state::state::smart_delay%]",
"standby": "[%key:common::state::standby%]",
"system_initialize": "[%key:component::whirlpool::entity::sensor::washer_state::state::system_initialize%]"
}
},
"end_time": {
"name": "End time"
},
"oven_cook_mode": {
"name": "Cook mode",
"state": {
"air_fry": "Air fry",
"bake": "Bake",
"broil": "Broil",
"convection_bake": "Convection bake",
"convection_broil": "Convection broil",
"convection_roast": "Convection roast",
"keep_warm": "Keep warm",
"standby": "[%key:common::state::standby%]"
}
},
"oven_cook_mode_lower": {
"name": "Lower oven cook mode",
"state": {
"air_fry": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::air_fry%]",
"bake": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::bake%]",
"broil": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::broil%]",
"convection_bake": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_bake%]",
"convection_broil": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_broil%]",
"convection_roast": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_roast%]",
"keep_warm": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::keep_warm%]",
"standby": "[%key:common::state::standby%]"
}
},
"oven_cook_mode_upper": {
"name": "Upper oven cook mode",
"state": {
"air_fry": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::air_fry%]",
"bake": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::bake%]",
"broil": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::broil%]",
"convection_bake": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_bake%]",
"convection_broil": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_broil%]",
"convection_roast": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::convection_roast%]",
"keep_warm": "[%key:component::whirlpool::entity::sensor::oven_cook_mode::state::keep_warm%]",
"standby": "[%key:common::state::standby%]"
}
},
"oven_current_temperature": {
"name": "Current temperature"
},
"oven_current_temperature_lower": {
"name": "Lower oven current temperature"
},
"oven_current_temperature_upper": {
"name": "Upper oven current temperature"
},
"oven_state": {
"name": "State",
"state": {
"cooking": "Cooking",
"preheating": "Preheating",
"standby": "[%key:common::state::standby%]"
}
},
"oven_state_lower": {
"name": "Lower oven state",
"state": {
"cooking": "[%key:component::whirlpool::entity::sensor::oven_state::state::cooking%]",
"preheating": "[%key:component::whirlpool::entity::sensor::oven_state::state::preheating%]",
"standby": "[%key:common::state::standby%]"
}
},
"oven_state_upper": {
"name": "Upper oven state",
"state": {
"cooking": "[%key:component::whirlpool::entity::sensor::oven_state::state::cooking%]",
"preheating": "[%key:component::whirlpool::entity::sensor::oven_state::state::preheating%]",
"standby": "[%key:common::state::standby%]"
}
},
"oven_target_temperature": {
"name": "Target temperature"
},
"oven_target_temperature_lower": {
"name": "Lower oven target temperature"
},
"oven_target_temperature_upper": {
"name": "Upper oven target temperature"
},
"washer_state": {
"name": "State",
"state": {
"complete": "Complete",
"customer_focus_mode": "Customer focus mode",
"cycle_filling": "Cycle filling",
"cycle_rinsing": "Cycle rinsing",
"cycle_sensing": "Cycle sensing",
"cycle_soaking": "Cycle soaking",
"cycle_spinning": "Cycle spinning",
"cycle_washing": "Cycle washing",
"delay_countdown": "Delay countdown",
"delay_paused": "Delay paused",
"demo_mode": "Demo mode",
"exception": "Exception",
"factory_diagnostic_mode": "Factory diagnostic mode",
"hard_stop_or_error": "Hard stop or error",
"life_test": "Life test",
"pause": "[%key:common::state::paused%]",
"power_failure": "Power failure",
"running_maincycle": "Running maincycle",
"running_postcycle": "Running postcycle",
"service_diagnostic_mode": "Service diagnostic mode",
"setting": "Setting",
"smart_delay": "Smart delay",
"smart_grid_pause": "[%key:component::whirlpool::entity::sensor::washer_state::state::smart_delay%]",
"standby": "[%key:common::state::standby%]",
"system_initialize": "System initialize"
}
},
"whirlpool_tank": {
"name": "Detergent level",
"state": {
"25": "25%",
"50": "50%",
"100": "100%",
"active": "[%key:common::state::active%]",
"empty": "[%key:common::state::empty%]",
"unknown": "Unknown"
}
}
}
},
"exceptions": {
"account_locked": {
"message": "[%key:component::whirlpool::common::account_locked_error%]"
},
"appliances_fetch_failed": {
"message": "Failed to fetch appliances"
},
"request_failed": {
"message": "Request failed"
}
}
}