mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Fix group selector (#50088)
This commit is contained in:
@@ -34,7 +34,7 @@ set:
|
||||
object:
|
||||
add_entities:
|
||||
name: Add Entities
|
||||
description: List of members they will change on group listening.
|
||||
description: List of members that will change on group listening.
|
||||
example: domain.entity_id1, domain.entity_id2
|
||||
selector:
|
||||
object:
|
||||
@@ -55,5 +55,4 @@ remove:
|
||||
required: true
|
||||
example: "test_group"
|
||||
selector:
|
||||
entity:
|
||||
domain: group
|
||||
object:
|
||||
|
Reference in New Issue
Block a user