jcallaghan / home-assistant-config

My Home Assistant configuration & documentation.
https://www.jcallaghan.com/
MIT License
175 stars 8 forks source link

Microsoft Teams presence #8

Open jcallaghan opened 4 years ago

jcallaghan commented 4 years ago

Use the Graph Presence API to provide Home Assistant with the presence from Teams. This would be useful to drive automations with lights, AC, fans and audio such as Sonos.

I also have a Intel NUC Hayes Canyon that includes a skull LED on the case. It would be fun to integrate the presence with these LEDs.

jcallaghan commented 4 years ago

Here is the Microsoft Graph community call-April 2020 that showcases the Presence Light a tool that allows you to broadcast your Microsoft Teams Presence to a Phillips Hue Light Bulb anywhere in your home.

jcallaghan commented 4 years ago

This is the Presence Light repo from the author Isaac Levin

jcallaghan commented 4 years ago

The LED Manager for Intel NUC software allows me to create profiles for different effects and then call these profiles via the command line! Awesome

"C:\Program Files (x86)\Intel Corporation\LED Manager for Intel(R) NUC\LEDManagerCLI.exe /profile Busy"
jcallaghan commented 4 years ago

@ElioStruyf has created a #HomeBridge package that can get the presence using Microsoft Graph. More info on his blog.