1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/togrill/icons.json
Joakim Plate 7322bee4dd Add select entity to ToGrill (#151114)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-09-01 14:24:43 +02:00

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"
}
}
}
}