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

feat: allow full script syntax in event section #112

Merged
merged 2 commits into from
Jun 15, 2024

Commits on May 15, 2024

  1. feat: allow full script syntax in event section

    This upgrades the current "list of services" restriction to allow the full syntax of HA scripts.
    
    fixes HASwitchPlate#65
    
    As a side-effect this also requires to generate a context for the script to run.
    
    see HASwitchPlate#96
    
    This can also be seen as a preparatory step to allow defining HASPObject-wide variables.
    
    see HASwitchPlate#63
    akloeckner committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d7ec526 View commit details
    Browse the repository at this point in the history
  2. chore: apply black style

    I just read the contributing guidelines...
    akloeckner committed May 15, 2024
    Configuration menu
    Copy the full SHA
    dc71991 View commit details
    Browse the repository at this point in the history