-
Notifications
You must be signed in to change notification settings - Fork 44
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 Magic areas + chips #76
Conversation
Tanks you for your effort :) So, if I understand correctly... Could you please add doc-blocks for the added functions/methods, comments to explain the purpose of the pieces of code and also refactor variable/property names into more descriptive ones. E.g. PS: Don't push content of the |
And this one includes the commits from #75. Specifically, this MR adds 2 new requirements:
And I wish the AreaCard could automatically create a chip for all lights/media_players/etc, without requiring a group to be configured.
Noted, I will, on #75 first ;-) ! |
Warning The |
Hey, closing as I won't be working more on this implementation. I am exploring a different approach: https://github.com/adrienbrault/ha-jsx-strategy |
Hey,
This includes #75, with the addition of chips for lights, climate, motion and media players.
Here's what it looks like:
This is a start, WDYT?