* File integration entry setup * Import to entry and tests * Add config flow * Exception handling and tests * Add config flow tests * Add issue for micration and deprecation * Check whole entry data for uniqueness * Revert changes change new notify entity * Follow up on code review * Keep name service option * Also keep sensor name * Make name unique * Follow up comment * No default timestamp needed * Remove default name as it is already set * Use links
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"domain": "file",
|
|
"name": "File",
|
|
"codeowners": ["@fabaff"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/file",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["file-read-backwards==2.0.0"]
|
|
}
|