1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/homeassistant/components/romy/strings.json
2025-10-28 10:33:10 +01:00

83 lines
2.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"flow_title": "{name}",
"step": {
"password": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "(8 characters, see QR code under the dustbin)."
},
"title": "Password required"
},
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
}
},
"zeroconf_confirm": {
"description": "Do you want to add ROMY Vacuum Cleaner {name} to Home Assistant?"
}
}
},
"entity": {
"binary_sensor": {
"docked": {
"name": "Robot docked"
},
"dustbin_present": {
"name": "Dustbin present"
},
"water_tank_empty": {
"name": "Watertank empty"
},
"water_tank_present": {
"name": "Watertank present"
}
},
"sensor": {
"dustbin_sensor": {
"name": "Dustbin dirt level"
},
"total_area_cleaned": {
"name": "Total cleaned area"
},
"total_cleaning_time": {
"name": "Total cleaning time"
},
"total_distance_driven": {
"name": "Total distance driven"
},
"total_number_of_cleaning_runs": {
"name": "Total cleaning runs"
}
},
"vacuum": {
"romy": {
"state_attributes": {
"fan_speed": {
"state": {
"auto": "[%key:common::state::auto%]",
"default": "Default",
"high": "[%key:common::state::high%]",
"intensive": "Intensive",
"normal": "[%key:common::state::normal%]",
"silent": "Silent",
"super_silent": "Super silent"
}
}
}
}
}
}
}