mirror of
https://github.com/home-assistant/core.git
synced 2026-02-28 13:56:28 +00:00
* Bump iammeter to 0.2.1 * Refactor sensor. * Add const.py to .coveragerc. * Add id migration. * Modify translation file. * Fix ruff test error * update asyncio.timeout import. * Delete homeassistant/components/iammeter/translations directory * Add strings.json
10 lines
251 B
JSON
10 lines
251 B
JSON
{
|
|
"domain": "iammeter",
|
|
"name": "IamMeter",
|
|
"codeowners": ["@lewei50"],
|
|
"documentation": "https://www.home-assistant.io/integrations/iammeter",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["iammeter"],
|
|
"requirements": ["iammeter==0.2.1"]
|
|
}
|