mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Drop unused ATTR_ENTRY_TYPE constant (#58400)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
parent
367c4d3676
commit
3c83f31dea
@ -21,7 +21,6 @@ CONF_DECLINATION = "declination"
|
|||||||
CONF_AZIMUTH = "azimuth"
|
CONF_AZIMUTH = "azimuth"
|
||||||
CONF_MODULES_POWER = "modules power"
|
CONF_MODULES_POWER = "modules power"
|
||||||
CONF_DAMPING = "damping"
|
CONF_DAMPING = "damping"
|
||||||
ATTR_ENTRY_TYPE: Final = "entry_type"
|
|
||||||
ENTRY_TYPE_SERVICE: Final = "service"
|
ENTRY_TYPE_SERVICE: Final = "service"
|
||||||
|
|
||||||
SENSORS: tuple[ForecastSolarSensorEntityDescription, ...] = (
|
SENSORS: tuple[ForecastSolarSensorEntityDescription, ...] = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user