Skip to content

Commit

Permalink
Merge pull request #20 from zenz/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
zenz authored Sep 23, 2024
2 parents f481ce4 + ac73a96 commit d6968d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/airtub_udp/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(self, hass, name, mode):
"""Initialize the climate device."""
self._enable_turn_on_off_backwards_compatibility = False
self._unique_id = name
self.entity_id = f"climate.{name}"
self._name = self._generate_friendly_name()
self._hass = hass
self._mode = mode
Expand Down
2 changes: 1 addition & 1 deletion custom_components/airtub_udp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"issue_tracker": "https://github.com/zenz/airtub_ha_reader/issues",
"requirements": [],
"single_config_entry": true,
"version": "2.0.10"
"version": "2.0.11"
}

0 comments on commit d6968d7

Please sign in to comment.