You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Tesla API PRODUCT_LIST endpoint previously listed the solar_type key under components. This no longer seems to be the case. It is listed in the SITE_CONFIG endpoint for solar only sites, and probably one of the battery endpoints.
I just made a PR in the Tesla Custom Integration that removes using this property for now as it was only used as a part of the model information.
Documenting this for now with the plan to check the Tesla API again in the near future to update this library with any other changes.
The text was updated successfully, but these errors were encountered:
teslajsonpy/teslajsonpy/energy.py
Line 259 in 898d413
The Tesla API PRODUCT_LIST endpoint previously listed the
solar_type
key undercomponents
. This no longer seems to be the case. It is listed in theSITE_CONFIG
endpoint for solar only sites, and probably one of the battery endpoints.I just made a PR in the Tesla Custom Integration that removes using this property for now as it was only used as a part of the model information.
Documenting this for now with the plan to check the Tesla API again in the near future to update this library with any other changes.
The text was updated successfully, but these errors were encountered: