Hide script/sun from generated Lovelace (#10418)

This commit is contained in:
Paulus Schoutsen 2021-10-26 23:20:50 -07:00 committed by GitHub
parent bd1a9f2cb0
commit da38e6f986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,8 @@ const HIDE_DOMAIN = new Set([
"device_tracker", "device_tracker",
"geo_location", "geo_location",
"persistent_notification", "persistent_notification",
"script",
"sun",
"zone", "zone",
]); ]);