mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
22 lines
397 B
JSON
22 lines
397 B
JSON
{
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"arrive_delay": {
|
|
"default": "mdi:airplane-landing"
|
|
},
|
|
"closure": {
|
|
"default": "mdi:airplane-off"
|
|
},
|
|
"depart_delay": {
|
|
"default": "mdi:airplane-takeoff"
|
|
},
|
|
"ground_delay": {
|
|
"default": "mdi:airport"
|
|
},
|
|
"ground_stop": {
|
|
"default": "mdi:airport"
|
|
}
|
|
}
|
|
}
|
|
}
|