Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from hectorespert/fix_hassfest
Browse files Browse the repository at this point in the history
Fix hassfest issues
  • Loading branch information
ad-ha authored Jan 20, 2022
2 parents 139691c + 5eece96 commit 411233e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Make sure to complement all information to have an "Advanced User" profile.
#### - Manual method

- Download/clone this repo
- Copy the [custom_components/ide_api](custom_components/ide_api) folder into your custom_components folder into your HA installation
- Copy the [custom_components/ide](custom_components/ide) folder into your custom_components folder into your HA installation
- Restart HA

#### - [HACS](https://hacs.xyz/) method (recommended)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

_LOGGER = logging.getLogger(__name__)

DOMAIN = "ide"

class IdeAPIError(Exception):
def __init__(self, message):
Expand Down
File renamed without changes.

0 comments on commit 411233e

Please sign in to comment.