mirror of https://github.com/home-assistant/core
25 lines
436 B
JSON
25 lines
436 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"timer_running": {
|
|
"default": "mdi:timer",
|
|
"state": {
|
|
"on": "mdi:timer-play",
|
|
"off": "mdi:timer-off"
|
|
}
|
|
}
|
|
},
|
|
"button": {
|
|
"tare": {
|
|
"default": "mdi:scale-balance"
|
|
},
|
|
"reset_timer": {
|
|
"default": "mdi:timer-refresh"
|
|
},
|
|
"start_stop": {
|
|
"default": "mdi:timer-play"
|
|
}
|
|
}
|
|
}
|
|
}
|