Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Feature Request: Extend Unit option into set_option_active service #129

Description

@crhammock

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions