mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
0.4 release upstream. (#4545)
This commit is contained in:
parent
c22a73e1d0
commit
05181bf232
@ -39,10 +39,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
|
|
||||||
DOMAIN = 'dsmr'
|
DOMAIN = 'dsmr'
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = ['dsmr_parser==0.4']
|
||||||
'https://github.com/aequitas/dsmr_parser/archive/async_protocol.zip'
|
|
||||||
'#dsmr_parser==0.4'
|
|
||||||
]
|
|
||||||
|
|
||||||
# Smart meter sends telegram every 10 seconds
|
# Smart meter sends telegram every 10 seconds
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=10)
|
||||||
|
@ -84,6 +84,9 @@ dnspython3==1.15.0
|
|||||||
# homeassistant.components.sensor.dovado
|
# homeassistant.components.sensor.dovado
|
||||||
dovado==0.1.15
|
dovado==0.1.15
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.dsmr
|
||||||
|
dsmr_parser==0.4
|
||||||
|
|
||||||
# homeassistant.components.dweet
|
# homeassistant.components.dweet
|
||||||
# homeassistant.components.sensor.dweet
|
# homeassistant.components.sensor.dweet
|
||||||
dweepy==0.2.0
|
dweepy==0.2.0
|
||||||
@ -174,9 +177,6 @@ https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcl
|
|||||||
# homeassistant.components.alarm_control_panel.alarmdotcom
|
# homeassistant.components.alarm_control_panel.alarmdotcom
|
||||||
https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1
|
https://github.com/Xorso/pyalarmdotcom/archive/0.1.1.zip#pyalarmdotcom==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.dsmr
|
|
||||||
https://github.com/aequitas/dsmr_parser/archive/async_protocol.zip#dsmr_parser==0.4
|
|
||||||
|
|
||||||
# homeassistant.components.media_player.braviatv
|
# homeassistant.components.media_player.braviatv
|
||||||
https://github.com/aparraga/braviarc/archive/0.3.6.zip#braviarc==0.3.6
|
https://github.com/aparraga/braviarc/archive/0.3.6.zip#braviarc==0.3.6
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user