mirror of
https://github.com/home-assistant/core.git
synced 2026-07-09 07:45:11 +01:00
3184951625
* Add sensor for total installations and integrations * Fix tests * Use pytest fixture
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"core_integrations": {
|
|
"default": "mdi:puzzle"
|
|
},
|
|
"custom_integrations": {
|
|
"default": "mdi:puzzle-edit"
|
|
},
|
|
"total_active_installations": {
|
|
"default": "mdi:puzzle"
|
|
},
|
|
"total_reports_integrations": {
|
|
"default": "mdi:puzzle"
|
|
}
|
|
}
|
|
}
|
|
}
|