mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Using dev branch until released upstream.
This commit is contained in:
@@ -40,7 +40,12 @@ import voluptuous as vol
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
REQUIREMENTS = ['dsmr_parser==0.8']
|
||||
# REQUIREMENTS = ['dsmr_parser==0.9']
|
||||
# using dev branch until released upstream
|
||||
# https://github.com/ndokter/dsmr_parser/pull/23
|
||||
REQUIREMENTS = ['https://github.com/aequitas/dsmr_parser/archive/dsmr5.zip'
|
||||
'#dsmr_parser==0.9']
|
||||
|
||||
|
||||
CONF_DSMR_VERSION = 'dsmr_version'
|
||||
CONF_RECONNECT_INTERVAL = 'reconnect_interval'
|
||||
|
Reference in New Issue
Block a user