I’m trying to toggle dark mode on my phone because there’s no way to schedule this on my device, and so far I have this:
service: notify.mobile_app_phone
data:
message: command_broadcast_intent
data:
intent_package_name: com.huawei.android.theme
intent_extras: themeName:Dark
intent_action: com.huawei.android.theme.action.SET_THEME
However I’m getting no reaction from my phone. I’ve tried variations on the above but gotten nowhere, where am I going wrong?
My phone is a Huawei P30 running EMUI 12, and I’ve granted the home assistant companion app permission to write system settings.