Skip to content

How to target a timer running on a Google nest speaker? (As a new timer ID is generated each time) #646

Answered by KapJI
Sambuccashake asked this question in Q&A
Discussion options

You must be logged in to vote

You can use templates (same can be done with timers):

{% set alarms = state_attr("sensor.bedroom_speaker_alarms", "alarms") %}
Alarm ID: {{ "Not set" if not alarms else alarms[0]["alarm_id"] }} 

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Sambuccashake
Comment options

Answer selected by KapJI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants