Files
core/homeassistant/components/min_max/strings.json
Erik Montnemery 66d892237d Add config flow for min_max sensor (#67807)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-03-28 09:39:54 +02:00

29 lines
869 B
JSON

{
"title": "Min / max / mean / median sensor",
"config": {
"step": {
"user": {
"description": "Precision controls the number of decimal digits when the statistics characteristic is mean or median.",
"data": {
"entity_ids": "Input entities",
"name": "Name",
"round_digits": "Precision",
"type": "Statistic characteristic"
}
}
}
},
"options": {
"step": {
"options": {
"description": "[%key:component::min_max::config::step::user::description%]",
"data": {
"entity_ids": "[%key:component::min_max::config::step::user::data::entity_ids%]",
"round_digits": "[%key:component::min_max::config::step::user::data::round_digits%]",
"type": "[%key:component::min_max::config::step::user::data::type%]"
}
}
}
}
}