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

fix(ui): settings refactor, fix mesh node names #456

Merged
merged 6 commits into from
Feb 4, 2021
Merged

Conversation

robertsLando
Copy link
Member

@@ -53,6 +53,11 @@ export default {
HomeAssistant,
NodeDetails
},
computed: {
showHass () {
return this.node.hassDevices && Object.keys(this.node.hassDevices).length > 0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it true that you configure hassDevices with this tab ?
In other words: shouldn't you tie the visibility of the HA tab to the mqtt being enabled OR some toggle to enable HA MQTT discovery ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You configure the ones I have discovered, you canno create new. If discovery is disabled no one will be created here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW settings have been completely refactored now. It's more clear and easy to use the gateway as only control panel

Moved gateway table to general section
@coveralls
Copy link

coveralls commented Feb 4, 2021

Pull Request Test Coverage Report for Build 537267691

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 20.784%

Totals Coverage Status
Change from base Build 536784812: 0.0%
Covered Lines: 1996
Relevant Lines: 9843

💛 - Coveralls

@robertsLando robertsLando changed the title fix(ui): show/hide hass devices tab, fix mesh node names fix(ui): settings refactor, fix mesh node names Feb 4, 2021
@robertsLando robertsLando merged commit 24f9daa into master Feb 4, 2021
@robertsLando robertsLando deleted the mesh-and-hass branch February 4, 2021 13:36
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

Successfully merging this pull request may close these issues.

3 participants