hass-core/homeassistant/components/recollect_waste/translations/en.json
Aaron Bach 60ecc8282c
Add options flow for Recollect Waste (#44234)
* Add options flow for Recollect Waste

* Add test

* Typing

* Typing

* Typing AGAIN

* Add missing type hints

* Code review

* Code review

* Don't need to block until done
2020-12-19 10:29:37 -07:00

28 lines
No EOL
699 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"invalid_place_or_service_id": "Invalid Place or Service ID"
},
"step": {
"user": {
"data": {
"place_id": "Place ID",
"service_id": "Service ID"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"friendly_name": "Use friendly names for pickup types (when possible)"
},
"title": "Configure Recollect Waste"
}
}
}
}