-
Notifications
You must be signed in to change notification settings - Fork 3
Automations
This automation will send a notification to a mobile device that uses the Home Assistant companion app. It will also create a persistent notification in the notifications side menu.

Copy the contents from heatpump_notifications.yaml to the automations section in your configuration file. Replace (YOUR_UNIQUE_ID_HERE) with a unique ID. And replace (YOUR_DEVICE_HERE) with your device that is using the companion app.
Alternatively, you can change the title or edit the message accordingly. If you do not want to use the persistent notifications or the notification to the app, just delete that service section from the automation.

The notification function is now built into the integration. Go to Settings → Devices → Itho Amber to edit the notification settings.

- Send notifications for alarms (P/F/E/S): Turns the notification service form alarms on or off.
-
Notify services for alarm notifications: This is a comma-separated list of the services to use.
e.g. mobile_app_iphone, mobile_app_tablet
- Show persistent notifications for alarms: Turns persistent notifications in the Home Assistant side menu on or off.
- Title for alarm notifications: The title used for the alarm notification and persistent notification.
- Alarm delay: Delay before the notification(s) are sent and persist notification is showed.
- Send notifications for connection errors: When a connection error occurs, you can send a notification. This turns the notification service on or off.
-
Notify services for connection errors: This is a comma-separated list of the services to use.
e.g. mobile_app_iphone, mobile_app_tablet
- Title for connection error notifications: The title used for the connection error notification and persistent notification.
- Connection error delay: Delay before the notification(s) are sent.
By default, all options are off.