* Atome sensor platform - provides live data from Linky energy meters with Atome device from Total/Direct energie * Proper requirements, added code ownership * Do not cover atome component * Proper PEP8 import, proper use of const, added missing docstring etc * Proper PEP8 import, proper use of const, added missing docstring etc * Integrate recommendations from MartinHjelmare * Init shall remain as clean as possible, we don't want side effect * Add daily,weekly,monthly,yearly sensors. Now depends on pyatome 0.1 * Requirements regenerated for atome component * Refactored the way we update sensors * Removed some un-necessary returns and unused variable
8 lines
200 B
JSON
8 lines
200 B
JSON
{
|
|
"domain": "atome",
|
|
"name": "Atome",
|
|
"documentation": "https://www.home-assistant.io/components/atome",
|
|
"dependencies": [],
|
|
"codeowners": ["@baqs"],
|
|
"requirements": ["pyatome==0.1.1"]
|
|
}
|