Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.moon.sensor.MoonSensorEntity
 

Namespaces

 homeassistant.components.moon.sensor
 

Functions

None homeassistant.components.moon.sensor.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

string homeassistant.components.moon.sensor.STATE_FIRST_QUARTER = "first_quarter"
 
string homeassistant.components.moon.sensor.STATE_FULL_MOON = "full_moon"
 
string homeassistant.components.moon.sensor.STATE_LAST_QUARTER = "last_quarter"
 
string homeassistant.components.moon.sensor.STATE_NEW_MOON = "new_moon"
 
string homeassistant.components.moon.sensor.STATE_WANING_CRESCENT = "waning_crescent"
 
string homeassistant.components.moon.sensor.STATE_WANING_GIBBOUS = "waning_gibbous"
 
string homeassistant.components.moon.sensor.STATE_WAXING_CRESCENT = "waxing_crescent"
 
string homeassistant.components.moon.sensor.STATE_WAXING_GIBBOUS = "waxing_gibbous"