1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/fastdotcom/strings.json
2025-10-28 10:33:10 +01:00

20 lines
385 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
},
"step": {
"user": {
"description": "Do you want to start the setup? The initial setup will take about 30-40 seconds."
}
}
},
"entity": {
"sensor": {
"download": {
"name": "Download"
}
}
}
}