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

Use TelegramDict object from backend, add DPT infos #83

Merged
merged 3 commits into from
Jun 23, 2023
Merged

Conversation

farmio
Copy link
Member

@farmio farmio commented Jun 23, 2023

adds DPT information to the Group monitors info dialog

This needs the websocket methods updated in the backend. home-assistant/core@7c0e88d

Comment on lines +31 to +32
"Incoming": "Incoming",
"Outgoing": "Outgoing"
Copy link
Member Author

Choose a reason for hiding this comment

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

these strings are coming from xknx enums. I'd like to update the translation module to support sub-keys for those things in a future PR so leaving this as is for now.

{
  ...,
  "TelegramDict": {
    "Incoming": "Incoming",
    "Outgoing": "Outgoing"
  },
  "group_monitor": {
    "time": "Time",
    "title": "Group monitor",
    ...
  }

@farmio farmio merged commit 18b8d39 into main Jun 23, 2023
2 checks passed
@farmio farmio deleted the telegramDict branch June 23, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant