Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added description for alexa-item-properties in plugin-yaml #984

Merged
merged 1 commit into from
Dec 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions alexa4p3/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,20 @@ item_attributes:
en: 'alternative Alexa device names to access the device'

alexa_range_delta:
type: num
mandatory: False
description:
de: 'Wert für das Stufenweise erhöhen eines Range-Controllers - z.b. Rolladen fahre hoch - Wert von range_delta wird verwendet'
en: 'Value to increase Value step by step for a range-controller - example : lift blind - value of range_delta will be used'
alexa_item_range:
type: str
mandatory: False
description:
de: ''
en: ''

de: 'Bereich in dem das Item angesteuert werden kann - Bsp.: 3000-6500'
en: 'Range to set the item to - example 3000-6500'
alexa_color_temp_delta:
type: str
type: num
mandatory: False
description:
de: ''
en: ''
de: 'Wert in Kelvin um den ein Tunable White Licht wärmer / kälter gestellt werden soll - Bsp.: 2200'
en: 'Value in kelvin to increase/decrease Value of a tunable white light, for example : 2200'