1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/litterrobot/strings.json
2025-10-28 10:33:10 +01:00

220 lines
6.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"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%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::litterrobot::config::step::user::data_description::password%]"
},
"description": "Please update your password for {username}",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"data_description": {
"password": "The password of your Whisker account.",
"username": "The email address of your Whisker account."
}
}
}
},
"entity": {
"binary_sensor": {
"hopper_connected": {
"name": "Hopper connected"
},
"power_status": {
"name": "Power status"
},
"sleep_mode": {
"name": "Sleep mode"
},
"sleeping": {
"name": "Sleeping"
}
},
"button": {
"give_snack": {
"name": "Give snack"
},
"reset": {
"name": "Reset"
},
"reset_waste_drawer": {
"name": "Reset waste drawer"
}
},
"select": {
"brightness_level": {
"name": "Panel brightness",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]"
}
},
"cycle_delay": {
"name": "Clean cycle wait time minutes"
},
"globe_brightness": {
"name": "Globe brightness",
"state": {
"high": "[%key:common::state::high%]",
"low": "[%key:common::state::low%]",
"medium": "[%key:common::state::medium%]"
}
},
"globe_light": {
"name": "Globe light",
"state": {
"auto": "[%key:common::state::auto%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
}
},
"meal_insert_size": {
"name": "Meal insert size"
}
},
"sensor": {
"food_dispensed_today": {
"name": "Food dispensed today",
"unit_of_measurement": "cups"
},
"food_level": {
"name": "Food level"
},
"hopper_status": {
"name": "Hopper status",
"state": {
"disabled": "[%key:common::state::disabled%]",
"empty": "[%key:common::state::empty%]",
"enabled": "[%key:common::state::enabled%]",
"motor_disconnected": "Motor disconnected",
"motor_fault_short": "Motor shorted",
"motor_ot_amps": "Motor overtorqued"
}
},
"last_feeding": {
"name": "Last feeding"
},
"last_seen": {
"name": "Last seen"
},
"litter_level": {
"name": "Litter level"
},
"next_feeding": {
"name": "Next feeding"
},
"pet_weight": {
"name": "Pet weight"
},
"sleep_mode_end_time": {
"name": "Sleep mode end time"
},
"sleep_mode_start_time": {
"name": "Sleep mode start time"
},
"status_code": {
"name": "Status code",
"state": {
"br": "Bonnet removed",
"ccc": "Clean cycle complete",
"ccp": "Clean cycle in progress",
"cd": "Cat detected",
"csf": "Cat sensor fault",
"csi": "Cat sensor interrupted",
"cst": "Cat sensor timing",
"df1": "Drawer almost full - 2 cycles left",
"df2": "Drawer almost full - 1 cycle left",
"dfs": "Drawer full",
"dhf": "Dump + home position fault",
"dpf": "Dump position fault",
"ec": "Empty cycle",
"hpf": "Home position fault",
"off": "[%key:common::state::off%]",
"offline": "Offline",
"otf": "Overtorque fault",
"p": "[%key:common::state::paused%]",
"pd": "Pinch detect",
"pwrd": "Powering down",
"pwru": "Powering up",
"rdy": "Ready",
"scf": "Cat sensor fault at startup",
"sdf": "Drawer full at startup",
"spf": "Pinch detect at startup"
}
},
"total_cycles": {
"name": "Total cycles",
"unit_of_measurement": "cycles"
},
"visits_today": {
"name": "Visits today",
"unit_of_measurement": "visits"
},
"waste_drawer": {
"name": "Waste drawer"
}
},
"switch": {
"gravity_mode": {
"name": "Gravity mode"
},
"night_light_mode": {
"name": "Night light mode"
},
"panel_lockout": {
"name": "Panel lockout"
}
},
"time": {
"sleep_mode_start_time": {
"name": "[%key:component::litterrobot::entity::sensor::sleep_mode_start_time::name%]"
}
},
"vacuum": {
"litter_box": {
"name": "Litter box"
}
}
},
"issues": {
"deprecated_entity": {
"description": "The Litter-Robot entity `{entity}` is deprecated and will be removed in a future release.\nPlease update your dashboards, automations and scripts, disable `{entity}` and reload the integration/restart Home Assistant to fix this issue.",
"title": "{name} is deprecated"
}
},
"services": {
"set_sleep_mode": {
"description": "Sets the sleep mode and start time.",
"fields": {
"enabled": {
"description": "Whether sleep mode should be enabled.",
"name": "[%key:common::state::enabled%]"
},
"start_time": {
"description": "The start time at which the Litter-Robot will enter sleep mode and prevent an automatic clean cycle for 8 hours.",
"name": "Start time"
}
},
"name": "Set sleep mode"
}
}
}