Create whats_new_1.2.0.md
This commit is contained in:
parent
3a33353eed
commit
64b612316a
11
service/whats_new_1.2.0.md
Normal file
11
service/whats_new_1.2.0.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user