From 3be8a1ad02164932463b7e3184e558d3130888bf Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 14 Feb 2015 00:11:46 -0800 Subject: [PATCH] Notifications are now done via the new store --- .../polymer/components/ha-notifications.html | 35 +++++++++++++++++++ .../polymer/home-assistant-api.html | 8 +---- .../polymer/layouts/home-assistant-main.html | 9 ++--- 3 files changed, 41 insertions(+), 11 deletions(-) create mode 100644 homeassistant/components/frontend/www_static/polymer/components/ha-notifications.html diff --git a/homeassistant/components/frontend/www_static/polymer/components/ha-notifications.html b/homeassistant/components/frontend/www_static/polymer/components/ha-notifications.html new file mode 100644 index 00000000000..4798c8e9b86 --- /dev/null +++ b/homeassistant/components/frontend/www_static/polymer/components/ha-notifications.html @@ -0,0 +1,35 @@ + + + + + + + diff --git a/homeassistant/components/frontend/www_static/polymer/home-assistant-api.html b/homeassistant/components/frontend/www_static/polymer/home-assistant-api.html index 4a780b49359..802d70d8c65 100644 --- a/homeassistant/components/frontend/www_static/polymer/home-assistant-api.html +++ b/homeassistant/components/frontend/www_static/polymer/home-assistant-api.html @@ -1,4 +1,4 @@ - + @@ -78,7 +78,6 @@