Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sebr/bhyve-home-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
sebr committed Feb 9, 2022
2 parents 3ed8287 + 237b6ef commit aec6447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/bhyve/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "bhyve",
"version": "2.2.0",
"version": "2.2.1",
"name": "Orbit BHyve Integration",
"documentation": "https://github.com/sebr/bhyve-home-assistant/blob/master/README.md",
"dependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bhyve/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ async def async_service_handler(service):
return
await getattr(entity, method_name)(**params)

for service in SERVICE_TO_METHOD.items():
for service in SERVICE_TO_METHOD.keys():
schema = SERVICE_TO_METHOD[service]["schema"]
hass.services.async_register(
DOMAIN, service, async_service_handler, schema=schema
Expand Down

0 comments on commit aec6447

Please sign in to comment.