2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available group services
|
2017-10-02 06:18:10 +00:00
|
|
|
reload:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Reload
|
2020-09-02 22:12:07 +00:00
|
|
|
description: Reload group configuration, entities, and notify services.
|
2017-10-02 06:18:10 +00:00
|
|
|
|
|
|
|
set:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Set
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Create/Update a user group.
|
2017-10-02 06:18:10 +00:00
|
|
|
fields:
|
|
|
|
object_id:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Object ID
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Group id and part of entity id.
|
2021-04-27 18:37:59 +00:00
|
|
|
required: true
|
2020-02-20 16:26:41 +00:00
|
|
|
example: "test_group"
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2017-10-02 06:18:10 +00:00
|
|
|
name:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Name
|
2017-10-02 06:18:10 +00:00
|
|
|
description: Name of group
|
2020-02-20 16:26:41 +00:00
|
|
|
example: "My test group"
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2017-10-02 06:18:10 +00:00
|
|
|
icon:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Icon
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Name of icon for the group.
|
2020-02-20 16:26:41 +00:00
|
|
|
example: "mdi:camera"
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2017-10-02 06:18:10 +00:00
|
|
|
entities:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Entities
|
2017-10-30 20:39:12 +00:00
|
|
|
description: List of all members in the group. Not compatible with 'delta'.
|
2017-10-02 06:18:10 +00:00
|
|
|
example: domain.entity_id1, domain.entity_id2
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2017-10-02 06:18:10 +00:00
|
|
|
add_entities:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Add Entities
|
2021-05-06 03:15:21 +00:00
|
|
|
description: List of members that will change on group listening.
|
2017-10-02 06:18:10 +00:00
|
|
|
example: domain.entity_id1, domain.entity_id2
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2018-10-09 08:14:55 +00:00
|
|
|
all:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: All
|
2018-10-09 08:14:55 +00:00
|
|
|
description: Enable this option if the group should only turn on when all entities are on.
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
|
|
|
boolean:
|
2017-10-02 06:18:10 +00:00
|
|
|
|
|
|
|
remove:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Remove
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Remove a user group.
|
2017-10-02 06:18:10 +00:00
|
|
|
fields:
|
|
|
|
object_id:
|
2021-04-27 18:37:59 +00:00
|
|
|
name: Object ID
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Group id and part of entity id.
|
2021-04-27 18:37:59 +00:00
|
|
|
required: true
|
2020-02-20 16:26:41 +00:00
|
|
|
example: "test_group"
|
2021-04-27 18:37:59 +00:00
|
|
|
selector:
|
2021-05-06 03:15:21 +00:00
|
|
|
object:
|