Minor version bump for anthemav package (#21932)
Additional Python 3.7 fixes in the anthemav package. See also: https://pypi.org/project/anthemav/pull/21935/head
parent
e7c85d350e
commit
4f49bdf262
|
@ -18,7 +18,7 @@ from homeassistant.const import (
|
|||
STATE_ON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['anthemav==1.1.9']
|
||||
REQUIREMENTS = ['anthemav==1.1.10']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -161,7 +161,7 @@ amcrest==1.2.5
|
|||
anel_pwrctrl-homeassistant==0.0.1.dev2
|
||||
|
||||
# homeassistant.components.media_player.anthemav
|
||||
anthemav==1.1.9
|
||||
anthemav==1.1.10
|
||||
|
||||
# homeassistant.components.apcupsd
|
||||
apcaccess==0.0.13
|
||||
|
|
Loading…
Reference in New Issue