Bump dsmr_parser to 0.28, configure keep_alive_interval (#46464)

This commit is contained in:
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", "domain": "dsmr",
"name": "DSMR Slimme Meter", "name": "DSMR Slimme Meter",
"documentation": "https://www.home-assistant.io/integrations/dsmr", "documentation": "https://www.home-assistant.io/integrations/dsmr",
"requirements": ["dsmr_parser==0.25"], "requirements": ["dsmr_parser==0.28"],
"codeowners": ["@Robbie1221"], "codeowners": ["@Robbie1221"],
"config_flow": false "config_flow": false
} }

View File

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

View File

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

View File

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