mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Disable sun.sun no platform log (#95450)
This commit is contained in:
parent
c14a2dd912
commit
de4e3b5ffe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user