Skip to content

Commit

Permalink
Update intents and documentation (#7)
Browse files Browse the repository at this point in the history
* Update disable intent and tests
Add logo
Update readme documentation

* Update skill.json

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Apr 9, 2024
1 parent 4e0566a commit c9bb37f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src='https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png' card_color="#FF8600" width="50" style="vertical-align:bottom">Ready
# <img src='./logo.svg' card_color="#FF8600" width="50" style="vertical-align:bottom" style="vertical-align:bottom">Ready

## Summary

Skill to speak when Neon is ready
Skill to speak a notification when Neon is ready.

## Description

Expand Down
2 changes: 1 addition & 1 deletion locale/en-us/intent/disable_ready_notification.intent
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(disable|turn off|deactivate) (ready|start|startup|start up|boot|load|readiness|started|booted|loaded) (sound|notification|speech|sounds|notifications)
(disable|turn off|deactivate|stop) (ready|start|startup|start up|boot|load|readiness|started|booted|loaded) (sound|notification|speech|sounds|notifications)
1 change: 1 addition & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Ready",
"url": "https://github.com/NeonGeckoCom/skill-core_ready",
"summary": "Skill to speak when Neon is ready",
"short_description": "Skill to speak when Neon is ready",
"summary": "Skill to speak a notification when Neon is ready.",
"short_description": "Skill to speak a notification when Neon is ready.",
"description": "When Neon is started or restarted, this skill will speak a notification to the user. This speech can be enabled/disabled by intent.",
"examples": [
"Enable ready notifications.",
Expand Down Expand Up @@ -30,7 +30,7 @@
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"icon": "logo.svg",
"category": "Daily",
"categories": [
"Daily"
Expand Down
3 changes: 2 additions & 1 deletion test/test_intents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ en-us:
- disable readiness sounds
- turn off load sound
- deactivate start speech
- disable startup notification
- disable startup notification
- stop startup speech

0 comments on commit c9bb37f

Please sign in to comment.