Select
One SelectEntity per active PWM channel, exposing pwm#X#manager — the scheduling mode for that channel.
Options
| Option | Device value | Description |
|---|---|---|
none |
0 |
No automatic program; channel is manual |
dayplanner |
1 |
Uses the day-planner schedule |
weekplanner |
2 |
Uses the week-planner schedule |
fixed |
3 |
Holds the value set in pwm#X#fixed |
Reference
select
Classes
SunRiserPWMManagerSelect
Bases: CoordinatorEntity[SunRiserCoordinator], SelectEntity
Select which planner controls a PWM channel (pwm#X#manager).
Source code in custom_components/sunriser/select.py
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | |