diff --git a/config/automation/Speech/announcements.yaml b/config/automation/Speech/announcements.yaml index fea1b9b5..8ed16c6a 100755 --- a/config/automation/Speech/announcements.yaml +++ b/config/automation/Speech/announcements.yaml @@ -19,7 +19,7 @@ # This Group is defined in the groups directory. - service: group.set data_template: - object_id: "Arriving" + object_id: "arriving" add_entities: >- {{ trigger.to_state.entity_id }} @@ -75,5 +75,5 @@ - service: group.set data_template: - object_id: "Arriving" + object_id: "arriving" entities: [] diff --git a/config/group/people.yaml b/config/group/people.yaml index f4904261..e2eba588 100755 --- a/config/group/people.yaml +++ b/config/group/people.yaml @@ -1,10 +1,10 @@ -Family: +family: entities: - device_tracker.carlo - device_tracker.carlo_xsmax_3 - device_tracker.stacey - device_tracker.stacey_6s -Arriving: +arriving: name: Arriving entities: []