Class reference

Reference for returned classes from some functions. These are not intended to be created by the user.

Watches

ItemNoUpdateWatch

class HABApp.core.items.base_item_watch.ItemNoUpdateWatch(name, secs)
cancel()

Cancel the item watch

listen_event(callback)

Listen to (only) the event that is emitted by this watcher

Return type

EventBusListener

ItemNoChangeWatch

class HABApp.core.items.base_item_watch.ItemNoChangeWatch(name, secs)
cancel()

Cancel the item watch

listen_event(callback)

Listen to (only) the event that is emitted by this watcher

Return type

EventBusListener