Display transmitted messages in MQTT debug info dialog#11531
Merged
bramkragten merged 3 commits intohome-assistant:devfrom Feb 15, 2022
Merged
Display transmitted messages in MQTT debug info dialog#11531bramkragten merged 3 commits intohome-assistant:devfrom
bramkragten merged 3 commits intohome-assistant:devfrom
Conversation
Collaborator
Author
|
The backend change is merged, this should be GTG |
bramkragten
reviewed
Feb 10, 2022
| <li class="message"> | ||
| <div class="time"> | ||
| Received | ||
| ${this.direction} |
Member
There was a problem hiding this comment.
You could have kept it 1 element and add a direction property to it 😄
bramkragten
reviewed
Feb 10, 2022
src/translations/en.json
Outdated
| "no_triggers": "No triggers", | ||
| "payload_display": "Payload display", | ||
| "recent_messages": "{n} most recently received message(s)", | ||
| "recent_rx_messages": "{n} most recently received message(s)", |
Member
There was a problem hiding this comment.
This means we lose all translations for this string
Collaborator
Author
There was a problem hiding this comment.
Oh, that makes sense, I'll clean that up!
bramkragten
approved these changes
Feb 15, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed change
Display transmitted messages in MQTT debug info dialog
Depends on core PR home-assistant/core#65550
Screenshot:

Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: