1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Show graph for zone in more info (#13475)

This commit is contained in:
Paulus Schoutsen
2022-08-24 10:18:45 -04:00
committed by GitHub
parent d64ade3848
commit 166d6f1c88
5 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ import { HomeAssistant } from "../types";
import { UNAVAILABLE_STATES } from "./entity";
const LOGBOOK_LOCALIZE_PATH = "ui.components.logbook.messages";
export const CONTINUOUS_DOMAINS = ["counter", "proximity", "sensor"];
export const CONTINUOUS_DOMAINS = ["counter", "proximity", "sensor", "zone"];
export interface LogbookStreamMessage {
events: LogbookEntry[];