Skip to content
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

New Notify feature does not work with announce for groups. #117

Closed
ehendrix23 opened this issue Mar 12, 2019 · 2 comments
Closed

New Notify feature does not work with announce for groups. #117

ehendrix23 opened this issue Mar 12, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ehendrix23
Copy link

Loving the new notify functionality, especially the announce.

However, it looks like using Home Assistant groups with announce does not work.

For example, I have a group:

alexa_general_announce:
  view: false
  entities:
    - media_player.basement_thermostat
    - media_player.family_room
    - media_player.main_thermostat

Calling the service with the group and announce does not work (method can be all or speak or all).

}
    "title": "Front Door",
    "message": "TEST",
    "data": {
        "type": "announce",
        "method": "all"
    },
    "target": [
        "group.alexa_general_announce"
    ]
}

changing it to TTS works:

}
    "title": "Front Door",
    "message": "TEST",
    "data": {
        "type": "tts"
    },
    "target": [
        "group.alexa_general_announce"
    ]
}

Using announce with multiple targets works as well:

}
    "title": "Front Door",
    "message": "TEST",
    "data": {
        "type": "announce"
        "method": "all"
    },
    "target": [
      "media_player.basement_thermostat",
      "media_player.family_room",
      "media_player.main_thermostat"
    ]
}

So seems to be something with announce and using group.

@alandtse
Copy link
Owner

Can you please turn on debugging for custom_components.alexa_media.notify and provide logs when you try the announce?

@alandtse alandtse self-assigned this Mar 13, 2019
@alandtse alandtse added the bug Something isn't working label Mar 13, 2019
@alandtse
Copy link
Owner

Ok no need. I figured it out. I'll have a fix tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants