Public Member Functions | |
| None | __post_init__ (self) |
| Self | from_csv_row (cls, list[str] csv_row) |
Public Attributes | |
| hs_color | |
Static Public Attributes | |
| init | |
| None | |
| repr | |
| SCHEMA | |
Representation of a profile. The light profiles feature is in a frozen development state until otherwise decided in an architecture discussion.
Definition at line 694 of file __init__.py.
| None homeassistant.components.light.Profile.__post_init__ | ( | self | ) |
Convert xy to hs color.
Definition at line 730 of file __init__.py.
| Self homeassistant.components.light.Profile.from_csv_row | ( | cls, | |
| list[str] | csv_row | ||
| ) |
Create profile from a CSV row tuple.
Definition at line 741 of file __init__.py.
| homeassistant.components.light.Profile.hs_color |
Definition at line 733 of file __init__.py.
|
static |
Definition at line 706 of file __init__.py.
|
static |
Definition at line 702 of file __init__.py.
|
static |
Definition at line 702 of file __init__.py.
|
static |
Definition at line 708 of file __init__.py.