config-editor/custom_components/config_editor/manifest.json

10 lines
272 B
JSON
Raw Normal View History

2021-12-01 03:30:29 +01:00
{
"domain": "config_editor",
"name": "Config Editor",
2022-10-07 12:45:39 +02:00
"version": "4.3",
2024-04-05 22:46:03 +02:00
"codeowners": ["@junkfix"],
"documentation": "https://github.com/junkfix/config-editor-card",
"issue_tracker": "https://github.com/junkfix/config-editor/issues",
2021-12-01 13:53:19 +01:00
"iot_class": "local_polling"
2021-12-01 03:30:29 +01:00
}