mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-13 10:32:24 +00:00
19 lines
744 B
YAML
19 lines
744 B
YAML
######################################################################
|
|
# @CCOSTAN - Follow Me on X
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
# -------------------------------------------------------------------
|
|
# Logbook Activity Feed - Dummy entity for Activity pseudo-filtering
|
|
# Related Issue: 1550
|
|
# Provides `sensor.activity_feed` as a stable entity_id for `logbook.log`.
|
|
# -------------------------------------------------------------------
|
|
######################################################################
|
|
|
|
template:
|
|
- sensor:
|
|
- name: Activity Feed
|
|
unique_id: activity_feed
|
|
icon: mdi:clipboard-text
|
|
state: "ready"
|
|
|