msp1974 / homeassistant-jlrincontrol

An integration for JLR InControl to Home Assistant
MIT License
65 stars 11 forks source link

How to set climate temp with new switch in v3.0.0beta7 #139

Closed BNWEIN closed 6 months ago

BNWEIN commented 6 months ago

How do i set the temperature when using the new "switch.mycar_climate_engine"

I previously used the "Jaguar Landrover InControl: start_vehicle" but i believe this is being depreciated.

Thanks in advanced for any help!

ismarslomic commented 6 months ago

You can set the default target climate temperature in the Integration Configuration, which be used when using the Climate Switch UI component.

image

I think you should still be able to use the start_vehicle service, but it is deprecated and you are encouraged to use the switch.turn_on service in stead. But latter service does not allow sending target temperature as argument.

We will do more work on services and documentation of those, before finalising the beta release