* 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
8 lines
135 B
Python
8 lines
135 B
Python
"""Constants for the file integration."""
|
|
|
|
DOMAIN = "file"
|
|
|
|
CONF_TIMESTAMP = "timestamp"
|
|
|
|
DEFAULT_NAME = "File"
|
|
FILE_ICON = "mdi:file"
|