hass-core/homeassistant/components/holiday/strings.json
2024-01-02 23:40:38 +01:00

20 lines
380 B
JSON

{
"title": "Holiday",
"config": {
"abort": {
"already_configured": "Already configured. Only a single configuration for country/province combination possible."
},
"step": {
"user": {
"data": {
"country": "Country"
}
},
"province": {
"data": {
"province": "Province"
}
}
}
}
}