-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Conversation
@@ -53,6 +53,11 @@ export default { | |||
HomeAssistant, | |||
NodeDetails | |||
}, | |||
computed: { | |||
showHass () { | |||
return this.node.hassDevices && Object.keys(this.node.hassDevices).length > 0 |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Pull Request Test Coverage Report for Build 537267691
💛 - Coveralls |
cc @marcelveldt