Skip to content

Commit

Permalink
Add counter to logbook continuous domains (home-assistant#12888)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jun 6, 2022
1 parent f464bcf commit 75562ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/logbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];
Expand Down

0 comments on commit 75562ef

Please sign in to comment.