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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",