2020-04-20 23:25:35 +00:00
{
"title" : "Group" ,
2022-03-07 12:05:04 +00:00
"config" : {
"step" : {
2022-03-10 09:39:51 +00:00
"user" : {
2022-03-30 08:16:04 +00:00
"title" : "Add Group" ,
"description" : "Groups allow you to create a new entity that represents multiple entities of the same type." ,
2022-03-23 15:34:44 +00:00
"menu_options" : {
"binary_sensor" : "Binary sensor group" ,
"cover" : "Cover group" ,
2023-08-24 10:49:38 +00:00
"event" : "Event group" ,
2022-03-23 15:34:44 +00:00
"fan" : "Fan group" ,
"light" : "Light group" ,
2022-03-30 00:07:23 +00:00
"lock" : "Lock group" ,
2022-03-28 10:27:26 +00:00
"media_player" : "Media player group" ,
2023-01-24 19:12:27 +00:00
"sensor" : "Sensor group" ,
2022-03-28 10:27:26 +00:00
"switch" : "Switch group"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"binary_sensor" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"description" : "If \"all entities\" is enabled, the group's state is on only if all members are on. If \"all entities\" is disabled, the group's state is on if any member is on." ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"all" : "All entities" ,
"entities" : "Members" ,
2022-03-23 14:36:50 +00:00
"hide_members" : "Hide members" ,
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"cover" : {
2022-03-23 14:36:50 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
2022-03-23 14:36:50 +00:00
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2023-08-24 10:49:38 +00:00
"event" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"data" : {
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2023-08-24 10:49:38 +00:00
}
} ,
2022-03-07 12:05:04 +00:00
"fan" : {
2022-03-23 14:36:50 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
2022-03-23 14:36:50 +00:00
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"light" : {
2022-03-23 14:36:50 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
2022-03-23 14:36:50 +00:00
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-30 00:07:23 +00:00
"lock" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"data" : {
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-30 00:07:23 +00:00
}
} ,
2022-03-10 09:39:51 +00:00
"media_player" : {
2022-03-23 14:36:50 +00:00
"title" : "[%key:component::group::config::step::user::title%]" ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-10 09:39:51 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
2022-03-23 14:36:50 +00:00
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-10 09:39:51 +00:00
}
2022-03-28 10:27:26 +00:00
} ,
2023-01-24 19:12:27 +00:00
"sensor" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"data" : {
"ignore_non_numeric" : "Ignore non-numeric" ,
2023-07-13 15:52:50 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
"name" : "[%key:common::config_flow::data::name%]" ,
2023-01-24 19:12:27 +00:00
"type" : "Type" ,
"round_digits" : "Round value to number of decimals" ,
"device_class" : "Device class" ,
"state_class" : "State class" ,
"unit_of_measurement" : "Unit of Measurement"
}
} ,
2022-03-28 10:27:26 +00:00
"switch" : {
"title" : "[%key:component::group::config::step::user::title%]" ,
"data" : {
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-10-20 06:12:53 +00:00
"name" : "[%key:common::config_flow::data::name%]"
2022-03-28 10:27:26 +00:00
}
2022-03-10 09:39:51 +00:00
}
}
} ,
"options" : {
"step" : {
2022-03-24 11:17:52 +00:00
"binary_sensor" : {
"description" : "[%key:component::group::config::step::binary_sensor::description%]" ,
2022-03-10 09:39:51 +00:00
"data" : {
"all" : "[%key:component::group::config::step::binary_sensor::data::all%]" ,
2022-03-24 11:17:52 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-24 11:17:52 +00:00
"cover" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-24 11:17:52 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-24 11:17:52 +00:00
"fan" : {
2022-03-10 09:39:51 +00:00
"data" : {
2022-03-24 11:17:52 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
2022-03-10 09:39:51 +00:00
}
} ,
2022-03-24 11:17:52 +00:00
"light" : {
"description" : "[%key:component::group::config::step::binary_sensor::description%]" ,
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-22 15:09:18 +00:00
"all" : "[%key:component::group::config::step::binary_sensor::data::all%]" ,
2022-03-24 11:17:52 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
2022-03-07 12:05:04 +00:00
}
} ,
2022-03-30 00:07:23 +00:00
"lock" : {
"data" : {
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
}
} ,
2022-03-24 11:17:52 +00:00
"media_player" : {
2022-03-07 12:05:04 +00:00
"data" : {
2022-03-24 11:17:52 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
2022-03-07 12:05:04 +00:00
}
2022-03-28 10:27:26 +00:00
} ,
2023-01-24 19:12:27 +00:00
"sensor" : {
2023-02-03 14:59:34 +00:00
"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." ,
2023-01-24 19:12:27 +00:00
"data" : {
"ignore_non_numeric" : "[%key:component::group::config::step::sensor::data::ignore_non_numeric%]" ,
2023-10-20 06:12:53 +00:00
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]" ,
2023-01-24 19:12:27 +00:00
"type" : "[%key:component::group::config::step::sensor::data::type%]" ,
"round_digits" : "[%key:component::group::config::step::sensor::data::round_digits%]" ,
"device_class" : "[%key:component::group::config::step::sensor::data::device_class%]" ,
"state_class" : "[%key:component::group::config::step::sensor::data::state_class%]" ,
"unit_of_measurement" : "[%key:component::group::config::step::sensor::data::unit_of_measurement%]"
}
} ,
2022-03-28 10:27:26 +00:00
"switch" : {
"description" : "[%key:component::group::config::step::binary_sensor::description%]" ,
"data" : {
"all" : "[%key:component::group::config::step::binary_sensor::data::all%]" ,
"entities" : "[%key:component::group::config::step::binary_sensor::data::entities%]" ,
"hide_members" : "[%key:component::group::config::step::binary_sensor::data::hide_members%]"
}
2022-03-07 12:05:04 +00:00
}
}
} ,
2023-03-16 11:16:08 +00:00
"entity_component" : {
2020-04-20 23:25:35 +00:00
"_" : {
2023-03-16 20:10:20 +00:00
"name" : "[%key:component::group::title%]" ,
2023-03-16 11:16:08 +00:00
"state" : {
"off" : "[%key:common::state::off%]" ,
"on" : "[%key:common::state::on%]" ,
2023-10-20 06:12:53 +00:00
"home" : "[%key:common::state::home%]" ,
"not_home" : "[%key:common::state::not_home%]" ,
2023-03-16 11:16:08 +00:00
"open" : "[%key:common::state::open%]" ,
"closed" : "[%key:common::state::closed%]" ,
"locked" : "[%key:common::state::locked%]" ,
"unlocked" : "[%key:common::state::unlocked%]" ,
"ok" : "[%key:component::binary_sensor::entity_component::problem::state::off%]" ,
"problem" : "[%key:component::binary_sensor::entity_component::problem::state::on%]"
2023-03-27 20:19:25 +00:00
} ,
"state_attributes" : {
"entity_id" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::group::config::step::binary_sensor::data::entities%]"
2023-03-27 20:19:25 +00:00
}
2023-03-16 11:16:08 +00:00
}
2020-04-20 23:25:35 +00:00
}
2023-05-31 01:23:47 +00:00
} ,
"selector" : {
"type" : {
"options" : {
"min" : "Minimum" ,
"max" : "Maximum" ,
"mean" : "Arithmetic mean" ,
"median" : "Median" ,
"last" : "Most recently updated" ,
"range" : "Statistical range" ,
"sum" : "Sum" ,
"product" : "Product"
}
}
2023-07-12 17:58:08 +00:00
} ,
"services" : {
"reload" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::reload%]" ,
2023-07-12 17:58:08 +00:00
"description" : "Reloads group configuration, entities, and notify services from YAML-configuration."
} ,
"set" : {
"name" : "Set" ,
"description" : "Creates/Updates a user group." ,
"fields" : {
"object_id" : {
"name" : "Object ID" ,
"description" : "Object ID of this group. This object ID is used as part of the entity ID. Entity ID format: [domain].[object_id]."
} ,
"name" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:common::config_flow::data::name%]" ,
2023-07-12 17:58:08 +00:00
"description" : "Name of the group."
} ,
"icon" : {
"name" : "Icon" ,
"description" : "Name of the icon for the group."
} ,
"entities" : {
"name" : "Entities" ,
"description" : "List of all members in the group. Cannot be used in combination with `Add entities` or `Remove entities`."
} ,
"add_entities" : {
"name" : "Add entities" ,
"description" : "List of members to be added to the group. Cannot be used in combination with `Entities` or `Remove entities`."
} ,
"remove_entities" : {
"name" : "Remove entities" ,
"description" : "List of members to be removed from a group. Cannot be used in combination with `Entities` or `Add entities`."
} ,
"all" : {
"name" : "All" ,
"description" : "Enable this option if the group should only be used when all entities are in state `on`."
}
}
} ,
"remove" : {
"name" : "Remove" ,
"description" : "Removes a group." ,
"fields" : {
"object_id" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::group::services::set::fields::object_id::name%]" ,
"description" : "[%key:component::group::services::set::fields::object_id::description%]"
2023-07-12 17:58:08 +00:00
}
}
}
2024-01-23 07:16:51 +00:00
} ,
"issues" : {
"uoms_not_matching_device_class" : {
"title" : "Unit of measurements are not correct" ,
"description" : "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible and can't be converted with the device class `{device_class}` of sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities and reload the group sensor to fix this issue."
} ,
"uoms_not_matching_no_device_class" : {
"title" : "Unit of measurements is not correct" ,
"description" : "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible using no device class of sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities or set a proper device class on the sensor group and reload the group sensor to fix this issue."
} ,
"device_classes_not_matching" : {
"title" : "Device classes is not correct" ,
"description" : "Device classes `{device_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the device classes on the source entities and reload the group sensor to fix this issue."
} ,
"state_classes_not_matching" : {
"title" : "State classes is not correct" ,
2024-02-11 08:54:50 +00:00
"description" : "State classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
2024-01-23 07:16:51 +00:00
}
2020-04-20 23:25:35 +00:00
}
2022-03-30 08:16:04 +00:00
}