mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Ignore button in scenes (#11109)
This commit is contained in:
parent
63c113f78d
commit
fb9ea981ed
@ -6,13 +6,15 @@ import { navigate } from "../common/navigate";
|
||||
import { HomeAssistant, ServiceCallResponse } from "../types";
|
||||
|
||||
export const SCENE_IGNORED_DOMAINS = [
|
||||
"sensor",
|
||||
"binary_sensor",
|
||||
"device_tracker",
|
||||
"person",
|
||||
"persistent_notification",
|
||||
"button",
|
||||
"configuration",
|
||||
"device_tracker",
|
||||
"image_processing",
|
||||
"input_button",
|
||||
"persistent_notification",
|
||||
"person",
|
||||
"sensor",
|
||||
"sun",
|
||||
"weather",
|
||||
"zone",
|
||||
|
Loading…
x
Reference in New Issue
Block a user