mirror of
https://github.com/home-assistant/core.git
synced 2025-05-04 22:19:17 +00:00
Update py-melissa-climate to 2.1.4 (#39708)
* Bumping melissa version Took 48 minutes * Black Took 6 minutes Co-authored-by: magnusknutas <magnus@thefarm.se>
This commit is contained in:
parent
a3c45a6f89
commit
af47a94e70
@ -170,7 +170,9 @@ class MelissaClimate(ClimateEntity):
|
||||
self._cur_settings.update(value)
|
||||
except AttributeError:
|
||||
old_value = None
|
||||
if not await self._api.async_send(self._serial_number, self._cur_settings):
|
||||
if not await self._api.async_send(
|
||||
self._serial_number, "melissa", self._cur_settings
|
||||
):
|
||||
self._cur_settings = old_value
|
||||
|
||||
async def async_update(self):
|
||||
|
@ -2,6 +2,6 @@
|
||||
"domain": "melissa",
|
||||
"name": "Melissa",
|
||||
"documentation": "https://www.home-assistant.io/integrations/melissa",
|
||||
"requirements": ["py-melissa-climate==2.0.0"],
|
||||
"requirements": ["py-melissa-climate==2.1.4"],
|
||||
"codeowners": ["@kennedyshead"]
|
||||
}
|
||||
|
@ -1167,7 +1167,7 @@ py-canary==0.5.0
|
||||
py-cpuinfo==7.0.0
|
||||
|
||||
# homeassistant.components.melissa
|
||||
py-melissa-climate==2.0.0
|
||||
py-melissa-climate==2.1.4
|
||||
|
||||
# homeassistant.components.nightscout
|
||||
py-nightscout==1.2.1
|
||||
|
@ -561,7 +561,7 @@ py-august==0.25.0
|
||||
py-canary==0.5.0
|
||||
|
||||
# homeassistant.components.melissa
|
||||
py-melissa-climate==2.0.0
|
||||
py-melissa-climate==2.1.4
|
||||
|
||||
# homeassistant.components.nightscout
|
||||
py-nightscout==1.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user