Hyundai-Kia-Connect / kia_uvo

A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.
MIT License
422 stars 85 forks source link

feat(EU): Vehicle2Load Discharge Limit Sensors #821

Closed jwillemsen closed 8 months ago

jwillemsen commented 8 months ago

Expose Vehicle2Load Discharge limit, currently no set is supported, but the value is now shown correctly in HA

jwillemsen commented 8 months ago

Fixed https://github.com/Hyundai-Kia-Connect/kia_uvo/issues/819

fuatakgun commented 8 months ago

Expose Vehicle2Load Discharge limit, currently no set is supported, but the value is now shown correctly in HA

if set is not supported, let's expose it as SENSOR rather than NUMBER

jwillemsen commented 8 months ago

Expose Vehicle2Load Discharge limit, currently no set is supported, but the value is now shown correctly in HA

if set is not supported, let's expose it as SENSOR rather than NUMBER

Hopefully we can make it supported soon (currently not having enough time), making it now a number and change it in some weeks to a sensor leads to an unavailable sensor at that moment.

fuatakgun commented 8 months ago

I don't think it is a big thing to worry about?

cdnninja commented 8 months ago

I don't believe changing the type will make it unavailable so long as the ID doesn't change. I do agree to use a sensor as we will get tickets saying the slider isn't working.

jwillemsen commented 8 months ago

Ok, will create a new branch with that idea asap