Skip to content

Commit

Permalink
Fix device naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinjanssen authored Sep 13, 2023
1 parent af4c9f0 commit cd5053d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/ojmicroline_thermostat/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],)
Expand Down

0 comments on commit cd5053d

Please sign in to comment.