Module homey.manager.notifications

Classes

class ManagerNotifications

Manages notifications. You can access this manager through the Homey instance as self.homey.notifications.

Ancestors

Methods

async def create_notification(self, message: str) ‑> None

Create a notification with the given message. Use **double asterisks** to make variables bold.

Inherited members