Merge pull request #1723 from CCOSTAN/codex/Add-Sidebar
Add Custom Sidebar developer tools shortcutpull/1764/head
commit
a23e4b2c3d
@ -1,45 +0,0 @@
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# GitHub Watched Repo Scout - Nightly Joanna review of watched repos
|
||||
# Schedules Joanna to review unread watched-repo notifications for HA ideas.
|
||||
# -------------------------------------------------------------------
|
||||
# Notes: Joanna native GitHub scout logic runs in docker_17/codex_appliance.
|
||||
# Notes: Successfully processed watched-repo notifications are marked read by Joanna.
|
||||
######################################################################
|
||||
|
||||
automation:
|
||||
- id: github_watched_repo_scout_nightly
|
||||
alias: GitHub Watched Repo Scout - Nightly Joanna Review
|
||||
description: Ask Joanna nightly to review unread watched-repo GitHub notifications for Home Assistant ideas.
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: time
|
||||
at: "03:15:00"
|
||||
variables:
|
||||
trigger_context: "HA automation github_watched_repo_scout_nightly (GitHub Watched Repo Scout - Nightly Joanna Review)"
|
||||
action:
|
||||
- service: script.send_to_logbook
|
||||
data:
|
||||
topic: "GITHUB"
|
||||
message: "Requesting Joanna nightly watched-repo scout review."
|
||||
- service: script.joanna_dispatch
|
||||
data:
|
||||
trigger_context: "{{ trigger_context }}"
|
||||
source: "home_assistant_automation.github_watched_repo_scout_nightly"
|
||||
summary: "Nightly GitHub watched-repo scout review for Home Assistant ideas"
|
||||
diagnostics: >-
|
||||
schedule=03:15:00,
|
||||
inbox_scope=unread,
|
||||
repo_scope=watched,
|
||||
create_issues=true,
|
||||
mark_read_on_success=true
|
||||
request: >-
|
||||
Review unread GitHub notifications from watched repositories only.
|
||||
Look for interesting Home Assistant configuration ideas we could apply in
|
||||
our own repo, send a concise nightly recap, create or refresh one
|
||||
GitHub issue per strong candidate in CCOSTAN/Home-AssistantConfig, and
|
||||
mark each watched-repo notification read only after it has been
|
||||
processed successfully. Leave failed items unread for the next run.
|
||||
@ -0,0 +1,18 @@
|
||||
######################################################################
|
||||
# @CCOSTAN - Follow Me on X
|
||||
# For more info visit https://www.vcloudinfo.com/click-here
|
||||
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
||||
# -------------------------------------------------------------------
|
||||
# Custom Sidebar - Developer Tools shortcut
|
||||
# Restores Developer Tools as a bottom sidebar item.
|
||||
# -------------------------------------------------------------------
|
||||
# Notes: Custom Sidebar is loaded via frontend.extra_module_url and managed by HACS.
|
||||
######################################################################
|
||||
|
||||
order:
|
||||
- new_item: true
|
||||
item: developer_tools
|
||||
name: Developer Tools
|
||||
icon: mdi:hammer
|
||||
href: /config/developer-tools
|
||||
bottom: true
|
||||
Loading…
Reference in new issue