* Add sensor platform to Bring integration * Add more tests * unignore typedef check * Update language sensor * update snapshot * changes * add entities Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * add units * lowercase * snapshot --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
28 lines
489 B
JSON
28 lines
489 B
JSON
{
|
|
"entity": {
|
|
"sensor": {
|
|
"urgent": {
|
|
"default": "mdi:run-fast"
|
|
},
|
|
"discounted": {
|
|
"default": "mdi:brightness-percent"
|
|
},
|
|
"convenient": {
|
|
"default": "mdi:fridge-outline"
|
|
},
|
|
"list_language": {
|
|
"default": "mdi:earth"
|
|
}
|
|
},
|
|
"todo": {
|
|
"shopping_list": {
|
|
"default": "mdi:cart"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"send_message": {
|
|
"service": "mdi:cellphone-message"
|
|
}
|
|
}
|
|
}
|