mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
22 lines
450 B
JSON
22 lines
450 B
JSON
{
|
|
"entity": {
|
|
"select": {
|
|
"grill_type": {
|
|
"default": "mdi:grill",
|
|
"state": {
|
|
"turkey": "mdi:food-turkey",
|
|
"sausage": "mdi:sausage",
|
|
"fish": "mdi:fish",
|
|
"hamburger": "mdi:hamburger",
|
|
"bbq_smoke": "mdi:smoke",
|
|
"hot_smoke": "mdi:smoke",
|
|
"cold_smoke": "mdi:smoke"
|
|
}
|
|
},
|
|
"taste": {
|
|
"default": "mdi:food-steak"
|
|
}
|
|
}
|
|
}
|
|
}
|