Skip to content

Comments

Pomodoro#106

Open
Akio9090-dev wants to merge 18 commits intoopenhome-dev:devfrom
Akio9090-dev:patch-3
Open

Pomodoro#106
Akio9090-dev wants to merge 18 commits intoopenhome-dev:devfrom
Akio9090-dev:patch-3

Conversation

@Akio9090-dev
Copy link
Contributor

@Akio9090-dev Akio9090-dev commented Feb 20, 2026

What does this Ability do?

Suggested Trigger Words

Type

  • New community Ability
  • Improvement to existing Ability
  • Bug fix
  • Documentation update

External APIs

  • No external APIs
  • Uses external API(s):

Testing

  • Tested in OpenHome Live Editor
  • All exit paths tested (said "stop", "exit", etc.)
  • Error scenarios tested (API down, bad input, etc.)

Checklist

  • Files are in community/my-ability-name/
  • main.py follows SDK pattern (extends MatchingCapability, has register_capability + call)
  • README.md included with description, suggested triggers, and setup
  • resume_normal_flow() called on every exit path
  • No print() — using editor_logging_handler
  • No hardcoded API keys — using placeholders
  • No blocked imports (redis, connection_manager, user_config)
  • No asyncio.sleep() or asyncio.create_task() — using session_tasks
  • Error handling on all external calls
  • Tested in OpenHome Live Editor

Anything else?

Akio9090-dev and others added 9 commits February 17, 2026 03:39
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
@Akio9090-dev Akio9090-dev requested a review from a team as a code owner February 20, 2026 23:42
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

🔀 Branch Merge Check

PR direction: patch-3dev

Passedpatch-3dev is a valid merge direction

@github-actions github-actions bot added the community-ability Community-contributed ability label Feb 20, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

✅ Ability Validation Passed

📋 Validating: community/Pomodoro
  ✅ All checks passed!

@github-actions
Copy link
Contributor

github-actions bot commented Feb 20, 2026

🔍 Lint Results

🔧 Auto-formatted

Some files were automatically cleaned and formatted with autoflake + autopep8 and committed.

  • Unused imports removed (autoflake)
  • Unused variables removed (autoflake)
  • PEP8 formatting applied (autopep8)

__init__.py — Empty as expected

Files linted: community/Pomodoro/main.py

✅ Flake8 — Passed

✅ All checks passed!

Akio9090-dev and others added 5 commits February 21, 2026 04:43
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
Signed-off-by: Akio9090-dev <kana72867@gmail.com>
@github-actions github-actions bot added the first-contribution First-time contributor label Feb 21, 2026
@Rizwan-095
Copy link
Contributor

Kindly look at the validate_ability.py file in root directory of this repo again there are few changes so build your ability according to that. Also check out template again their are changes in register_capability function.
Also look at these docs.
https://docs.openhome.com/how_to_build_an_ability

Akio9090-dev and others added 4 commits February 21, 2026 23:15
@codermohsin
Copy link
Contributor

under review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-ability Community-contributed ability first-contribution First-time contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants