mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +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";
|
import { HomeAssistant, ServiceCallResponse } from "../types";
|
||||||
|
|
||||||
export const SCENE_IGNORED_DOMAINS = [
|
export const SCENE_IGNORED_DOMAINS = [
|
||||||
"sensor",
|
|
||||||
"binary_sensor",
|
"binary_sensor",
|
||||||
"device_tracker",
|
"button",
|
||||||
"person",
|
|
||||||
"persistent_notification",
|
|
||||||
"configuration",
|
"configuration",
|
||||||
|
"device_tracker",
|
||||||
"image_processing",
|
"image_processing",
|
||||||
|
"input_button",
|
||||||
|
"persistent_notification",
|
||||||
|
"person",
|
||||||
|
"sensor",
|
||||||
"sun",
|
"sun",
|
||||||
"weather",
|
"weather",
|
||||||
"zone",
|
"zone",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user