Create whats_new_1.2.0.md

This commit is contained in:
Yegor Vialov 2020-06-23 13:52:50 +03:00 committed by GitHub
parent 3a33353eed
commit 64b612316a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
# Sensor for next Android alarm
Nearest alarm set on your phone will now be sent to Home Assistant as sensor state. You can find new sensor entity in your Home Assistant -> **Configuration** -> **Integrations** -> **Mobile App**.
Example sensor state: `2020-06-24 09:00:00`
For easy automations creating there is additional `attributes` in sensor containing different time formats:
```
date: '2020-06-24'
time: '09:00:00'
timestamp: 1592978400000
```