bretterer / home-assistant-rivian

Rivian (Unofficial) Integration for Home Assistant
Apache License 2.0
125 stars 20 forks source link

Replace _T TypeVar for compatibility with HA 2024.6 #160

Closed krazos closed 6 months ago

krazos commented 6 months ago

Various TypeVars have been removed in core-2024.6b0, breaking the Rivian custom component.

Defer to you all on how you want to handle the fix, but I substituted the Any type from the typing module locally to get the integration back up and running on my system, so I am throwing this out there for consideration.