mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05: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"
|
_attr_name = "Sun"
|
||||||
entity_id = ENTITY_ID
|
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
|
location: Location
|
||||||
elevation: Elevation
|
elevation: Elevation
|
||||||
|
Reference in New Issue
Block a user