mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
* Add work item data * Add work item sensors * Add icon * Add test fixtures * Add none return tests * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Apply suggestion * Use icon translations * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Update test --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"latest_build": {
|
|
"default": "mdi:pipe"
|
|
},
|
|
"work_item_count": {
|
|
"default": "mdi:ticket"
|
|
}
|
|
}
|
|
}
|
|
}
|