Disable sun.sun no platform log (#95450)

This commit is contained in:
Martin Hjelmare
2023-06-28 17:06:23 +02:00
committed by GitHub
parent c14a2dd912
commit de4e3b5ffe

View File

@@ -121,6 +121,9 @@ class Sun(Entity):
_attr_name = "Sun"
entity_id = ENTITY_ID
# This entity is legacy and does not have a platform.
# We can't fix this easily without breaking changes.
_no_platform_reported = True
location: Location
elevation: Elevation