mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix incorrect description in sensor group config flow (#87298)
This commit is contained in:
parent
23a9b92a1c
commit
695a453159
@ -68,7 +68,6 @@
|
|||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"title": "[%key:component::group::config::step::user::title%]",
|
"title": "[%key:component::group::config::step::user::title%]",
|
||||||
"description": "If \"ignore non-numeric\" is enabled, the group's state is calculated if at least one member has a numerical value. If \"ignore non-numeric\" is disabled, the group's state is calculated only if all group members have numerical values.",
|
|
||||||
"data": {
|
"data": {
|
||||||
"ignore_non_numeric": "Ignore non-numeric",
|
"ignore_non_numeric": "Ignore non-numeric",
|
||||||
"entities": "Members",
|
"entities": "Members",
|
||||||
@ -134,7 +133,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"description": "[%key:component::group::config::step::sensor::description%]",
|
"description": "If \"ignore non-numeric\" is enabled, the group's state is calculated if at least one member has a numerical value. If \"ignore non-numeric\" is disabled, the group's state is calculated only if all group members have numerical values.",
|
||||||
"data": {
|
"data": {
|
||||||
"ignore_non_numeric": "[%key:component::group::config::step::sensor::data::ignore_non_numeric%]",
|
"ignore_non_numeric": "[%key:component::group::config::step::sensor::data::ignore_non_numeric%]",
|
||||||
"entities": "[%key:component::group::config::step::sensor::data::entities%]",
|
"entities": "[%key:component::group::config::step::sensor::data::entities%]",
|
||||||
|
@ -63,7 +63,6 @@
|
|||||||
"type": "Type",
|
"type": "Type",
|
||||||
"unit_of_measurement": "Unit of Measurement"
|
"unit_of_measurement": "Unit of Measurement"
|
||||||
},
|
},
|
||||||
"description": "If \"ignore non-numeric\" is enabled, the group's state is calculated if at least one member has a numerical value. If \"ignore non-numeric\" is disabled, the group's state is calculated only if all group members have numerical values.",
|
|
||||||
"title": "Add Group"
|
"title": "Add Group"
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user