Skip to content

Commit

Permalink
Merge pull request #79 from robbinjanssen/robbinjanssen-patch-1
Browse files Browse the repository at this point in the history
Fix device naming issue
  • Loading branch information
robbinjanssen committed Sep 13, 2023
2 parents 6600053 + fd15b5d commit de25d7c
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 391 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
4 changes: 2 additions & 2 deletions custom_components/ojmicroline_thermostat/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/robbinjanssen/home-assistant-ojmicroline-thermostat/issues",
"requirements": [
"ojmicroline-thermostat==1.1.1"
"ojmicroline-thermostat==1.1.3"
],
"version": "1.1.1"
"version": "1.1.3"
}

0 comments on commit de25d7c

Please sign in to comment.