ManagerNotifications
homey.manager.notifications
Manages notifications.
You can access this manager through the Homey instance as self.homey.notifications.
Ancestors
- Manager
- SimpleClass
- homey.util.event_emitter.EventEmitter
- typing.Generic
- abc.ABC
Methods
create_notification
async def create_notification(self, message: str) ‑> NoneCreate a notification with the given message. Use **double asterisks** to make variables bold.