Skip to content

Commit

Permalink
fix: ruff errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassch committed Nov 27, 2024
1 parent 94d5ef5 commit 292c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/healthbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
# Define Services

async def change_room_profile(call: ServiceCall) -> None:
"""Service to change the HB3 Room Profile"""
"""Service to change the HB3 Room Profile."""
device_id = call.data["device_id"]
device_registry = dr.async_get(hass)
device = device_registry.async_get(device_id)
Expand Down

0 comments on commit 292c91d

Please sign in to comment.