mirror of
https://github.com/home-assistant/frontend.git
synced 2026-05-08 17:28:46 +01:00
Ignore button in scenes (#11109)
This commit is contained in:
+6
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user