config-editor/custom_components/config_editor/manifest.json

11 lines
296 B
JSON
Raw Normal View History

2021-12-01 03:30:29 +01:00
{
"domain": "config_editor",
"name": "Config Editor",
2024-04-05 22:46:03 +02:00
"codeowners": ["@junkfix"],
2025-03-17 18:29:58 +01:00
"config_flow": true,
2024-04-05 22:46:03 +02:00
"documentation": "https://github.com/junkfix/config-editor-card",
2024-04-05 23:05:02 +02:00
"iot_class": "local_polling",
2024-04-05 23:37:56 +02:00
"issue_tracker": "https://github.com/junkfix/config-editor/issues",
2025-03-17 18:29:58 +01:00
"version": "5.0.0"
2021-12-01 03:30:29 +01:00
}