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

Allow setting up component from web interface #7

Open
bezmi opened this issue Dec 11, 2021 · 4 comments
Open

Allow setting up component from web interface #7

bezmi opened this issue Dec 11, 2021 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bezmi
Copy link
Owner

bezmi commented Dec 11, 2021

Currently the only way to set up the component it to edit the yaml. We need to add the necessary stuff to allow setup from the web interface.

@bezmi bezmi added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Nov 4, 2022
@bezmi bezmi pinned this issue Nov 4, 2022
@roninf
Copy link

roninf commented Dec 14, 2022

If i can be of any help let me know...unfortunately i do not know what needs to be done....

@bezmi
Copy link
Owner Author

bezmi commented Dec 14, 2022

Basic functionality is mostly implemented on the current master branch. The config flow allows setting the same values as configuration.yaml in v2.0.0. Before releasing v2.1.0, there are a few things to do:

  1. Implement an options flow, so settings may be changed later without having to delete and reconfigure the integration
  2. For now, there is a JVC Projector device, with a single remote entity attached to it. I would like to expose the attributes (power_state, input, picture_mode, etc) from the remote entity as sensor entities attached to the JVC Projector device to simplify automation for new users. The remote entity should remain untouched (keep all of the attributes), so the integration doesn't break for people on v2.0.0.

I'm not sure what your experience level is with python/home assistant, but the plan is above :)

@roninf
Copy link

roninf commented Dec 14, 2022

I think i would need to learn Python first... no clue about it. Dont know if thats a leaning from scratch by doing thing...

@bezmi
Copy link
Owner Author

bezmi commented Dec 15, 2022

Yes. If you use the component, then consider adding any information about your automations to the discussion board to help other users, or update the documentation to be more helpful. These are both great ways of contributing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants