Hey,
I’m just creating an addon for myself to parse data given by a sensor with a blueprint (basically a json file) from the vendor.
I want to add options so the user can choose which sensor should be parsed with which blueprint-file. But I never see any options:
This is my config.yaml:
name: "Blueprint-Parser"
description: "mioty Blueprint-Parser"
version: "1.0.0"
slug: "blueprint_parser"
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
options:
sensor_types:
- name: Limette
eui: 1234567890123456
blueprint: Test.json
schema:
sensor_types:
- name: str
eui: str
blueprint: str
Can anybody help what I made wrong?
Best wishes
Jonas