1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/tailwind/icons.json
2024-03-06 11:37:05 +01:00

15 lines
213 B
JSON

{
"entity": {
"binary_sensor": {
"operational_problem": {
"default": "mdi:garage-alert"
}
},
"number": {
"brightness": {
"default": "mdi:led-on"
}
}
}
}