diff --git a/homeassistant/components/group/strings.json b/homeassistant/components/group/strings.json index dcc97803adc..75a2423d932 100644 --- a/homeassistant/components/group/strings.json +++ b/homeassistant/components/group/strings.json @@ -68,7 +68,6 @@ }, "sensor": { "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": { "ignore_non_numeric": "Ignore non-numeric", "entities": "Members", @@ -134,7 +133,7 @@ } }, "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": { "ignore_non_numeric": "[%key:component::group::config::step::sensor::data::ignore_non_numeric%]", "entities": "[%key:component::group::config::step::sensor::data::entities%]", diff --git a/homeassistant/components/group/translations/en.json b/homeassistant/components/group/translations/en.json index 97e7e23238b..2a1d93566bb 100644 --- a/homeassistant/components/group/translations/en.json +++ b/homeassistant/components/group/translations/en.json @@ -63,7 +63,6 @@ "type": "Type", "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" }, "switch": {