mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Merge pull request #6278 from home-assistant/fix_vera_thormostat_bug
Fix vera thermostat bug
This commit is contained in:
commit
fbea5b4cac
@ -20,7 +20,7 @@ from homeassistant.const import (
|
||||
EVENT_HOMEASSISTANT_STOP)
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['pyvera==0.2.23']
|
||||
REQUIREMENTS = ['pyvera==0.2.24']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -619,7 +619,7 @@ pyunifi==1.3
|
||||
# pyuserinput==0.1.11
|
||||
|
||||
# homeassistant.components.vera
|
||||
pyvera==0.2.23
|
||||
pyvera==0.2.24
|
||||
|
||||
# homeassistant.components.notify.html5
|
||||
pywebpush==0.6.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user