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

Add Config Buttons to HomeAssistant for Common Tasks (Join, Pair, Refresh, Sync) #534

Open
krkeegan opened this issue Nov 12, 2024 · 0 comments

Comments

@krkeegan
Copy link
Collaborator

HomeAssistant has an entity_category called "config" and "diagnostic" that allows for a device to be configured within HomeAssistant.

I have been using a custom discovery template for some time that creates a handful of config buttons and a single diagnostic output. They look something like:

image

The Log sensor is a little limiting. But it works. This has made adding new devices a lot easier than having to open up the terminal UI to do routine tasks.

This really only requires some additions to the discovery templates. However, I may add some code to make enabling these optional, as it adds a number of entities for each device which some may feel pollutes the name space in home assistant. However, this seems to be a common design in HomeAssistant now, so I think most peoples entity namespace is already quite overflowing.

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

1 participant