AntoineGS / teams-status-rs

47 stars 0 forks source link

Addition of remaining binary sensors #10

Closed linickx closed 5 months ago

linickx commented 5 months ago

Hello, Thank you, this little app is just what I need!

Is it possible to have a sensor setup for mute? e.g binary_sensor.teams_mute

AntoineGS commented 5 months ago

Sure I can add it 🙂

Romanmir commented 5 months ago

I would like to expand on this a bit to include all sensors that are returned by the API. Thoughts? The use case would be simply for more monitoring options.

AntoineGS commented 5 months ago

I had told myself I would add them when someone wants them, I guess this is it! 😂

AntoineGS commented 5 months ago

Changes done in v0.3.0! Let me know if you run into any issues, the MQTT has not been tested as I am not currently set up for it. I have been using the HA portion all day though and it has been working pretty well. There does seem to be an issue with the background-blur on the Teams side, it does seem to report all changes but there is nothing I can do for that. Commit: https://github.com/AntoineGS/teams-status-rs/commit/9a0ce6ed534392f6e8143199e35d3b5c736c9aae

Romanmir commented 5 months ago

Thank you, I won't have a chance to test it until work tomorrow.

linickx commented 5 months ago

Tested, works for me (HA Long Lived Key), thank you 🙏🏻

Romanmir commented 5 months ago

Confirmed, I can see the rest of the sensors in HA. Thank you.

AntoineGS commented 5 months ago

Thanks for the feedback!