2022-04-27 06:09:10 +00:00
{
"config" : {
"step" : {
"user" : {
"data" : {
"api_key" : "[%key:common::config_flow::data::api_key%]" ,
"name" : "[%key:common::config_flow::data::name%]" ,
2023-01-05 23:53:30 +00:00
"url" : "[%key:common::config_flow::data::url%]"
2022-04-27 06:09:10 +00:00
}
}
} ,
"error" : {
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_api_key" : "[%key:common::config_flow::error::invalid_api_key%]"
}
2023-07-11 23:18:22 +00:00
} ,
2023-08-24 07:23:48 +00:00
"entity" : {
"sensor" : {
"status" : {
"name" : "Status"
} ,
"speed" : {
"name" : "Speed"
} ,
"queue" : {
"name" : "Queue"
} ,
"left" : {
2023-08-24 17:49:53 +00:00
"name" : "Left to download"
2023-08-24 07:23:48 +00:00
} ,
"total_disk_space" : {
"name" : "Total disk space"
} ,
"free_disk_space" : {
"name" : "Free disk space"
} ,
"queue_count" : {
"name" : "Queue count"
} ,
"daily_total" : {
"name" : "Daily total"
} ,
"weekly_total" : {
"name" : "Weekly total"
} ,
"monthly_total" : {
"name" : "Monthly total"
} ,
"overall_total" : {
"name" : "Overall total"
}
}
} ,
2023-07-11 23:18:22 +00:00
"services" : {
"pause" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::pause%]" ,
2023-07-11 23:18:22 +00:00
"description" : "Pauses downloads." ,
"fields" : {
"api_key" : {
"name" : "SABnzbd API key" ,
"description" : "The SABnzbd API key to pause downloads."
}
}
} ,
"resume" : {
"name" : "Resume" ,
"description" : "Resumes downloads." ,
"fields" : {
"api_key" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::sabnzbd::services::pause::fields::api_key::name%]" ,
2023-07-11 23:18:22 +00:00
"description" : "The SABnzbd API key to resume downloads."
}
}
} ,
"set_speed" : {
"name" : "Set speed" ,
"description" : "Sets the download speed limit." ,
"fields" : {
"api_key" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::sabnzbd::services::pause::fields::api_key::name%]" ,
2023-07-11 23:18:22 +00:00
"description" : "The SABnzbd API key to set speed limit."
} ,
"speed" : {
"name" : "Speed" ,
"description" : "Speed limit. If specified as a number with no units, will be interpreted as a percent. If units are provided (e.g., 500K) will be interpreted absolutely."
}
}
}
2022-04-27 06:09:10 +00:00
}
}