Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Github Action: Trigger your Philips Hue lights from your Github workflow 💡

License

jgomke/hue-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hue Action

Hue Action

Trigger your Philips Hue lights from your Github workflows.

Inputs

hueWebhook

Required The webhook URL generated by https://hueaction.dev.

hueLightId

Required The light ID to be triggered.

Outputs

lightStatus

The light updated status: True if the light has been triggered.

Example usage

  1. Go to https://hueaction.dev and authorize the app to access your Hue account.

  2. Follow the instructions from https://hueaction.dev to get the hueWebhook URL. Note: The hueWebhook URL is private and should not be shared publicly.

  3. Add this Action to your workflow:

uses: manekinekko/[email protected]
if: success()
with:
  hueWebhook: ${{ secrets.HUEACTION_WEBHOOK }}
  hueLightId: "5"
  hueStatus: "success"

About

Github Action: Trigger your Philips Hue lights from your Github workflow 💡

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%