diff --git a/custom_components/ojmicroline_thermostat/climate.py b/custom_components/ojmicroline_thermostat/climate.py index b91505b..af0dc2a 100644 --- a/custom_components/ojmicroline_thermostat/climate.py +++ b/custom_components/ojmicroline_thermostat/climate.py @@ -101,6 +101,7 @@ class OJMicrolineThermostat( ) _attr_temperature_unit = TEMP_CELSIUS _attr_has_entity_name = True + _attr_name = None idx = str options = (Mapping[str, Any],)