Correct platform-support badges (TYPE_OPTIONS) to match ioBroker.iot - #644
Open
krobipd wants to merge 1 commit into
Open
Correct platform-support badges (TYPE_OPTIONS) to match ioBroker.iot#644krobipd wants to merge 1 commit into
krobipd wants to merge 1 commit into
Conversation
The Alexa/Google/Yandex icons in the device-type selector (TYPE_OPTIONS) drifted from what ioBroker.iot actually supports. Verified against the iot source gates and corrected: - Alexa (AlexaSmartHomeV3/Controls factory, 24 types): the badge showed only 8. Added the 16 that iot supports: airCondition, blind, button, door, gate, humidity, motion, rgb, rgbSingle, rgbwSingle, slider, temperature, vacuumCleaner, volume, volumeGroup, window. The old set matched the deprecated Alexa v2 list. - Google (googleHome converter map, 17 types): removed illuminance, percentage, rgbwSingle (no converter -> not exposed). - Yandex/Alisa (alisa converter map, 17 types): added buttonSensor, gate; removed percentage, rgbwSingle. The Material column is left unchanged (not cross-checked here). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
The Alexa/Google/Yandex icons in the device-type selector (
TYPE_OPTIONSinsrc-admin/src/Components/TypeOptions.tsx) have drifted from whatioBroker.iotactually supports today, so the badges are inaccurate in both directions.Verified against the current iot source gates (not the frontend
SMART_TYPESdropdown, which is stale):AlexaSmartHomeV3/Controls/index.tsfactory (24 types; each control's.typevia theControl.tsclass-name getter)googleHome.tsconverter map (17, no generic fallback)alisa.tsconverter map (17, no generic fallback)The Material column is intentionally left unchanged (not cross-checked against the material adapter in this PR).
One file, 19 values changed, no structural change.