OpenHausIO / plugin-boilerplate

Plugin Boilerplate for custom integrations
0 stars 0 forks source link

Query plugin intents from setup wizard #9

Open mStirner opened 1 month ago

mStirner commented 1 month ago

Query plugin intents as checklist from wizard, and create a "metadata.json"/"installation.json". Could also be used to update the README.md when #8 is implemented.

mStirner commented 1 month ago
{
    type: "checkbox",
    name: "plugin_intents",
    choices: [
        "devices", "endpoints", "mdns", "mqtt",
        "plugins", "rooms", "scenes", "ssdp",
        "store", "users", "vault", "webhooks"
    ]
}, 
{
  delete_examples_folder: false,
  set_pkg_name: false,
  generate_uuid: false,
  plugin_intents: [ 'devices', 'endpoints', 'mdns', 'mqtt' ],
  remove_setup_wizard: false
}