1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/shopping_list/strings.json
2020-10-03 14:14:36 +02:00

15 lines
312 B
JSON

{
"title": "Shopping List",
"config": {
"step": {
"user": {
"title": "Shopping List",
"description": "Do you want to configure the shopping list?"
}
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
}
}
}