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

Commit

Permalink
Merge pull request #7 from vlebourl/move-to-pyhoma
Browse files Browse the repository at this point in the history
removed submodule in favor of a single file.
  • Loading branch information
vlebourl authored Jun 3, 2020
2 parents ade6f06 + f5a613b commit ea7fef7
Show file tree
Hide file tree
Showing 5 changed files with 1,162 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
/.idea/inspectionProfiles/Project_Default.xml
/.idea/tahoma_extended.iml
/.idea/vcs.xml

devices.txt
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "custom_components/tahoma_extended/pyhoma"]
path = custom_components/tahoma_extended/pyhoma
url = https://github.com/vlebourl/pyhoma
2 changes: 1 addition & 1 deletion custom_components/tahoma_extended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging

from requests.exceptions import RequestException
from .pyhoma.pyhoma import Action, PyHoma
from .pyhoma import Action, PyHoma
import voluptuous as vol

from homeassistant.const import CONF_EXCLUDE, CONF_PASSWORD, CONF_USERNAME
Expand Down
1 change: 0 additions & 1 deletion custom_components/tahoma_extended/pyhoma
Submodule pyhoma deleted from 7f82d3
Loading

0 comments on commit ea7fef7

Please sign in to comment.