mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Merge pull request #6583 from molobrakos/voc-fix
Bump VOC version (fixes heater bug)
This commit is contained in:
commit
cada74df22
@ -19,7 +19,7 @@ import voluptuous as vol
|
||||
|
||||
DOMAIN = 'volvooncall'
|
||||
|
||||
REQUIREMENTS = ['volvooncall==0.3.2']
|
||||
REQUIREMENTS = ['volvooncall==0.3.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -736,7 +736,7 @@ upsmychoice==1.0.1
|
||||
uvcclient==0.10.0
|
||||
|
||||
# homeassistant.components.volvooncall
|
||||
volvooncall==0.3.2
|
||||
volvooncall==0.3.3
|
||||
|
||||
# homeassistant.components.verisure
|
||||
vsure==0.11.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user