Bump dsmr_parser to 0.28, configure keep_alive_interval (#46464)

pull/46489/head
Rob Bierbooms 2021-02-13 13:19:38 +01:00 committed by GitHub
parent 13b881acfc
commit 1244fb4152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"domain": "dsmr",
"name": "DSMR Slimme Meter",
"documentation": "https://www.home-assistant.io/integrations/dsmr",
"requirements": ["dsmr_parser==0.25"],
"requirements": ["dsmr_parser==0.28"],
"codeowners": ["@Robbie1221"],
"config_flow": false
}

View File

@ -215,6 +215,7 @@ async def async_setup_entry(
config[CONF_DSMR_VERSION],
update_entities_telegram,
loop=hass.loop,
keep_alive_interval=60,
)
else:
reader_factory = partial(

View File

@ -502,7 +502,7 @@ doorbirdpy==2.1.0
dovado==0.4.1
# homeassistant.components.dsmr
dsmr_parser==0.25
dsmr_parser==0.28
# homeassistant.components.dwd_weather_warnings
dwdwfsapi==1.0.3

View File

@ -272,7 +272,7 @@ distro==1.5.0
doorbirdpy==2.1.0
# homeassistant.components.dsmr
dsmr_parser==0.25
dsmr_parser==0.28
# homeassistant.components.dynalite
dynalite_devices==0.1.46