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)
EVENT

alias of HABApp.core.events.events.ItemNoUpdateEvent

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)
EVENT

alias of HABApp.core.events.events.ItemNoChangeEvent

cancel()

Cancel the item watch

listen_event(callback)

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

Return type

EventBusListener