Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config should not force building layout #1

Open
ede1998 opened this issue Feb 14, 2019 · 0 comments
Open

config should not force building layout #1

ede1998 opened this issue Feb 14, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ede1998
Copy link
Owner

ede1998 commented Feb 14, 2019

The config files should be more generic.

Suggestion

  • one container type for pages
  • one box for subsections of
  • those can be nested infinitely
project: the project name
pages:
  - name: page title
  - url: url_for_page
  - pages: # optional, can be nested
    - name: subpage
    - url: sp
    - boxes:
      - Light:
          read: 1/2/3 # knx group address for reads
          write: 4/5/6 # knx group address for writes
          name: display name
@ede1998 ede1998 added the enhancement New feature or request label Feb 14, 2019
@ede1998 ede1998 self-assigned this Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant