How can I manually enable a sensor?

Trying to get “Internal_temperature” sensor from wlcrs visible.
Code says:

    HuaweiSolarSensorEntityDescription(
        key=rn.INTERNAL_TEMPERATURE,
        name="Internal temperature",
        native_unit_of_measurement=UnitOfTemperature.CELSIUS,
        device_class=SensorDeviceClass.TEMPERATURE,
        state_class=SensorStateClass.MEASUREMENT,
        entity_registry_enabled_default=False,
    ),

So - Look like I need to enable it manually? Right ?
How can I do this ?
Or - how can I access this sensor in the dashboard ?

Many thanks!
Regards
KipDotter