Skip to content

Commit

Permalink
Update sense energy library to 0.13.3 (#129998)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbickar authored Nov 7, 2024
1 parent ed4f554 commit bc964ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/emulated_kasa/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"iot_class": "local_push",
"loggers": ["sense_energy"],
"quality_scale": "internal",
"requirements": ["sense-energy==0.13.2"]
"requirements": ["sense-energy==0.13.3"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/sense/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"documentation": "https://www.home-assistant.io/integrations/sense",
"iot_class": "cloud_polling",
"loggers": ["sense_energy"],
"requirements": ["sense-energy==0.13.2"]
"requirements": ["sense-energy==0.13.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ sendgrid==6.8.2

# homeassistant.components.emulated_kasa
# homeassistant.components.sense
sense-energy==0.13.2
sense-energy==0.13.3

# homeassistant.components.sensirion_ble
sensirion-ble==0.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,7 @@ securetar==2024.2.1

# homeassistant.components.emulated_kasa
# homeassistant.components.sense
sense-energy==0.13.2
sense-energy==0.13.3

# homeassistant.components.sensirion_ble
sensirion-ble==0.1.1
Expand Down

0 comments on commit bc964ce

Please sign in to comment.