Keurig Integration

Has anyone looked into integrating Keurig? Any luck?

https://www.keurig.com/content/K-Supreme-Plus-SMART-Coffee-Maker

EDIT: For anyone stumbling across this post, while it would be nice to have direct integration with the Keurig API, in the meantime you can use Alexa Media Player to trigger a routine. Since the Keurig Alexa Skill integration works well, this has been a good solution for me.

Here’s the script I use:

- brew_coffee:
    sequence:
      service: media_player.play_media
      target:
        entity_id: media_player.echo_dot_living_room #change this
      data:
        media_content_type: routine
        media_content_id: "Brew Coffee" #change this to **exactly** match your routine name. Also, it doesn't seem to like punctuation even when in quotes.

I’m assuming I’d need an Alexa device for this to work?

Hmmm. Maybe not. Try downloading the Alexa app and setting up the Keurig skill. If that works, I think you’re GTG.