-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from brianhanifin/master
File structure migration
- Loading branch information
Showing
5 changed files
with
41 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"rainforest": { | ||
"version": "0.2.0", | ||
"local_location": "/custom_components/rainforest/sensor.py", | ||
"remote_location": "https://raw.githubusercontent.com/jrhorrisberger/home-assistant/master/custom_components/rainforest/sensor.py", | ||
"visit_repo": "https://github.com/jrhorrisberger/home-assistant/custom_components/rainforest/", | ||
"changelog": "https://github.com/jrhorrisberger/home-assistant/custom_components/rainforest/", | ||
"resources": [ | ||
"https://raw.githubusercontent.com/jrhorrisberger/home-assistant/master/custom_components/rainforest/__init__.py", | ||
"https://raw.githubusercontent.com/jrhorrisberger/home-assistant/master/custom_components/rainforest/manifest.json", | ||
"https://raw.githubusercontent.com/jrhorrisberger/home-assistant/master/custom_components/rainforest/sensor.py" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
"""Support for the Rainforest Automation Energy Monitoring Unit.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"domain": "rainforest", | ||
"name": "Rainforest", | ||
"documentation": "https://github.com/jrhorrisberger/home-assistant/custom_components/rainforest/readme.md", | ||
"dependencies": [], | ||
"codeowners": ["@jrhorrisberger"], | ||
"requirements": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
custom_components/sensor/emu2.py → custom_components/rainforest/sensor.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters