Skip to content

Commit

Permalink
CleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNulschDE committed Mar 7, 2024
1 parent a863f3d commit b26becd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions custom_components/mysmartbike/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""The Link2Home integration."""
"""The MySmartBike integration."""
from __future__ import annotations

from homeassistant.config_entries import ConfigEntry
Expand All @@ -10,7 +10,7 @@


async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry):
"""Set up Link2Home from a config entry."""
"""Set up MySmartBike from a config entry."""

websession = async_get_clientsession(hass, VERIFY_SSL)

Expand Down
4 changes: 2 additions & 2 deletions custom_components/mysmartbike/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Config flow for NEW_NAME integration."""
"""Config flow for MySmartBike integration."""
from __future__ import annotations

from http import HTTPStatus
Expand Down Expand Up @@ -34,7 +34,7 @@


class Link2HomeConfigFlow(ConfigFlow, domain=DOMAIN):
"""Handle a config or options flow for Link2Home."""
"""Handle a config or options flow for MySmartBike."""

VERSION = 1

Expand Down
2 changes: 1 addition & 1 deletion custom_components/mysmartbike/diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Diagnostics support for AccuWeather."""
"""Diagnostics support for MySmartBike."""
from __future__ import annotations

from typing import Any
Expand Down

0 comments on commit b26becd

Please sign in to comment.