Update KNX frontend - add Group monitor telegram detail view (#95144)

* Use TelegramDict for WS communication

* Update knx_frontend
This commit is contained in:
Matthias Alphart 2023-06-25 14:58:08 +02:00 committed by GitHub
parent f84887d5f8
commit 2ce23c17ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 89 additions and 127 deletions

View file

@ -114,20 +114,6 @@ class KNXConfigEntryData(TypedDict, total=False):
telegram_log_size: int # not required
class KNXBusMonitorMessage(TypedDict):
"""KNX bus monitor message."""
destination_address: str
destination_text: str | None
payload: str
type: str
value: str | None
source_address: str
source_text: str | None
direction: str
timestamp: str
class ColorTempModes(Enum):
"""Color temperature modes for config validation."""