Skip to content

Commit

Permalink
Fix parsing Eve Energy characteristic data (#78880)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k authored Sep 21, 2022
1 parent 2c08dc5 commit e7b594b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/homekit_controller/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "HomeKit Controller",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"requirements": ["aiohomekit==1.5.9"],
"requirements": ["aiohomekit==1.5.12"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."],
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [6] }],
"dependencies": ["bluetooth", "zeroconf"],
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ aioguardian==2022.07.0
aioharmony==0.2.9

# homeassistant.components.homekit_controller
aiohomekit==1.5.9
aiohomekit==1.5.12

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ aioguardian==2022.07.0
aioharmony==0.2.9

# homeassistant.components.homekit_controller
aiohomekit==1.5.9
aiohomekit==1.5.12

# homeassistant.components.emulated_hue
# homeassistant.components.http
Expand Down

0 comments on commit e7b594b

Please sign in to comment.