Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.22 KB

File metadata and controls

25 lines (19 loc) · 1.22 KB

Zaptec

Validate Homey App Build Homey App

Adds support for Zaptec charging products.

Documentation

Integration guide is found here

Github actions

Homey validate the code automatically when pushing to the main branch.

To use the github action for versioning, tagging, changelog and publishing, one need to aquire a personal access token (PAT) from Developer portal and save it as a secret in your repository named HOMEY_PAT.

Links

Homey App
Homey Community

Using Material Web for components. Import modules in index.js And bundle using rollup:

cd widgets/lights/public &&
npx rollup -p @rollup/plugin-node-resolve index.js -o bundle.js