From 64b612316ae2346bd4294571d500e0bcd1541043 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Tue, 23 Jun 2020 13:52:50 +0300 Subject: [PATCH] Create whats_new_1.2.0.md --- service/whats_new_1.2.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 service/whats_new_1.2.0.md diff --git a/service/whats_new_1.2.0.md b/service/whats_new_1.2.0.md new file mode 100644 index 0000000..d84d2d1 --- /dev/null +++ b/service/whats_new_1.2.0.md @@ -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 +```