mirror of https://github.com/home-assistant/core
35 lines
658 B
JSON
35 lines
658 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Do you want to configure the Launch Library?"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"next_launch": {
|
|
"name": "Next launch"
|
|
},
|
|
"launch_time": {
|
|
"name": "Launch time"
|
|
},
|
|
"launch_probability": {
|
|
"name": "Launch probability"
|
|
},
|
|
"launch_status": {
|
|
"name": "Launch status"
|
|
},
|
|
"launch_mission": {
|
|
"name": "Launch mission"
|
|
},
|
|
"starship_launch": {
|
|
"name": "Next Starship launch"
|
|
},
|
|
"starship_event": {
|
|
"name": "Next Starship event"
|
|
}
|
|
}
|
|
}
|
|
}
|