mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
parent
9f1e9b43fe
commit
246e426182
@ -12,7 +12,7 @@ import {
|
|||||||
import type { HomeAssistant } from "../../../types";
|
import type { HomeAssistant } from "../../../types";
|
||||||
|
|
||||||
const BUTTONS = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "", "0", "clear"];
|
const BUTTONS = ["1", "2", "3", "4", "5", "6", "7", "8", "9", "", "0", "clear"];
|
||||||
const ARM_ACTIONS = ["arm_away", "arm_home"];
|
const ARM_ACTIONS = ["arm_home", "arm_away"];
|
||||||
const DISARM_ACTIONS = ["disarm"];
|
const DISARM_ACTIONS = ["disarm"];
|
||||||
|
|
||||||
@customElement("more-info-alarm_control_panel")
|
@customElement("more-info-alarm_control_panel")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user