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

View File

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