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

Allow passing an array of channels to item builder #375

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

ccutrer
Copy link
Contributor

@ccutrer ccutrer commented Dec 28, 2024

Also add fluent aliases for adding multiple channels, groups and tags, and clarify documentation.

Also fixes calling channel on a GroupItemBuilder, because it was being shadowed by Terse#channel, because DSL was getting included unecessarily (we only need EntityLookup, which is already explicitly included).

Fixes #374

@jimtng jimtng added the enhancement New feature or request label Dec 29, 2024
Also add fluent aliases for adding multiple channels, groups and tags,
and clarify documentation.

Also fixes calling `channel` on a `GroupItemBuilder`, because it was
being shadowed by `Terse#channel`, because `DSL` was getting included
unecessarily (we only need `EntityLookup`, which is already explicitly
included).

Fixes openhab#374

Signed-off-by: Cody Cutrer <cody@cutrer.us>
@ccutrer ccutrer force-pushed the item-builder-channels branch from a020e1b to 1da6fbf Compare January 3, 2025 17:09
@ccutrer ccutrer merged commit 4629c2a into openhab:main Jan 3, 2025
26 checks passed
@ccutrer ccutrer deleted the item-builder-channels branch January 3, 2025 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow more than one channel in item builder
2 participants