Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Open AutomowerConnect App on your Android phone from within Home Assistant

Thomas55555 edited this page Jun 24, 2023 · 1 revision

The service dev tool allows you to call any available service in Home Assistant. Go to Developer Tools -> SERVICES

service: notify.mobile_app_<your_device_id_here>
data:
  message: "command_launch_app"
  data:
    package_name: com.husqvarna.automowerconnect

This will open the Husqvarna Automower Connect App on an Android phone if you have the Home Assistant Companion App installed and have given it the right to open other apps.

Clone this wiki locally