Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Feat: Plugins #8

@droans

Description

@droans

Allow plugins to be created. Plugins would have their own definition in the config yaml. They would act similarly to functions but would receive the configuration from the file.

Example:

plugins:
  hass:
    plugin: homeassistant
    config:
      url: https://my.hass.com
      api: XXXXXXXX
      port: 443
      ssl: true

Object would be generated at startup and added to the environment for users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions