-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Team horn sound #3
Comments
It triggers on the goal event coming from Home Assistant NHL-API
…On Wed, Mar 17, 2021 at 10:22 AM Nutsofamily ***@***.***> wrote:
Does the flow sound all teams playing? Is there a way to only setup your
fav teams?
Ill try it out tonight as I just got a google mini.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXJHJ5O6CDVESQ65R52HBTTEDCKXANCNFSM4ZKZQEHA>
.
|
Ok so what ever teams I have configured, it will play all the horns? i am following 4 teams, so if they are all playing it will trigger them all? |
Correct.
…On Wed, Mar 17, 2021, 1:58 PM Nutsofamily ***@***.***> wrote:
Ok so what ever teams I have configured, it will play all the horns? i am
following 4 teams, so if they are all playing it will trigger them all?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXJHJ2W2JH4H6M2QM5BFWDTED3VNANCNFSM4ZKZQEHA>
.
|
Have a look at this for the Amazon audio:
https://community.home-assistant.io/t/play-a-local-mp3-file-on-alexa-echo-dot/186187/23
…On Wed, Mar 17, 2021 at 1:54 PM Dennis Reiter ***@***.***> wrote:
It triggers on the goal event coming from Home Assistant NHL-API
On Wed, Mar 17, 2021 at 10:22 AM Nutsofamily ***@***.***>
wrote:
> Does the flow sound all teams playing? Is there a way to only setup your
> fav teams?
> Ill try it out tonight as I just got a google mini.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#3>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ABXJHJ5O6CDVESQ65R52HBTTEDCKXANCNFSM4ZKZQEHA>
> .
>
|
You'll have to create the input_boolean in Home Assistant, under Configuration, then Helpers. Or you can just bypass it if you don't want it. |
I have it configured like yours as i have the Nabu casa linked to my local files (similar to yours but a different directory). |
Input boolean….. Ugh, more reading. Sorry for wasting your time. |
No worries, you are fine. If you want, you can delete the node that says "Goal Horn Status" and connect the set flow node and delay node directly. |
Ill give er a go with the montreal game tonight |
Ok deleting status the test function works. Lets see if it pulls from the Montreal game as I have the Canadiens in my config yaml which I assume it pulls from. `
|
EPIC!!! Montreal scored and I received the horn and light. Thanks! |
Excellent! |
Does the flow sound all teams playing? Is there a way to only setup your fav teams?
Ill try it out tonight as I just got a google mini.
msg.payload.event.team_id
Do you changethe above " team_id" with your teams number? Example: msg.payload.event.23
Possible to have more than one fav team?
Thanks.
The text was updated successfully, but these errors were encountered: