Skip to content

Creates json with information for custom_updater and custom_component_store.

License

Notifications You must be signed in to change notification settings

hakana/customjson

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customjson Build Status

This tool generates the "master" files that are used for the custom_updater and the custom_component_store

For the custom_updater it generates and update these jsonfiles:

For the custom_component_store it generates and updates ludeeus/data/custom-component-store/V1

Install

Require Python version 3.5.3+

python3 -m pip install -U customjson

Example

customjson --token aaabbbccc111222333 --mode component

CLI options

param alias description
--token -T An GitHub access_token with repo permissions.
--push -P Push a new repos.json file to the information repo.
--mode -M Must be card or component.
--version -V Print the installed version.

Add more resources

Components

The easiest way to add additional resources is to reuse the json file used by 'custom_updater' if yo have that.

Examples:

https://github.com/ludeeus/customjson/blob/f0fd9643a3a5af63c5dc02cd228dfad99796fe3e/customjson/components/custom_updater.py#L7-L16

But there are other ways if you look in the /customjson/components/ dir you can see different implementations that give more granular control.

cards

look in the /customjson/cards/ dir to see different implementations


BuyMeCoffee

About

Creates json with information for custom_updater and custom_component_store.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%