Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 10, 2026

Homey compose projects manage translations in /.homeycompose/locales, not /locales. The widget also needs to follow the standardized basic-widget CSS pattern used by Timer and other widgets.

Changes

Locale management

  • Moved translations from /locales/*.json/.homeycompose/locales/*.json (13 languages)

Widget standardization

  • Changed HTML structure from custom .step-sequence classes to .basic-widget pattern:
    <!-- Before: Custom layout -->
    <div class="step-sequence">
      <div class="step-sequence-caption">...</div>
      <div class="step-sequence-step">...</div>
    </div>
    
    <!-- After: Standard basic-widget pattern -->
    <div class="basic-widget">
      <div class="basic-widget-caption">
        <div class="basic-widget-header">...</div>
        <div class="basic-widget-content">...</div>
      </div>
    </div>
  • Simplified CSS from custom styles to base imports only
  • Removed icon elements (cycles lack color/icon properties unlike timers/labels)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 10, 2026 12:29
Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
…fety

Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Copilot AI changed the title [WIP] Add widget to display current step in sequences Add read-only widget for step sequences (cycles) Feb 10, 2026
Copilot AI requested a review from basmilius February 10, 2026 12:34
Copilot AI and others added 2 commits February 10, 2026 12:49
…e widget

Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Co-authored-by: basmilius <978257+basmilius@users.noreply.github.com>
Copilot AI changed the title Add read-only widget for step sequences (cycles) Use Homey compose patterns for step sequence widget Feb 10, 2026
@basmilius basmilius changed the title Use Homey compose patterns for step sequence widget Add step sequence widget. Feb 10, 2026
@basmilius basmilius changed the title Add step sequence widget. Add step sequence widget Feb 10, 2026
@basmilius basmilius marked this pull request as ready for review February 10, 2026 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants