Skip to content

Commit

Permalink
🚨 Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
anarion80 committed Mar 5, 2024
1 parent d54edce commit 5574897
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 13 deletions.
3 changes: 3 additions & 0 deletions custom_components/tech/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
from homeassistant.const import CONF_TOKEN
from homeassistant.core import HomeAssistant
from homeassistant.exceptions import ConfigEntryAuthFailed
from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator, UpdateFailed

Expand All @@ -25,6 +26,8 @@

_LOGGER = logging.getLogger(__name__)

CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)


async def async_setup(hass: HomeAssistant, config: dict): # pylint: disable=unused-argument
"""Set up the Tech Controllers component."""
Expand Down
12 changes: 6 additions & 6 deletions custom_components/tech/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"domain": "tech",
"name": "Tech Controllers",
"integration_type": "hub",
"codeowners": [
"@anarion80"
],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/anarion80/tech-controllers",
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/anarion80/tech-controllers/issues",
"requirements": [],
"dependencies": [],
"iot_class": "cloud_polling",
"codeowners": [
"@anarion80"
],
"version": "1.0.0"
}
1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.cs.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.de.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.en.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.hu.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.pl.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.ru.json

This file was deleted.

1 change: 0 additions & 1 deletion custom_components/tech/translations/emodul.sk.json

This file was deleted.

0 comments on commit 5574897

Please sign in to comment.