1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Add persistent notification card

This commit is contained in:
Paulus Schoutsen
2016-06-24 22:33:32 -07:00
parent 168706fdb1
commit 1e1a3a1c84
4 changed files with 51 additions and 1 deletions

View File

@@ -7,10 +7,12 @@ import '../cards/ha-card-chooser';
const DOMAINS_WITH_CARD = {
camera: 4,
media_player: 3,
persistent_notification: 0,
};
const PRIORITY = {
configurator: -20,
persistent_notification: -15,
group: -10,
a: -1,
updater: 0,