Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Updated layout
Browse files Browse the repository at this point in the history
    * custom_components/daikin_residential_altherma/__init__.py:
    * custom_components/daikin_residential_altherma/daikin_api.py:
    * custom_components/daikin_residential_altherma/daikin_base.py:
  • Loading branch information
jwillemsen committed Dec 11, 2023
1 parent c115437 commit 62d4031
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions custom_components/daikin_residential_altherma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

COMPONENT_TYPES = ["climate", "sensor", "water_heater"]


CONFIG_SCHEMA = vol.Schema(
vol.All(
{
Expand All @@ -42,7 +41,6 @@
extra=vol.ALLOW_EXTRA,
)


async def async_setup(hass, config):
"""Setup the Daikin Residential component."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=2)


class DaikinApi:
"""Daikin Residential API."""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from .device import DaikinResidentialDevice


_LOGGER = logging.getLogger(__name__)

class Appliance(DaikinResidentialDevice):
Expand Down

0 comments on commit 62d4031

Please sign in to comment.