1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add counter to logbook continuous domains (#12888)

This commit is contained in:
J. Nick Koston
2022-06-05 18:46:56 -10:00
committed by GitHub
parent f464bcfc14
commit 75562efb79

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 = ["proximity", "sensor"];
export const CONTINUOUS_DOMAINS = ["counter", "proximity", "sensor"];
export interface LogbookStreamMessage {
events: LogbookEntry[];