MattDahEpic / ha-midas

Home Assistant integration to get energy prices from California's MIDAS energy price API
MIT License
6 stars 0 forks source link

Allow changing RINs after setup #5

Closed Particpant closed 3 months ago

Particpant commented 3 months ago

Checklist

Is your feature request related to a problem? Please describe.

It's possible/probable that my RIN will likely change over time for any reason, however the H-A energy dashboard doesn't seem to like having concurrent sources for pricing (or consumption/generation) set up, I believe this means there'll be data loss if I update to a new entity in the energy dashboard.

Describe the solution you'd like

It'd be nice if I could edit an existing integration to change the target RIN

Describe alternatives you've considered

A template to use in the energy dashboard. I think I need to do this anyhow to sum the cost of two RINs. It might be worth mentioning to users that this is best used via template for anyone, though for the reasons above, if it's not feasible to edit the already-created devices.

Additional context

Thanks for the cool integration!

MattDahEpic commented 3 months ago

This feature is included in version 0.1.3, simply use the Reconfigure feature to access the rate list again. image

I've also updated the README with notes recommending using a helper. Thank you for your feedback!

Particpant commented 3 months ago

Thank you!