Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for a generic device plugin as a default app in smol-k8s-lab and add more default home assistant secret keys #177

Merged
merged 2 commits into from
Mar 18, 2024

Conversation

jessebot
Copy link
Collaborator

@jessebot jessebot commented Mar 18, 2024

  • This new app solves the issue of not being able to detect USB devices by just installing the generic device plugin. You can learn more about device plugins here.

  • We also updated home assistant and added a few new secret keys:

apps:
  home_assitant:
    argo:
      secret_keys:
        unit_system: "metric"
        temperature_unit: "C"
        # these are for passing in a USB device such as a the conbee II
        usb_device_path: ""
        usb_device_mount_path: "/dev/ttyACM0"
        usb_device_index: "0"
  • sneaking in an upgrade to the mkdocs-material dep.

Goes with this PR: small-hack/argocd-apps#616 (and this patch commit small-hack/argocd-apps@0cf833a)

@jessebot jessebot added the ✨ enhancement New feature request label Mar 18, 2024
@jessebot jessebot requested a review from cloudymax March 18, 2024 11:32
@jessebot jessebot self-assigned this Mar 18, 2024
@jessebot jessebot changed the title add support for a generic device plugin as a default app in smol-k8s-lab add support for a generic device plugin as a default app in smol-k8s-lab and add more default home assistant secret keys Mar 18, 2024
@jessebot jessebot merged commit 1b346c1 into main Mar 18, 2024
4 checks passed
@jessebot jessebot deleted the add-generic-device-plugin branch March 18, 2024 13:59
jessebot added a commit that referenced this pull request May 15, 2024
…lab and add more default home assistant secret keys (#177)

* add support for a generic device plugin

* add new secret keys for home assistant for units and device paths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant