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

Improve input sensor selection in config flow #135

Closed
rautesamtr opened this issue Feb 6, 2022 · 3 comments
Closed

Improve input sensor selection in config flow #135

rautesamtr opened this issue Feb 6, 2022 · 3 comments

Comments

@rautesamtr
Copy link
Collaborator

The current sensor selection isn't ideal yet especially with a lot of valid entity entries. See #121

Find a better solution.

@jnxxx
Copy link

jnxxx commented Mar 13, 2022

It seems like a great integration, but how can I use an attribute as input?

Like this: state_attr('weather.mylocation', 'humidity')

@rautesamtr
Copy link
Collaborator Author

So revisiting this since we now have entity selectors available for config_flows. Those would resolve #141 with copy pastable id's and offer us text search. So the question remains how much we should still filter the available entities in the list or not.

@rautesamtr
Copy link
Collaborator Author

@jnxxx You can always create template sensors with the attribute as state and use that as input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants