mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 15:15:14 -06:00
update docs
This commit is contained in:
@@ -110,6 +110,7 @@ Entity listeners have other functions to change the behavior.
|
||||
| OnlyBetween("03:00", "14:00") | Only run your function between two specified times of day. |
|
||||
| ExceptionDay(time.Time) | A one time exception on the given date. Time is ignored, applies to whole day. |
|
||||
| ExceptionRange(time.Time, time.Time) | A one time exception between the two date/times. Both date and time are considered. |
|
||||
| RunOnStartup() | Run your callback once during App.Start() |
|
||||
|
||||
#### Entity Listener Callback function
|
||||
|
||||
|
||||
Reference in New Issue
Block a user