Skip to content

Commit

Permalink
Bump sense_energy to 0.12.1 (home-assistant#99763)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored and teharris1 committed Sep 7, 2023
1 parent c9c1401 commit 08047b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.12.0"]
"requirements": ["sense_energy==0.12.1"]
}
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.12.0"]
"requirements": ["sense-energy==0.12.1"]
}
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2371,10 +2371,10 @@ securetar==2023.3.0
sendgrid==6.8.2

# homeassistant.components.sense
sense-energy==0.12.0
sense-energy==0.12.1

# homeassistant.components.emulated_kasa
sense_energy==0.12.0
sense_energy==0.12.1

# homeassistant.components.sensirion_ble
sensirion-ble==0.1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,10 @@ screenlogicpy==0.8.2
securetar==2023.3.0

# homeassistant.components.sense
sense-energy==0.12.0
sense-energy==0.12.1

# homeassistant.components.emulated_kasa
sense_energy==0.12.0
sense_energy==0.12.1

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

0 comments on commit 08047b3

Please sign in to comment.