137 lines
6.9 KiB
JSON
137 lines
6.9 KiB
JSON
{
|
|
"common": {
|
|
"account_locked_error": "The account is locked. Please follow the instructions in the manufacturer's app to unlock it"
|
|
},
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure your Whirlpool account",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"region": "Region",
|
|
"brand": "Brand"
|
|
},
|
|
"data_description": {
|
|
"username": "The username or email address you use to log in to the Whirlpool/Maytag app",
|
|
"password": "The password you use to log in to the Whirlpool/Maytag app",
|
|
"region": "The region where your appliances where purchased",
|
|
"brand": "The brand of the mobile app you use, or the brand of the appliances in your account"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"region": "[%key:component::whirlpool::config::step::user::data::region%]",
|
|
"brand": "[%key:component::whirlpool::config::step::user::data::brand%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::whirlpool::config::step::user::data_description::password%]",
|
|
"brand": "[%key:component::whirlpool::config::step::user::data_description::brand%]",
|
|
"region": "[%key:component::whirlpool::config::step::user::data_description::region%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"no_appliances": "No supported appliances found"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"washer_state": {
|
|
"name": "State",
|
|
"state": {
|
|
"standby": "[%key:common::state::standby%]",
|
|
"setting": "Setting",
|
|
"delay_countdown": "Delay countdown",
|
|
"delay_paused": "Delay paused",
|
|
"smart_delay": "Smart delay",
|
|
"smart_grid_pause": "[%key:component::whirlpool::entity::sensor::washer_state::state::smart_delay%]",
|
|
"pause": "[%key:common::state::paused%]",
|
|
"running_maincycle": "Running maincycle",
|
|
"running_postcycle": "Running postcycle",
|
|
"exception": "Exception",
|
|
"complete": "Complete",
|
|
"power_failure": "Power failure",
|
|
"service_diagnostic_mode": "Service diagnostic mode",
|
|
"factory_diagnostic_mode": "Factory diagnostic mode",
|
|
"life_test": "Life test",
|
|
"customer_focus_mode": "Customer focus mode",
|
|
"demo_mode": "Demo mode",
|
|
"hard_stop_or_error": "Hard stop or error",
|
|
"system_initialize": "System initialize",
|
|
"cycle_filling": "Cycle filling",
|
|
"cycle_rinsing": "Cycle rinsing",
|
|
"cycle_sensing": "Cycle sensing",
|
|
"cycle_soaking": "Cycle soaking",
|
|
"cycle_spinning": "Cycle spinning",
|
|
"cycle_washing": "Cycle washing",
|
|
"door_open": "Door open"
|
|
}
|
|
},
|
|
"dryer_state": {
|
|
"name": "[%key:component::whirlpool::entity::sensor::washer_state::name%]",
|
|
"state": {
|
|
"standby": "[%key:common::state::standby%]",
|
|
"setting": "[%key:component::whirlpool::entity::sensor::washer_state::state::setting%]",
|
|
"delay_countdown": "[%key:component::whirlpool::entity::sensor::washer_state::state::delay_countdown%]",
|
|
"delay_paused": "[%key:component::whirlpool::entity::sensor::washer_state::state::delay_paused%]",
|
|
"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%]",
|
|
"pause": "[%key:common::state::paused%]",
|
|
"running_maincycle": "[%key:component::whirlpool::entity::sensor::washer_state::state::running_maincycle%]",
|
|
"running_postcycle": "[%key:component::whirlpool::entity::sensor::washer_state::state::running_postcycle%]",
|
|
"exception": "[%key:component::whirlpool::entity::sensor::washer_state::state::exception%]",
|
|
"complete": "[%key:component::whirlpool::entity::sensor::washer_state::state::complete%]",
|
|
"power_failure": "[%key:component::whirlpool::entity::sensor::washer_state::state::power_failure%]",
|
|
"service_diagnostic_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::service_diagnostic_mode%]",
|
|
"factory_diagnostic_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::factory_diagnostic_mode%]",
|
|
"life_test": "[%key:component::whirlpool::entity::sensor::washer_state::state::life_test%]",
|
|
"customer_focus_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::customer_focus_mode%]",
|
|
"demo_mode": "[%key:component::whirlpool::entity::sensor::washer_state::state::demo_mode%]",
|
|
"hard_stop_or_error": "[%key:component::whirlpool::entity::sensor::washer_state::state::hard_stop_or_error%]",
|
|
"system_initialize": "[%key:component::whirlpool::entity::sensor::washer_state::state::system_initialize%]",
|
|
"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%]",
|
|
"door_open": "[%key:component::whirlpool::entity::sensor::washer_state::state::door_open%]"
|
|
}
|
|
},
|
|
"whirlpool_tank": {
|
|
"name": "Detergent level",
|
|
"state": {
|
|
"unknown": "Unknown",
|
|
"empty": "Empty",
|
|
"25": "25%",
|
|
"50": "50%",
|
|
"100": "100%",
|
|
"active": "[%key:common::state::active%]"
|
|
}
|
|
},
|
|
"end_time": {
|
|
"name": "End time"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"account_locked": {
|
|
"message": "[%key:component::whirlpool::common::account_locked_error%]"
|
|
},
|
|
"appliances_fetch_failed": {
|
|
"message": "Failed to fetch appliances"
|
|
}
|
|
}
|
|
}
|