Filter alerts in services (#3598)

Closes https://github.com/home-assistant/home-assistant-polymer/issues/3597
This commit is contained in:
Ian Richardson 2019-09-03 15:23:10 -05:00 committed by Bram Kragten
parent 4f3abe1025
commit 5282a6504a

View File

@ -3,6 +3,7 @@ export const UNAVAILABLE = "unavailable";
export const ENTITY_COMPONENT_DOMAINS = [ export const ENTITY_COMPONENT_DOMAINS = [
"air_quality", "air_quality",
"alarm_control_panel", "alarm_control_panel",
"alert",
"automation", "automation",
"binary_sensor", "binary_sensor",
"calendar", "calendar",