Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.launch_library.sensor Namespace Reference

Classes

class  LaunchLibrarySensor
 
class  LaunchLibrarySensorEntityDescription
 

Functions

None async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string DEFAULT_NEXT_LAUNCH_NAME = "Next launch"
 

Detailed Description

Support for Launch Library sensors.

Function Documentation

◆ async_setup_entry()

None homeassistant.components.launch_library.sensor.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry,
AddEntitiesCallback  async_add_entities 
)
Set up the sensor platform.

Definition at line 122 of file sensor.py.

Variable Documentation

◆ DEFAULT_NEXT_LAUNCH_NAME

string homeassistant.components.launch_library.sensor.DEFAULT_NEXT_LAUNCH_NAME = "Next launch"

Definition at line 31 of file sensor.py.