AntoineGS / teams-status-rs

47 stars 0 forks source link

Home Assistant Setup #13

Closed nimdy2017 closed 5 months ago

nimdy2017 commented 5 months ago

Do you have any guidance on how the Home Assistant set up is done? I've added my HASS URL and created a long lived token, but nothing happens in the HASS from what I can see. Should I be creating a webhook URL and point the utility to that? I've also noticed when the application restarts the long live token changes. Is that correct?

AntoineGS commented 5 months ago

The tokens and passwords do get encrypted so as not to save them to the text file as plain text, they will start with en// once encoded so that is normal. Using a long-live is the correct way! A couple of things you can verify/try:

Let me know if that helps, if not I can try and find other things to check!

nimdy2017 commented 5 months ago

Thank you. All working now. I set it up alongside the original script so didn't notice the new entities appear amongst the ones for the 'old Teams'. Works really well. Thanks for your sharing your work.

AntoineGS commented 5 months ago

🙂 Glad to hear it is working!