Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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
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