1
0
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:
Franck Nijhof
2022-01-06 14:52:08 +01:00
committed by GitHub
parent 63c113f78d
commit fb9ea981ed
+6 -4
View File
@@ -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",