mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Disable sun.sun no platform log (#95450)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user