Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.zodiac.const Namespace Reference

Variables

string ATTR_ELEMENT = "element"
 
string ATTR_MODALITY = "modality"
 
string DEFAULT_NAME = "Zodiac"
 
string DOMAIN = "zodiac"
 
string ELEMENT_AIR = "air"
 
string ELEMENT_EARTH = "earth"
 
string ELEMENT_FIRE = "fire"
 
string ELEMENT_WATER = "water"
 
string MODALITY_CARDINAL = "cardinal"
 
string MODALITY_FIXED = "fixed"
 
string MODALITY_MUTABLE = "mutable"
 
string SIGN_AQUARIUS = "aquarius"
 
string SIGN_ARIES = "aries"
 
string SIGN_CANCER = "cancer"
 
string SIGN_CAPRICORN = "capricorn"
 
string SIGN_GEMINI = "gemini"
 
string SIGN_LEO = "leo"
 
string SIGN_LIBRA = "libra"
 
string SIGN_PISCES = "pisces"
 
string SIGN_SAGITTARIUS = "sagittarius"
 
string SIGN_SCORPIO = "scorpio"
 
string SIGN_TAURUS = "taurus"
 
string SIGN_VIRGO = "virgo"
 

Detailed Description

Constants for Zodiac.

Variable Documentation

◆ ATTR_ELEMENT

string homeassistant.components.zodiac.const.ATTR_ELEMENT = "element"

Definition at line 32 of file const.py.

◆ ATTR_MODALITY

string homeassistant.components.zodiac.const.ATTR_MODALITY = "modality"

Definition at line 33 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.zodiac.const.DEFAULT_NAME = "Zodiac"

Definition at line 4 of file const.py.

◆ DOMAIN

string homeassistant.components.zodiac.const.DOMAIN = "zodiac"

Definition at line 3 of file const.py.

◆ ELEMENT_AIR

string homeassistant.components.zodiac.const.ELEMENT_AIR = "air"

Definition at line 22 of file const.py.

◆ ELEMENT_EARTH

string homeassistant.components.zodiac.const.ELEMENT_EARTH = "earth"

Definition at line 23 of file const.py.

◆ ELEMENT_FIRE

string homeassistant.components.zodiac.const.ELEMENT_FIRE = "fire"

Definition at line 21 of file const.py.

◆ ELEMENT_WATER

string homeassistant.components.zodiac.const.ELEMENT_WATER = "water"

Definition at line 24 of file const.py.

◆ MODALITY_CARDINAL

string homeassistant.components.zodiac.const.MODALITY_CARDINAL = "cardinal"

Definition at line 27 of file const.py.

◆ MODALITY_FIXED

string homeassistant.components.zodiac.const.MODALITY_FIXED = "fixed"

Definition at line 28 of file const.py.

◆ MODALITY_MUTABLE

string homeassistant.components.zodiac.const.MODALITY_MUTABLE = "mutable"

Definition at line 29 of file const.py.

◆ SIGN_AQUARIUS

string homeassistant.components.zodiac.const.SIGN_AQUARIUS = "aquarius"

Definition at line 17 of file const.py.

◆ SIGN_ARIES

string homeassistant.components.zodiac.const.SIGN_ARIES = "aries"

Definition at line 7 of file const.py.

◆ SIGN_CANCER

string homeassistant.components.zodiac.const.SIGN_CANCER = "cancer"

Definition at line 10 of file const.py.

◆ SIGN_CAPRICORN

string homeassistant.components.zodiac.const.SIGN_CAPRICORN = "capricorn"

Definition at line 16 of file const.py.

◆ SIGN_GEMINI

string homeassistant.components.zodiac.const.SIGN_GEMINI = "gemini"

Definition at line 9 of file const.py.

◆ SIGN_LEO

string homeassistant.components.zodiac.const.SIGN_LEO = "leo"

Definition at line 11 of file const.py.

◆ SIGN_LIBRA

string homeassistant.components.zodiac.const.SIGN_LIBRA = "libra"

Definition at line 13 of file const.py.

◆ SIGN_PISCES

string homeassistant.components.zodiac.const.SIGN_PISCES = "pisces"

Definition at line 18 of file const.py.

◆ SIGN_SAGITTARIUS

string homeassistant.components.zodiac.const.SIGN_SAGITTARIUS = "sagittarius"

Definition at line 15 of file const.py.

◆ SIGN_SCORPIO

string homeassistant.components.zodiac.const.SIGN_SCORPIO = "scorpio"

Definition at line 14 of file const.py.

◆ SIGN_TAURUS

string homeassistant.components.zodiac.const.SIGN_TAURUS = "taurus"

Definition at line 8 of file const.py.

◆ SIGN_VIRGO

string homeassistant.components.zodiac.const.SIGN_VIRGO = "virgo"

Definition at line 12 of file const.py.