* Add config flow for template sensor * Tweak error reporting * Improve validation * Fix test * Rename translation strings * Improve validation * Fix sensor async_setup_entry * Avoid duplicating sensor device class translations * Avoid duplicating sensor device class translations * Add config flow tests * Include all units from DEVICE_CLASS_UNITS in unit_of_measurement select * Address review comments
11 lines
347 B
JSON
11 lines
347 B
JSON
{
|
|
"domain": "template",
|
|
"name": "Template",
|
|
"after_dependencies": ["group"],
|
|
"codeowners": ["@PhracturedBlue", "@tetienne", "@home-assistant/core"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/template",
|
|
"integration_type": "helper",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal"
|
|
}
|