estevez-dev
released this
built by Codemagic CI/CD
Assets
4
estevez-dev
released this
Location tracking completely rewrited
- New location tracking got a lot of fixes and now allows accurate tracking with small intervals. Please check settings in the app.
- You can now request device to update location by sending special notification to it:
message: "request_location_update"
- Map card initial support
built by Codemagic CI/CD
Assets
4
estevez-dev
released this
built by Codemagic CI/CD
Assets
3
estevez-dev
released this
- Sensor for next Android alarm
Assets
2
estevez-dev
released this
There was an issue with donations causing all in-app purchases made during last 3 month to be refunded automatically in 3 days.
This issue is now fixed and if you still want to support HA Client development and your last donation was refunded, please go to Main menu -> Support app development. Thanks.
built by Codemagic CI/CD
Assets
3
estevez-dev
released this
- Purchase information update
built by Codemagic CI/CD
Assets
3
estevez-dev
released this
- Features and fixes from 1.1.0-beta
- Features and fixes from 1.1.0-beta2
- Fixes from 1.1.0-beta3 and 1.1.0-beta3+1
- Fullscreen mode (known issue: #568 )
- Fix mobile_app integration with unknown device manufacturer
- Fix some cards issues
- Try to show custom cards with
entity
orentities
as Entities Card
Assets
2
estevez-dev
released this
- Fix FCM token acquisition crash
Assets
2
estevez-dev
released this
- Fix application crash on devices without Google Play Services enabled
- Fix annoying login error when app was sometimes asking to login again
- Temporary show
picture-elements
card asbutton
card ifcamera_image
is provided
built by Codemagic CI/CD
Assets
3
estevez-dev
released this
- Actionable notifications. Actions could call service or fire events. The event type is
ha_client_event
. - Additional notification options. Add
image
to the notificationdata
with image url to show image in notification. Usetag
in notificationdata
to replace already exsisting notification with the sametag
. Usedismiss: true
in notificationdata
to dismiss previously shown notification with the sametag
. UseautoDismiss: false
to prevent notification from being dismissed after tap/click. UsechannelId
to create and use custom notification channels.
Example of notify
service data:
message: "Notification text"
title: "Hey!"
data:
tag: myNotificationTag
autoDismiss: false
actions:
- action: call-service
title: Call service
service: light.turn_on
service_data:
entity_id: light.hallway
- action: my_event_action
title: Fire event
- Bug fixes
built by Codemagic CI/CD