This commit is contained in:
J. Nick Koston
2025-11-28 16:40:27 -06:00
parent d3918dc784
commit 4ab1911d82

View File

@@ -60,6 +60,16 @@ class AlarmControlPanel : public EntityBase {
*/
void add_on_ready_callback(std::function<void()> &&callback);
/** Notify chime event listeners
*
*/
void notify_chime() { this->chime_callback_.call(); }
/** Notify ready state change listeners
*
*/
void notify_ready() { this->ready_callback_.call(); }
/** A numeric representation of the supported features as per HomeAssistant
*
*/