I have been starting to use the Home Assistant HomeConnect integration with my oven thanks to the recent feature. However I am unable to get the set_option_active service to work. The below detail from the API tool suggests the feature is only available on ovens yet the example perimeters use a dryer. When trying to perform such tasks as change the temperature or duration of the active program I get the following error
Error handling message: extra keys not allowed @ data['unit']. Got None
https://apiclient.home-connect.com/?url=https%3A//apiclient.home-connect.com/hcsdk-production.yaml&client_id=YOUR_CLIENT_ID#/programs/set_active_program_options
I am using the following YAML
service: home_connect_beta.set_option_active
data:
entity_id: switch.oven_power
key: Cooking.Oven.Option.SetpointTemperature
value: 180
unit: °C
I have been starting to use the Home Assistant HomeConnect integration with my oven thanks to the recent feature. However I am unable to get the set_option_active service to work. The below detail from the API tool suggests the feature is only available on ovens yet the example perimeters use a dryer. When trying to perform such tasks as change the temperature or duration of the active program I get the following error
Error handling message: extra keys not allowed @ data['unit']. Got None
https://apiclient.home-connect.com/?url=https%3A//apiclient.home-connect.com/hcsdk-production.yaml&client_id=YOUR_CLIENT_ID#/programs/set_active_program_options
I am using the following YAML