1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Bump pyloopenergy library to 0.1.2 (#22561)

This commit is contained in:
Greg Dowling
2019-03-30 17:52:54 +00:00
committed by Andrew Sayre
parent 2eafa5f81a
commit 9bf0f60784
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ from homeassistant.helpers.entity import Entity
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['pyloopenergy==0.1.0']
REQUIREMENTS = ['pyloopenergy==0.1.2']
CONF_ELEC = 'electricity'
CONF_GAS = 'gas'