Update sense_energy to version 0.9.2 (#54787)
This commit is contained in:
parent
87496ae75c
commit
c65f769130
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "emulated_kasa",
|
||||
"name": "Emulated Kasa",
|
||||
"documentation": "https://www.home-assistant.io/integrations/emulated_kasa",
|
||||
"requirements": ["sense_energy==0.9.0"],
|
||||
"requirements": ["sense_energy==0.9.2"],
|
||||
"codeowners": ["@kbickar"],
|
||||
"quality_scale": "internal",
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"domain": "sense",
|
||||
"name": "Sense",
|
||||
"documentation": "https://www.home-assistant.io/integrations/sense",
|
||||
"requirements": ["sense_energy==0.9.0"],
|
||||
"requirements": ["sense_energy==0.9.2"],
|
||||
"codeowners": ["@kbickar"],
|
||||
"config_flow": true,
|
||||
"dhcp": [
|
||||
|
|
|
@ -2100,7 +2100,7 @@ sense-hat==2.2.0
|
|||
|
||||
# homeassistant.components.emulated_kasa
|
||||
# homeassistant.components.sense
|
||||
sense_energy==0.9.0
|
||||
sense_energy==0.9.2
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==1.3.0
|
||||
|
|
|
@ -1163,7 +1163,7 @@ screenlogicpy==0.4.1
|
|||
|
||||
# homeassistant.components.emulated_kasa
|
||||
# homeassistant.components.sense
|
||||
sense_energy==0.9.0
|
||||
sense_energy==0.9.2
|
||||
|
||||
# homeassistant.components.sentry
|
||||
sentry-sdk==1.3.0
|
||||
|
|
Loading…
Add table
Reference in a new issue