Add calendar domain to sensors (#15002)

This commit is contained in:
Franck Nijhof 2023-01-06 09:43:57 +01:00 committed by GitHub
parent b2d5304488
commit f2a67a5fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,6 +201,7 @@ export const DOMAINS_WITH_CARD = [
export const SENSOR_ENTITIES = [
"sensor",
"binary_sensor",
"calendar",
"camera",
"device_tracker",
"weather",