1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-23 19:37:12 +00:00
Files
core/homeassistant/components/twentemilieu/strings.json
2025-10-28 10:33:10 +01:00

46 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_address": "Address not found in Twente Milieu service area."
},
"step": {
"user": {
"data": {
"house_letter": "House letter/additional",
"house_number": "House number",
"post_code": "Postal code"
},
"data_description": {
"house_letter": "The house letter or additional information of the address",
"house_number": "The house number of the address",
"post_code": "The postal code of the address, for example 7500AA"
},
"description": "Set up Twente Milieu providing waste collection information on your address."
}
}
},
"entity": {
"sensor": {
"christmas_tree_pickup": {
"name": "Christmas tree pickup"
},
"non_recyclable_waste_pickup": {
"name": "Non-recyclable waste pickup"
},
"organic_waste_pickup": {
"name": "Organic waste pickup"
},
"packages_waste_pickup": {
"name": "Packages waste pickup"
},
"paper_waste_pickup": {
"name": "Paper waste pickup"
}
}
}
}