Hide automations from generated UI (#4748)

This commit is contained in:
Paulus Schoutsen 2020-02-04 00:27:26 -08:00 committed by GitHub
parent 42cbe863bb
commit c54b474838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ const DOMAINS_BADGES = [
"timer",
];
const HIDE_DOMAIN = new Set([
"automation",
"configurator",
"device_tracker",
"geo_location",