mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
22 lines
408 B
JSON
22 lines
408 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"chess_daily_rating": {
|
|
"default": "mdi:chart-line"
|
|
},
|
|
"followers": {
|
|
"default": "mdi:account-multiple"
|
|
},
|
|
"total_daily_draw": {
|
|
"default": "mdi:chess-pawn"
|
|
},
|
|
"total_daily_lost": {
|
|
"default": "mdi:chess-pawn"
|
|
},
|
|
"total_daily_won": {
|
|
"default": "mdi:chess-pawn"
|
|
}
|
|
}
|
|
}
|
|
}
|